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

clean up
No edit summary
(clean up)
 
(3 intermediate revisions by one other user not shown)
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 \
iccid=8944200000000000000 \
--form-string passwordiccid=secret8944200000000000000 \
--form-string udhpassword="140102000001020100010202000102030001020700"secret \
--form-string messageudh="Clear MWI140102000001020100010202000102030001020700" \
--form-string originatormessage=12345"Clear MWI" \
--form-string originator=12345 \
httphttps://sms.aa.net.uk/sms.cgi
</syntaxhighlight>
 
Clears all MWIs, and gives the phone the test "Clear MWI" to discard.
 
==Known to work on:==
*iPhone
*Nokia E72
 
==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
*Possibly HTC Snap
editor
698

edits