Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
lrapplegate
bylrapplegate, April 11, 2013
1 of 1 people found this review helpful
I recently implemented this script along with the Multitech iSMS GSM modem. The firmware that shipped with this modem is the latest version (1.50.7). The modem check part of the script (check_smsfinder.pl function) worked great with no changes needed. The outgoing notification part (sendsms.pl function) didn't work at first but once I changed the API incoming port to 80 (from the default 81) on the modem config it worked fine. However, the returning ACK/OK part (smsack.cgi function) did not work at all. I discovered via Data::Dumper and lots of debug variable printing that the newer modem firmware has changed the XML structure in the receive API. Once I changed the XML::Simple calls the smsack.cgi script worked.
It's all working really well now. I can provide a write-up on the changes I made to get this working for me if anyone is interested.
It's all working really well now. I can provide a write-up on the changes I made to get this working for me if anyone is interested.