Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

SMS UDH messages: Difference between revisions

Content deleted Content added
Farnz (talk | contribs)
No edit summary
Reedy (talk | contribs)
clean up
 
(3 intermediate revisions by one other user not shown)
Line 49: Line 49:
This sets the voice MWI only, saying that there is one voicemail waiting, and asking the phone to treat the text "You have voicemail" as a normal SMS message.
This sets the voice MWI only, saying that there is one voicemail waiting, and asking the phone to treat the text "You have voicemail" as a normal SMS message.


<syntaxhighlight lang="bash">
curl --silent --get --form-string \
curl --silent --get \
iccid=8944200000000000000 \
--form-string password=secret \
--form-string iccid=8944200000000000000 \
--form-string udh="140102000001020100010202000102030001020700" \
--form-string password=secret \
--form-string message="Clear MWI" \
--form-string udh="140102000001020100010202000102030001020700" \
--form-string originator=12345 \
--form-string message="Clear MWI" \
--form-string originator=12345 \
http://sms.aa.net.uk/sms.cgi
https://sms.aa.net.uk/sms.cgi
</syntaxhighlight>


Clears all MWIs, and gives the phone the test "Clear MWI" to discard.
Clears all MWIs, and gives the phone the test "Clear MWI" to discard.


==Known to work on:==
==Known to work on==
*iPhone
*iPhone
*Nokia E72
*Nokia E72


==Not working on:==
==Not working on==
*Samsung Galaxy S2 (GT-I9100 - SMS received, but the MWU indicator does not show - tested exaclty the same curl to same sim in a Nokia E72 and it does work. Samsung ROM was 4.1.2, Cyanogenmod 23 October 2012
*Samsung Galaxy S2 (GT-I9100 - SMS received, but the MWU indicator does not show - tested exaclty the same curl to same sim in a Nokia E72 and it does work. Samsung ROM was 4.1.2, Cyanogenmod 23 October 2012
*Possibly HTC Snap
*Possibly HTC Snap