ocf:asterisk — Manages an Asterisk PBX
[OCF_RESKEY_binary=string] [OCF_RESKEY_canary_binary=string] [OCF_RESKEY_config=string] [OCF_RESKEY_user=string] [OCF_RESKEY_group=string] [OCF_RESKEY_additional_parameters=string] [OCF_RESKEY_realtime=boolean] [OCF_RESKEY_maxfiles=integer] [OCF_RESKEY_monitor_sipuri=string] asterisk [start | stop | status | monitor | validate-all | meta-data]
Resource agent for the Asterisk PBX. May manage an Asterisk PBX telephony system or a clone set that forms an Asterisk distributed device setup.
Location of the Asterisk PBX server binary
Location of the Asterisk PBX Canary server binary
The Asterisk PBX configuration file
User running Asterisk PBX daemon
Group running Asterisk PBX daemon (for logfile and directory permissions)
Additional parameters which are passed to the Asterisk PBX on startup (e.g. -L <load> or -M <value>).
Determines whether the Asterisk PBX daemon will be run with realtime priority or not.
Determines how many files the Asterisk PBX is allowed to open at a time. Helps to fix the 'Too many open files' error message.
A SIP URI to check when monitoring. During monitor, the agent will attempt to do a SIP OPTIONS request against this URI. Requires the sipsak utility to be present and executable. If unset, the agent does no SIP URI monitoring.