Make a MMS with unrecongnised heard field by NowSMS

Make a MMS with unrecongnised heard field by NowSMS SearchSearch
Author Message
Bai Yan
New member
Username: Ben1900

Post Number: 3
Registered: 07-2012
Posted on Thursday, August 02, 2012 - 03:23 am:   

Hi,

I want to make a MMS with unrecongnised header field/recognised field fields with unrecongised values using nowSMS. So, I want to know how can I archieve this using NOWSMS.
THX
Bai Yan
New member
Username: Ben1900

Post Number: 4
Registered: 07-2012
Posted on Friday, August 03, 2012 - 07:24 am:   

Hi, NowSMS supports

Can anyone answer my question? Hope get your reply.Thx
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4058
Registered: 08-2008
Posted on Monday, August 06, 2012 - 10:34 pm:   

Hi,

NowSMS does not have any facilities for inserting invalid MMS headers.

Assuming that you're in a lab environment and you want to send invalid MMS messages to a handset for testing purposes, you could create your own invalid MMS message files and use NowSMS to send notifications for the invalid content. (Use "Send MMS Notification" instead of "Send MMS Message".)

That said, by default, NowSMS tries to fetch the URL and validates that the content-type is "application/vnd.wap.mms-message" and that an MMS header is at the start of the content which includes "X-Mms-Message-Type: m-retrieve-conf".

You can disable this validation only by including "&MMSURLValidate=No" in the URL request, which rules out using the built-in web form. (See http://www.nowsms.com/doc/submitting-sms-messages/sending-mms-notifications-and- content and add this parameter to the URL request.)

Sorry that this is such a complex answer. If I can clarify any points, please reply.

--
Des
NowSMS Support
Bai Yan
New member
Username: Ben1900

Post Number: 5
Registered: 07-2012
Posted on Wednesday, August 15, 2012 - 10:51 am:   

Hi,

Thank for your response above.
Here is an further question.

I need compose a MMS with recognised field fields with unrecongised values in the MMS header. Such as, I need make the X-Mms-Message-Class: NewMessageClass in M-retrieve.conf PDU.

So, I used the utility MMSCOPM to compose the MMS pud. then I find the waring pop up:
" Warning: Invalid value for Message-Class: header, should be Personal, Ad, Info
or Auto."

Then I submit it via the web interface, that is send the MMS to the phone. But, the phone can not receive the MMS.

If I changed to "X-Mms-Message-Class: Personal". The MMS can be received.

In a word, I need simulate the situation "recognised field fields with unrecongised values". So, could you help help me check the steps I described as above. Could you give me suggestion to ahcieve this simulation.

Thanks for your support.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4074
Registered: 08-2008
Posted on Wednesday, August 22, 2012 - 12:47 am:   

Hi,

MMSCOMP was designed to ignore invalid headers. So if it encounters "X-Mms-Message-Class: NewMessageClass", it is going to ignore it, and that header will not be present.

Our tools were not designed for the purpose of generating invalid content.

What I would suggest, if you want to create some test cases is to use a hex editor against a valid message to make the modifications you desire. If you're not familiar with any hex editors, I have used UltraEdit in the past, and it works quite well in this capacity.

--
Des
NowSMS Support