SMS UDH messages: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
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 \ |
|||
iccid=8944200000000000000 \ |
|||
--form-string iccid=8944200000000000000 \ |
|||
--form-string password=secret \ |
|||
--form-string udh="140102000001020100010202000102030001020700" \ |
|||
--form-string message="Clear MWI" \ |
|||
--form-string originator=12345 \ |
|||
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 |
||