4.12.SMS gateway function
External applications such as Network monitoring systems can send via the AlarmManager-PRO SMS text
messages via the integrated modem. Communication is carried out via the build-in web server and the HTTP
protocol. Following HTTP call is necessary:
Replace the variables with your data. You can send a test SMS from any web-browser.
HTTP command structure:
http://AlarmManager-IP/sendmsg?user=myUser&password=myPassword&to=012341234567&text=myText
AlarmManager-IP IP address of the AlarmManager (Default 192.168.100.222)
myUser Username (User with access right to send SMS messages)
myPassword Password
0049... Mobile number in national or international notation
To use the character „+“ in the URL please replace it with „%2B“
Exp.: „+49“ replaced with „%2B49“
myText Text-message with up to 160 characters (Up to 320 characters possible. In this case
2 Messages will be sent)
HTTP return code: 200 when SMS sending was successful
300 when SMS sending was unsuccessful"
Comentários a estes Manuais