In chapter 9 “Examples of Application” of the WIP AT Commands User Guide there is an example of sending an MMS.
It there a converse example available somewhere “Receiving an MMS”. That would be good.
If I can’t find an example I’d like to develop one here.
Scenario
I have sent myself a test MMS using the example in Chapter 9.
Then I poll for SMS messages using AT+CMGL
+CMGR:1,“REC UNREAD”,“99”,“13/03/08,11:05:23+44”
OK
+CMGR:2,“REC UNREAD”,“99”,“13/03/08,11:05:23+44”
/1?APEgRxjlFU-d7BCfp
OK
I get 2 SMS messages. Why two?
One of these is the MMS M-Notification.ind message.
I presume that the “/1?APEgRxjlFU-d7BCfp” line is the location of the MMS meta data. Please correct me if I am wrong.
How do I send this. I can request a HTTP get as shown in example 9.6
AT+WIPCREATE=5,1,“proxy.server.com”, 8070[,“username”,“password”,"header name”,” header value”,…]
OK
+WIPREADY: 5,1
AT+WIPFILE=5,1,1,”/1?APEgRxjlFU-d7BCfp”[,”username”, ”password”, ”Accept”, ”application/vnd.wap.mms-message”, …]
+CME ERROR: 839 Error during channel creation
This is where I get stuck, through shear ignorance but not for lack of perseverance though. I’ll add to this post as I find out more.
Any help would be appreciated