SMS UDH messages: Difference between revisions

m (AA-Andrew moved page UDH messages to SIM to SMS UDH messages)
mNo edit summary
 
Example:
<syntaxhighlight lang="bash">
curl --silent --get --form-string \
--form-string iccid=8944200000000000000 \
--form-string password=secret \
--form-string udh="0401028001" \
--form-string message="You have voicemail" \
--form-string originator=12345 \
httphttps://sms.aa.net.uk/sms.cgi
 
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: Queued1
</syntaxhighlight>
 
==Known to work on:==