Multitech MultiModem iSMS SF 100-G User Manual For System Administrators page 83

Intelligent sms server
Hide thumbs Also See for MultiModem iSMS SF 100-G:
Table of Contents

Advertisement

Sending a Broadcast Trigger Message
We can use the API to send a broadcast trigger message to the MultiModem iSMS.
HTTP API format is:
http://192.168.2.1[:portnumber]/sendmsg?user=user2&passwd=user2&cat=2
[&enc=0][&modem=5]&text=message
-or-
http://192.168.2.1[:portnumber]/sendmsg?user=user2&passwd=user2&cat=2
[&enc=2][&modem=5]&text=message should be hexadecimal form
-or-
http://192.168.2.1[:portnumber]/sendmsg?user=user2&passwd=user2&cat=2
[&enc=3][&modem=5]&text=message should be decimal form
The parameters are:
Multi-Tech Systems, Inc.
Downloaded from
Elcodis.com
electronic components distributor
cat
2
enc
Encoding type to send SMS(Optional field)
Range: 0 to 3
0 - SMS text should be in ASCII form
1 - SMS text should be in Extended ASCII form
2 - SMS text should be in hexadecimal form (i.e. each hexadecimal value
length should be maximum 4, and each hexadecimal value should be
separated by a semi-colon. Example: 0645;41;646)
3 - SMS text should be in decimal form (i.e. each decimal Value length
should be maximum 5, and each decimal value should be separated by a
semi-colon. Example: 1605;65;65300)
Note: Maximum decimal value allowed is 65535.
If enc is not specified in the send API request, default enc will be configured to the
settings of the SMS settings page.
i.e. enc=2, if Unicode is enabled.
enc=1, if Extended ASCII is enabled.
enc=0, if both Extended ASCII and Unicode are disabled.
modem Modem index to send broadcast message
Range : 1 to 4 for SF400
1 to 8 for SF800
0 for any modem (Broadcast API job will be distributed via all the available
modems)
If modem is not specified in the request, broadcast API job will be distributed
via all the available modems
If modem is specified, broadcast job will be sent via the specified modem.
MultiModem® iSMS User Guide for Administrators
Appendix A – Application Programming Interface (API)
83

Advertisement

Table of Contents
loading

This manual is also suitable for:

Multimodem isms sf 400-gMultimodem isms sf 800-g

Table of Contents