Thank you for your help. I had been tracing it overnight and found out that during the transmission, the packets were split into two groups. The request would be therefore incomplete hence, the bad request reply. I am still finding out if this is caused by our network or the MMSC's network. Is there a way to resolve this on Mbuni's side, like for instance waiting for x seconds?
--- On Thu, 6/19/08, P. A. Bagyenda <[EMAIL PROTECTED]> wrote: From: P. A. Bagyenda <[EMAIL PROTECTED]> Subject: Re: [Users] How do I receive MMS? To: [EMAIL PROTECTED] Date: Thursday, June 19, 2008, 12:02 PM I hope that is not an empty line after the incoming-password field? The soap handler never sends a 404 error, so this error must be caused by the type of mmsc being wrong On Jun 19, 2008, at 06:55, Yoj StamAria wrote: They are sending it to port 7465 here is a part of my config #--MMSC group = mmsc id = ID mmsc-url = http://xx.xx.xx.xx:xxxxx/vas mm7-soap-xmlns = http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2 incoming-username = xxxxxx incoming-password = xxxxxx incoming-port = 7465 type = soap #MMS SERVICE CONFIGURATION group = mms-service name = RECEIVER post-url = http://localhost:1882/RequestServlet/RequestServlet catch-all = true #http-post-parameters = fx=true&images[]=%i&text[]=%t accept-x-mbuni-headers = true keyword = test --- On Thu, 6/19/08, P. A. Bagyenda <[EMAIL PROTECTED]> wrote: From: P. A. Bagyenda <[EMAIL PROTECTED]> Subject: Re: [Users] How do I receive MMS? To: [EMAIL PROTECTED] Date: Thursday, June 19, 2008, 11:46 AM what port are they sending to? What's your config file look like? On Jun 19, 2008, at 06:38, Yoj StamAria wrote: im sorry here is the log that I am getting 2008-06-18 23:33:44 [18859] [2] DEBUG: HTTP: Creating HTTPClient for `xxx.xxx.xx.xx. 2008-06-18 23:33:44 [18859] [2] DEBUG: HTTP: Created HTTPClient area 0x941cea0. 2008-06-18 23:33:44 [18859] [1] DEBUG: HTTP: Destroying HTTPClient area 0x941cea0. 2008-06-18 23:33:44 [18859] [1] DEBUG: HTTP: Destroying HTTPClient for `xxx.xxx.xx.xx. Here is what they are sending POST HTTP/1.1 Host: xx.xx.xx.xx:xxxx User-Agent: MMSC/2.2 Connection: keep-alive Content-Length: 1678 Content-Type: multipart/related; boundary="soap-border"; type="text/xml"; start="</soap-env/start>" Accept: text/xml, application/xml SOAPAction: "" --soap-border Content-Type: text/xml; charset="utf-8" Content-ID: </soap-env/start> <?xml version="1.0" ?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header> <mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2" env:mustUnderstand="1">AfqTmEXuy7GTKobI_</mm7:TransactionID> </env:Header> <env:Body> <DeliverReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2"> <MM7Version>5.3.0</MM7Version> <MMSRelayServerID>MMH2</MMSRelayServerID> <Sender><RFC2822Address>+639175884526/TYPE=PLMN</RFC2822Address></Sender> <Recipients> <To> <RFC2822Address>+2373/TYPE=PLMN</RFC2822Address> </To> </Recipients> <TimeStamp>2008-06-18T10:33:04Z</TimeStamp> <Priority>Normal</Priority> <Subject>test mms</Subject> <Content href="cid:soap-attach-start" /> </DeliverReq> </env:Body> </env:Envelope> --soap-border Content-Type: multipart/related;boundary=1_4858E460_282C9C4;Start="<22383792>";Type="application/smil" Content-ID: <soap-attach-start> --1_4858E460_282C9C4 content-type:text/plain;Charset=UTF-8;Name=Test.txt content-location:Test.txt content-transfer-encoding:7bit Test --1_4858E460_282C9C4 content-type:application/smil;Charset=UTF-8;Name=pres.smil content-id:<22383792> content-transfer-encoding:7bit <smil><head><layout><root-layout width="176" height="208"/><region id="Text" width="160" height="183" top="5" left="8" fit="scroll"/></layout></head><body><par dur="5000ms"><text region="Text" src="Test.txt"/></par></body></smil> --1_4858E460_282C9C4-- --soap-border-- they always get ............HTTP/1.1 400 Bad Request Server: Kannel/cvs-20061123 Content-Length: 0 Connection: close ......
_______________________________________________ Users mailing list [email protected] http://lists.mbuni.org/mailman/listinfo/users
