MMS headers

MMS headers SearchSearch
Author Message
Darien Jesus Alvarez de la Cruz
New member
Username: Darien

Post Number: 1
Registered: 12-2005
Posted on Friday, December 16, 2005 - 08:33 pm:   

Hello everybody:

I need an example of MMS header, I have wrote a program to send MMS but when I send an MMS i recieve it with an incorrect smil presentation. I need to know if i have the headers wrong or the problem is in the smil code. thanks


X-Mms-Message-Type: m-retrieve-conf
X-Mms-Transaction-Id: 3F287A46
X-Mms-Version: 1.0
From: +44xxxxxxxxxx/TYPE=PLMN
To: +44xxxxxxxxxx/TYPE=PLMN
Date: Mon, 16 Dec 2005 20:28:37 GMT
X-Mms-Message-Class: Personal
Subject: MMS
Content-type: application/vnd.wap.multipart.related; start=<testmms.smil>; type=application/smil
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5349
Registered: 10-2002
Posted on Monday, December 19, 2005 - 04:50 pm:   

Assuming that you have a part of the content that has a "Content-ID:" of "testmms.smil", that looks correct.

But how are you converting this header into a binary MMS message? You may be dealing with a quirk in the program or library that you are using. It would help to see the complete raw message that you are submitting, and understand how you are submitting it.

-bn