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

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

Advertisement

Sending an Action Trigger Message
We could use this API to perform a predefined action.
HTTP API format is:
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=user1&cat=3
[&enc=0]&text=message
-or-
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=user1&cat=3
[&enc=2]&text=message should be hexadecimal form
Example: Configured action trigger for adding preconfigured SMS as 41;42;43 (with enc=2).
Example: Configured action trigger for adding preconfigured SMS as 41;42;43(with enc=3).
Multi-Tech Systems, Inc.
Downloaded from
Elcodis.com
electronic components distributor
Preconfigured SMS to add is 645;646;647;648 (in hexadecimal form).
In an API request, the text field should be in the format:
Configured action trigger;Preconfigured SMS
text=41;42;43;;645;646;647;648 (not correct)
text=41;42;43;3a;645;646;647;648 (correct format)
Here 3a is equivalent hexadecimal value for a semi-colon. We should use equivalent
hexadecimal value for either semi-colon or colon.
-or-
http://192.168.2.1[:portnumber]/sendmsg?user=user1&passwd=user1&
cat=3[&enc=3]&text=message should be decimal form.
Preconfigured SMS to add is 645;646;647;648 (in decimal form).
In an API request, the text field should be in the format:
Configured action trigger;Preconfigured SMS
text=41;42;43;;645;646;647;648 (not correct)
text=41;42;43;58;645;646;647;648 (correct format)
Here 58 is decimal equivalent value for a semi-colon. We should use equivalent decimal value
for either semi-colon or colon.
Irrespective of the spanned SMS value set, the maximum number of characters allowed in the
text field is:
160 for ASCII
140 for Extended ASCII
70 for Unicode
Any characters entered beyond the allowed limit will be chopped off.
MultiModem® iSMS User Guide for Administrators
Appendix A – Application Programming Interface (API)
85

Advertisement

Table of Contents
loading

This manual is also suitable for:

Multimodem isms sf 400-gMultimodem isms sf 800-g

Table of Contents