forked from Mirrors/freeswitch
36c59d1237
- added mod_fax - added mod_amrwb.so - added mod_celt.so - added mod_easyroute.so - added mod_http.so - added mod_lcr.so - added mod_loopback.so - added mod_siren.so - added mod/mod_stress.so - added mod_yaml.so - added mod_shout.so - added mod_xml_ldap.so - added rpms or all sounds - openzap is now its own rpm - added french - added german - added missing dependencies - added soundfiles with separate rpms - added definition of all sourcefiles and added them to the SRPM - fixes to monit file - changes to redhat init file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12085 d0543943-73ff-0310-b7d9-9358b9ac24b2
22 lines
772 B
Plaintext
22 lines
772 B
Plaintext
check process freeswitch with pidfile /opt/freeswitch/log/freeswitch.pid
|
|
group voice
|
|
start program = "/etc/init.d/freeswitch start"
|
|
stop program = "/etc/init.d/freeswitch stop"
|
|
if failed port 5060 type UDP then restart
|
|
if 5 restarts within 5 cycles then timeout
|
|
depends on freeswitch_bin
|
|
depends on freeswitch_rc
|
|
|
|
check file freeswitch_bin with path /opt/freeswitch/bin/freeswitch
|
|
group voice
|
|
if failed checksum then unmonitor
|
|
if failed permission 755 then unmonitor
|
|
if failed uid freeswitch then unmonitor
|
|
|
|
check file freeswitch_rc with path /etc/init.d/freeswitch
|
|
group voice
|
|
if failed checksum then unmonitor
|
|
if failed permission 755 then unmonitor
|
|
if failed uid root then unmonitor
|
|
if failed gid root then unmonitor
|