Services
From FusionPBX
Allows interaction with the processes running on your server. Does NOT works on WINDOWS!!!
Example Service Configurations follow:
General FreeSWITCH Example
NAME: FreeSWITCH
TYPE: pid file
DATA: /usr/local/freeswitch/run/freeswitch.pid
START COMMAND: /usr/local/freeswitch/bin/freeswitch -nonat -nc
STOP COMMAND: /usr/local/freeswitch/bin/freeswitch -stop
DESCRIPTION: FreeSWITCH service example.
FreeBSD FreeSWITCH Example
NAME: FreeSWITCH
TYPE: pid file
DATA: /usr/local/freeswitch/run/freeswitch.pid
START COMMAND: /usr/local/etc/rc.d/freeswitch start
STOP COMMAND: /usr/local/etc/rc.d/freeswitch stop
DESCRIPTION: FreeSWITCH service example.