Mms: sms notify!

Mms: sms notify! SearchSearch
Author Message
sameh
Unregistered guest
Posted on Friday, January 20, 2006 - 11:17 am:   

Hi,
I’m very sorry for may very, very bad English ....

I’m working in a MMS server (for the moment just for joke and try) and I have a big problem on my notify sms push-message
I try to debug it, but nothing, it don't want to work, SO HELP!!!!
I know there are a lot of thread taking about the same think but nothing to resolve my problem :-(!

0605040B8423F0 (UDH)

0006 (PUSH)

BE (Content type: "application/vnd.wap.mms-message" and I tried the 226170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500 form)

AF84 (WAP PUSH APPLICATION)

8C82 (X-Mms-Message-Type : m-notification-ind)

98 30303100 (X-Mms-Transaction-Id : "001")

8D90 (X-Mms-MMS-Version: 1.00)

8A80 (X-mms-Message-Class: "Personal")

8E021097 (X-Mms-Message-Size : 4247)

8805810302A300 (X-Mms-Expiry: in relative with 48 hours)

83687474703A2F2F7761702E63686166696B2E6F72672F746573742E6D6D7300 (X-Mms-Content-Location: http://wap.chafik.org/test.mms)

The problem is that the phone don't want to compute my notify, may be the X-Mms-Expiry ???
I have put a good MMS configuration on my phone, in sense of I can receive incoming MMS.
I use a nokia 6230 as a GSM Modem on linux server.
sameh
Unregistered guest
Posted on Friday, January 20, 2006 - 11:51 am:   

I found my problem!!!!!!

before the content type I forgot the length of the content, I this case is 01!
At this point message must be

0605040B8423F0 (UDH)

0006 (PUSH)
01 (length of content)
BE (Content type: "application/vnd.wap.mms-message" and I tried the 226170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500 form)

AF84 (WAP PUSH APPLICATION)

8C82 (X-Mms-Message-Type : m-notification-ind)
.....
...


98 30303100 (X-Mms-Transaction-Id : "001")

8D90 (X-Mms-MMS-Version: 1.00)


I receive the notification but my MMSC (sfr) don't wont to download the test.mms file, that is another history :-(
The MMSC don't made connection to my serveur!!!!
Any idea ????
Anonymous
 
Posted on Monday, March 06, 2006 - 11:57 pm:   

deleted by admin 931