SMS UDH messages: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[http://www.aa.net.uk/kb-telecoms-sms.html Page on aa.net.uk] |
[http://www.aa.net.uk/kb-telecoms-sms.html Page on aa.net.uk] |
||
[http://www.aa-asterisk.org.uk/index.php/Setting_mobile_MWI_via_SMS_UDH Page on a&a-asterisk wiki] |
|||
Example: |
|||
curl --silent --get --form-string \ |
|||
iccid=8944200000000000000 \ |
|||
--form-string password=secret \ |
|||
--form-string udh="0401028001" \ |
|||
--form-string message="You have voicemail" \ |
|||
--form-string originator=12345 \ |
|||
http://sms.aa.net.uk/sms.cgi |
|||
SMS message to 8944200000000000000 |
|||
OK: Queued |
Revision as of 13:13, 29 October 2012
Page on aa.net.uk Page on a&a-asterisk wiki
Example:
curl --silent --get --form-string \ iccid=8944200000000000000 \ --form-string password=secret \ --form-string udh="0401028001" \ --form-string message="You have voicemail" \ --form-string originator=12345 \ http://sms.aa.net.uk/sms.cgi SMS message to 8944200000000000000 OK: Queued