Multitech MultiModem iSMS SF100-G Administrator's Manual page 82

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

Advertisement

Appendix A – Application Programming Interface (API)
Sending to a Group
You can use the API to send SMS to a pre-defined group. The group must exist in the MultiModem iSMS. If the group does
not exist, the message is dropped.
HTTP API format is:
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=user1&cat=1
[enc=1][priority=1][&modem=4]&
-or-
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=user1&cat=1
[enc=2][priority=1][&modem=4]&
form)
-or-
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=user1&cat=1
[enc=3][priority=1][&modem=4]&
The parameters are:
Parameter
Description
cat
1
enc
Encoding type to send SMS(Optional field)
Range: 0 to 3
0 - SMS text is in ASCII form
1 - SMS text is in Extended ASCII form
2 - SMS text is in hexadecimal form. Each hexadecimal value length is maximum 4, and each
hexadecimal value should be separated by a semi-colon. Example: 0645;41;646.
3 - SMS text is in decimal form. Each decimal Value length is 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 is the configured settings from the SMS
settings page.
enc=2, if Unicode is enabled.
enc=1, if Extended ASCII is enabled.
enc=0, if both Extended ASCII and Unicode are disabled.
priority
Priority to send SMS(Optional field)
Range: 1 to 3
1 - Low Priority
2 - Normal Priority
3 - High Priority
If priority is not specified in the request, the default priority is normal.
modem
Modem index to send SMS (this is only for the SF400/800 models)
Range : 1 to 4 for SF400
1 to 8 for SF800
0 for any modem (Send API job is distributed using all the available modems)
MultiModem® iSMS System Administrator's Guide
group="admin"&text=message
group="admin"&text=41;42;645;0645(hexadecimal
group="admin"&text=65;66;678(decimal form)
82

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Multimodem sf400-gMultimodem sf800-g

Table of Contents