MM1 issue for Tawian CHT

MM1 issue for Tawian CHT SearchSearch
Author Message
victor.yu
New member
Username: Victoryu

Post Number: 14
Registered: 11-2009
Posted on Thursday, April 22, 2010 - 02:42 pm:   

We send MMS. We add JSR205 header.
There some success some FAILED.
I don't know how to verify this issue.
can u help us.
you can Check CHT FAILED . From time 2010-04-22 20:03:47 to 2010-04-22 20:55:28
We used the HDR as in the attache files
text/plainMMS header
testUse.hdr (0.6 k)
application/octet-streamMMS log
MMSC-20100422.LOG (25.5 k)
application/octet-streamMMSCDEBUG log
MMSCDEBUG.LOG (2732.8 k)
application/octet-streamMMSWAPDEBUG log
MMSWAPDEBUG.LOG (2504.8 k)
victor.yu
New member
Username: Victoryu

Post Number: 15
Registered: 11-2009
Posted on Thursday, April 22, 2010 - 02:43 pm:   

I type wrong title , it sedn MMS issue for Taiwan CHT carrier
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2040
Registered: 08-2008
Posted on Thursday, April 22, 2010 - 03:28 pm:   

Hi Victor,

I am assuming that you can send messages OK if you do not include the application id headers, correct?

It is probable that the operator MMSC in question does not support MMS 1.3, and is therefore rejecting the message because of unsupported headers.

JSR-205 does not require MMS 1.3.

I would suggest that you configure the MMS version for the connection to a lower version number so that NowSMS does not generate the MMS 1.3 specific headers.

When MMS 1.3 format is used, NowSMS generates application-id headers using both JSR-205 and MMS 1.3 encoding.

When a version of MMS earlier than 1.3 is used, NowSMS only generates these headers using JSR-205 encoding.

(It is still possible that an operator MMSC might not support JSR-205 encoding, but it is more likely that it will.)

--
Des
NowSMS Support
Ajay balakrishnan
New member
Username: Ajaysane666

Post Number: 1
Registered: 07-2010
Posted on Friday, July 09, 2010 - 01:30 pm:   

Hi,
I am sending MMS using MM1 to nowsms. I am doing HTTP POST of the MMS PDU(text encoding). I am getting following response from nowsms-smsc
<HTML><HEAD><TITLE>
Unknown Request
</TITLE></HEAD><BODY><H1>
Unknown request: content type is unknown
</H1></BODY></HTML>
with HTTP 500 error.

Is text encoding not supported by nowsms?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2320
Registered: 08-2008
Posted on Friday, July 09, 2010 - 02:10 pm:   

Hi,

Text PDU encoding for MM1 is definitely not supported. It is not formally s= pecified in any specification, only binary.=20

If you want to use a text based encoding, use MM7, or process your text MM1 t= hrough the MMSCOMP command line utility.=20

-- Des