Services

From FusionPBX
Revision as of 14:44, 18 October 2010 by Mcrane (talk | contribs)
Jump to: navigation, search

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.