Greettings, I am looking for a way to send notifications via SIP / Asterisk, does any one have a script for this?
Ad Widget
Collapse
Sending Notifications via Asterisk
Collapse
X
-
It's pretty straight forward - drop a file in /var/spool/asterisk/outgoing as per the instructions at http://www.voip-info.org/wiki-Asterisk+auto-dial+outComment
-
Or, use a slight variation on what's described at http://www.zabbix.com/wiki/doku.php?id=howto:smsapi
That explains how to run a custom script when a trigger fires. Just change that script to create the call file, rather than sending an SMS.
rtsComment
-
I documented some of this and ended up implemented this extensively a few years ago.
http://www.zabbix.com/wiki/doku.php?...susingasteriskComment

Comment