Send mms notification via AT commands hyperterminal

Send mms notification via AT commands hyperterminal SearchSearch
Author Message
Sugianto Soesilo
New member
Username: Sugi

Post Number: 1
Registered: 01-2004
Posted on Friday, January 16, 2004 - 06:40 pm:   

Hi to all, i'm a college student and working on my MMS research thesis
after reading this forum discussion i got lot's of info that i need about MMS

so thanks for you guys and Bryce for all the help...
but i still got some problem here, and anyone that might able to help.. please reply soon, thx before

i've managed to send a mms notification from a mobile phone by using
hyperterminal AT commands at+cmgs=106 (106 : number of elements)
it seems to work, because the destination phone (nokia 6610) managed to recognize the notification
(the multimedia message icon is blinking), but the problem is
why after receiving the notification the phone didn't start downloading the mms documents??
because after the mms icon blink for a while then it ends, and nothing happened.
(i've created a .mms file with NMIT that i store in a server)

i've included the pdu that i sent :
(please correct if there is something wrong)

059126181642: SMSC number (0816124)
41: the pdu contains header part
00: reference number
0C91265816300385: destination number (08561033058)
00: pdu type (SMS)
04: encoding scheme (8 bit scheme)
5D: user data length (93)
0605040B8423F0: user data header
0006: wsp push type
226170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500:
Content type (application/vnd.wap.mms-message
AF84: X-Wap-Application-ID=04 (2F 04) +80
8C82: X-MMS-Message-Type=m-notification-ind
986100: X-MMS-Transaction-ID=a
8D90: X-MMS-Version=1.0
8A80: X-MMS-Message-Class=Personal
8E020E10: X-MMS-Message-Sice=3600 bytes
88058103015180: X-MMS-Expiry=86400 seconds
83687474703A2F2F7777772E77697066756E6B2E69742F312E6D6D7300:
X-MMS-Content-Location=http://www.wipfunk.it/1.mms

i almost give up, because i don't understand what's wrong...
could anyone please help me soon, because it's already near my exam date
thank you before...
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1678
Registered: 10-2002
Posted on Monday, January 19, 2004 - 08:02 pm:   

The MMS settings on the mobile phone might not allow external MMS messages to be retrieved.

Check your web server logs to see if there was an attempt to download your URL.

If there was, but you didn't receive the message, then there is likely something wrong with the message file.

If there was no attempt to retrieve the message, then it is likely that the MMS settings on the mobile phone do not allow external MMS messages to be retrieved.

In the latter case, you could reconfigure the MMS settings on the mobile phone to use the GPRS APN and WAP Gateway IP address that are used by the WAP browser. (This will likely prohibit you from sending or receiving MMS messages via the operator's MMSC.)

The only other way around this is to submit any MMS messages to the operator MMSC over GPRS. (Or use an alternative to MMS for content delivery, such as WAP push.)

-bn