Today I tried to setup mbuni as an MMSC as well. The trick is to forward
the MMS received via HTTP GET on the VAS gateway to mbuni via MM7 and
then mbuni to send the MM via MM4 on the active MMSC. However it seems
like MM7 does not work on mbuni. I run bot mmsbox and mmsrelay. I setup
mm7-port=8192 on the mmsc conf file and I use
mmsc-url=http://mbuni:test@<IP of mbuni>:8192/ in the mmsbox conf file.
However when I try to send I receive in the log "Couldn't fetch
<http://mbuni:test@<IP of mbuni>:8192/>.

It seems like mm7 does not work. I looked into the documentation but I
cannot find anything else than the steps I have taken. Do you have any
ideas? 

-----Original Message-----
From: P. A. Bagyenda [mailto:[EMAIL PROTECTED] 
Sent: 30 May 2007 14:34
To: Marios Fotiou
Cc: Mbuni MMS Gateway Users List
Subject: Re: [Users] Corrupted MMS only to SonyEricsson Handsets

Content parts are only base64 encoded if they appear to contain binary
data. This should not be the case for you unless you are using an old
version of mbuni (i.e. try CVS). I have tested SE-T610i with Mbuni and
it should work, so the MMSC must be doing something odd with the
message. What you want to do is compare the MM7 packet from Mbuni and
that from another gateway, and advise.
On May 30, 2007, at 13:45, Marios Fotiou wrote:

> Dear Bagyenda,
>
> You were correct for the apache mime type mapping that worked straight

> away! Thank you very much!
>
> As for the SE issue, I tested in a few models including the SE- T610i.

> I will look UAProf URL however since the MMSC-WAP GW I use is not 
> mbuni but an external one then I cannot see how this will affect the 
> delivery of the MMS to these terminals. Some more information is that 
> when I receive the message on a Nokia terminal and I forward it 
> through the same MMSC via MM1 to a SE terminal the MMS is delivered 
> without a problem. This is very strange... We have another platform 
> that connects to the MMSC directly on MM7 interface and from that 
> platform delivery to SE terminals works fine. I traced that MM7 
> connection only to find out that it sends the smil file encoded in 
> base64. I decoded the SMIL and used the same on an mbuni MMS however I

> still get the MMS to be corrupted... This is very strange
>
> Marios
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of P. A. Bagyenda
> Sent: 30 May 2007 13:06
> To: Mbuni MMS Gateway Users List
> Subject: Re: [Users] Corrupted MMS only to SonyEricsson Handsets
>
> When Mbuni receives the SMIL, it tries to fetch the content in order 
> to build the MMS. For your case, it relies on the HTTP server to 
> inform it of the content type of the content fetched. My hunch is this

> is where things are breaking. Check your HTTP server's mapping of file

> names to mime types (for apache, the file is mime.types in the conf 
> directory).
> Ensure that .amr is mapped to mime type audio/AMR.
>
> for sony ericsson, the problem may be caused by content adaptation.
> Please advise on the handset type and also perhaps send me the UAProf 
> URL for it.
>
>
> On May 30, 2007, at 12:31, Marios Fotiou wrote:
>
>> Dear All,
>>
>> We have setup a test mbuni server to use as an MMS gateway. Using the

>> sendmms command we have formulated the below URL to send to the mbuni

>> mmsbox. The MMS is sent succesfully and it is then transmitted to 
>> mobile phone where it can be viewed. We have tested with Nokia, 
>> Samsung and Sony Ericsson handsets and only in SonyEricsson the 
>> message is displayed as corrupted. Are we missing something optional 
>> in the SMIL that is required by SonyEricsson MMS viewers to accept 
>> the
>
>> SMIL as correct?
>>
>> http://10.22.0.132:10001/sendmms?
>> sername=tester&password=foobar&vasid=we
>> bserver&from=96222524/TYPE=PLMN&to=96222521/
>> TYPE=PLMN&smil=<smil><head><
>> layout><region id='Image' width='114' height='160' left='0' top='0'
>> /><region id='Text' width='160' height='50' left='0' top='120'
>> /></layout></head><body><par dur='5s'><text 
>> src='http://myserver:8888/mms_content/happy_birthday.txt'
>> region='Text'/><img
>> src='http://myserver:8888/mms_content/happy_birthday.jpg'
>> region='Image'/></par></body></smil>
>>
>> In addition when we add <audio
>> src='http://myserver:8888/mms_content/happy_birthday.amr'/> the 
>> message appears as corrupted to all phones. Tracing on the 10001 port

>> shows that the encoding for the audio file shows as 
>> Content-Type:text/plain. See below the trace.
>>
>> Thank you very much in advance!
>>
>> Regards,
>> Marios Fotiou
>> VAS Engineer
>> Areeba Cyprus
>>
>> *****************************
>> POST /mmsc/mm7 HTTP/1.1
>> Host: areebammsc:3128
>> Connection: keep-alive
>> SOAPAction: ""
>> Content-Type: multipart/related; type="text/xml"; 
>> start="<s1180513372.897860030.Kq.msg>";
>> boundary=_boundary_1431855693_1180513372_I_a_bd1677038100
>> MIME-Version: 1.0
>> Content-Length: 75467
>>
>> --_boundary_1431855693_1180513372_I_a_bd1677038100
>> Content-Type: text/xml
>> Content-ID: <s1180513372.897860030.Kq.msg>
>>
>> <?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope 
>> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
>> <SOAP-ENV:Header>
>> <mm7:TransactionID
>> xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/
>> schema
>> /REL-5-MM7-1-2"
>> SOAP-ENV:mustUnderstand="1">[EMAIL PROTECTED]</
>> mm7:TransactionID
>>>
>> </SOAP-ENV:Header>
>> <SOAP-ENV:Body>
>> <mm7:SubmitReq
>> xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/
>> schema
>> /REL-5-MM7-1-2">
>> <mm7:MM7Version>5.3.0</mm7:MM7Version>
>> <mm7:SenderIdentification>
>> <mm7:VASPID>webserver</mm7:VASPID>
>> <mm7:VASID>webserver</mm7:VASID>
>> <mm7:SenderAddress><mm7:Number>96222524</mm7:Number>
>> </mm7:SenderAddress>
>> </mm7:SenderIdentification>
>> <mm7:Recipients>
>> <mm7:To>
>> <mm7:Number>96222521</mm7:Number>
>> </mm7:To>
>> </mm7:Recipients>
>> <mm7:TimeStamp>2007-05-30T08:22:51Z</mm7:TimeStamp>
>> <mm7:Content href="cid:c1180513372.1132963618.Rw.msg"/>
>> </mm7:SubmitReq>
>> </SOAP-ENV:Body>
>> </SOAP-ENV:Envelope>
>>
>>
>> --_boundary_1431855693_1180513372_I_a_bd1677038100
>> X-Mms-MMS-Version: 1.0
>> X-Mms-Expiry: Wed, 06 Jun 2007 08:22:50 GMT
>> Date: Wed, 30 May 2007 08:22:51 GMT
>> Message-ID: [EMAIL PROTECTED]
>> MIME-Version: 1.0
>> Content-Type: multipart/related;  type="application/smil"; 
>> start="<presentation>";
>> boundary=_boundary_1908694232_1180513372_L_h_bd1536088165
>> Content-ID: <c1180513372.1132963618.Rw.msg>
>>
>> --_boundary_1908694232_1180513372_L_h_bd1536088165
>> Content-ID: <000055>
>> Content-Type: text/plain
>> Content-Transfer-Encoding: base64
>>
>> IyFBTVIKNMu3CEEP/PNWQ16H/v/1PAP+7VwAANE+ZeAANFITCi222nG+WBD//c4
>> +jsQzqP5n
>> PU0S
>> AoygNKoZii023a/uR9L/vIqlLKYhayDTzz.....<not included due to size>
>>
>>
>> --_boundary_1908694232_1180513372_L_h_bd1536088165
>> Content-ID: <000056>
>> Content-Type: text/plain
>>
>> Dear Antonis, areeba wishes you happy birthday!
>>
>> --_boundary_1908694232_1180513372_L_h_bd1536088165
>> Content-ID: <000057>
>> Content-Type: image/jpeg
>> Content-Transfer-Encoding: base64
>>
>> /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAATwAA/
>> +4ADkFkb2JlAGTAAAAA
>> Af/b
>> AIQAAwICAgICAwICAwQCAgI.....<not included due to size>
>>
>>
>> --_boundary_1908694232_1180513372_L_h_bd1536088165
>> Content-ID: <presentation>
>> Content-Type: application/smil
>>
>> <?xml version="1.0"?>
>> <smil>
>>   <head>
>>     <layout>
>>       <region id="Image" width="114" height="160" left="0" top="0"/>
>>       <region id="Text" width="160" height="50" left="0" top="120"/>
>>     </layout>
>>   </head>
>>   <body>
>>     <par dur="5s">
>>       <audio src="cid:000055"/>
>>       <text src="cid:000056" region="Text"/>
>>       <img src="cid:000057" region="Image"/>
>>     </par>
>>   </body>
>> </smil>
>>
>>
>> --_boundary_1908694232_1180513372_L_h_bd1536088165--
>>
>>
>> --_boundary_1431855693_1180513372_I_a_bd1677038100--
>> HTTP/1.1 200 OK
>> Content-Type: text/xml; charset="utf-8"
>> Connection: Keep-Alive
>> Content-Length: 658
>> Soapaction: ""
>>>>>>>>>>>>> RESPONSE FROM MMSC
>> <?xml version="1.0" encoding="utf-8"?> <SOAP-ENV:Envelope
>> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";><SOAP-
>> ENV:Hea
>> der><mm7:TransactionID SOAP-ENV:mustUnderstand="1"
>> xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/
>> schema
>> /REL-5-MM7-1-0">[EMAIL PROTECTED]</mm7:TransactionID></SOAP-
>> ENV:
>> Header><SOAP-ENV:Body><SubmitRsp
>> xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/
>> schema/REL
>> -5-MM7-1-0"><MM7Version>5.3.0</MM7Version><Status><StatusCode>1000</
>> Stat
>> usCode><StatusText>Message
>> sent</StatusText></
>> Status><MessageID>1FD09E22960695DA3ABED8EA54EB577F</M
>> essageID></SubmitRsp></SOAP-ENV:Body></SOAP-ENV:Envelope>
>>
>> _______________________________________________
>> Users mailing list
>> [email protected]
>> http://lists.mbuni.org/mailman/listinfo/users
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.mbuni.org/mailman/listinfo/users
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to