Services

From FusionPBX
Revision as of 04:19, 24 November 2010 by Ecoqexirizo (talk | contribs)
Jump to: navigation, search

Menu: (Status-Services)

Allows interaction with the processes running on your server.

Does NOT work in WINDOWS!!!


Example Service Configurations follow:



General FreeSWITCH Example

Name: FreeSWITCH <br/> Type: pid file <br/> Data: /usr/local/freeswitch/run/freeswitch.pid <br/> Start Command: /usr/local/freeswitch/bin/freeswitch -nonat -nc <br/> Stop Command: /usr/local/freeswitch/bin/freeswitch -stop <br/> Description: FreeSWITCH service example.

FreeBSD FreeSWITCH Example

Name: FreeSWITCH <br/> Type: pid file <br/> Data: /usr/local/freeswitch/run/freeswitch.pid <br/> Start Command: /usr/local/etc/rc.d/freeswitch start <br/> Stop Command: /usr/local/etc/rc.d/freeswitch stop <br/> Description: FreeSWITCH service example.

|-------------|-----------------------------|---------------|----------|
|  Name       |    Description              |   Status      |  Action  |
|-------------|-----------------------------|---------------|----------| 	
<u>| FreeSWITCH  | FreeSWITCH service example. |  Stopped      |  Start   |</u>
  • Note that if you know that the service is running but the services page tells you it is not, check that the permissions on the pid file allow your web server process to see the file.