'Unknown sender' when sending MMS

'Unknown sender' when sending MMS SearchSearch
Author Message
Daniel Baptista
New member
Username: Daniel

Post Number: 1
Registered: 09-2006
Posted on Thursday, September 21, 2006 - 01:00 pm:   

Hi, our application uses MM7 to send MMS's via now.sms everything seems to be working fine, I have set up the MMSC VASP correctly and the messages are being received successfully.. except that the sender of the MMS is always Unknown sender on sony ericsson devices and its VASP:192.168.1.123 on nokia devices.
Below is the soap envelope that leaves my application. Can anyone see anything wrong with it? if not can anyone suggest how i can get more information on the problem and /or how to solve it. Thanks in advance,
Dan.

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header>
<mm7:TransactionID env:mustUnderstand="1" xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2">
vas00001-sub
</mm7:TransactionID>
</env:Header>
<env:Body>
<SubmitReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2">
<MM7Version>5.3.0</MM7Version>
<SenderIdentification>
<VASPID>VoxSurf</VASPID>
<VASID>Notification</VASID>
<SenderAddress>

<RFC2822Address>My Voicemail &lt;null&gt;</RFC2822Address>

</SenderAddress>
</SenderIdentification>
<Recipients>
<To>
<Number displayOnly="false">+447917726011</Number>


</To>

</Recipients>
<ServiceCode>vxone-gold</ServiceCode>
<ExpiryDate>P90D</ExpiryDate>
<DeliveryReport>false</DeliveryReport>
<ReadReply>false</ReadReply>
<Priority>Normal</Priority>
<Subject>New voicemail notification</Subject>
<Content href="cid:mms_cid"/>
</SubmitReq>
</env:Body>
</env:Envelope>
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6565
Registered: 10-2002
Posted on Thursday, September 21, 2006 - 03:47 pm:   

Hi Daniel,

In the MMSC VASP definition in NowSMS, make sure that "Allow Sender Address Override" is checked.

-bn
Daniel Baptista
New member
Username: Daniel

Post Number: 2
Registered: 09-2006
Posted on Thursday, September 21, 2006 - 04:17 pm:   

Thanks for the reply Bryce, I've checked, and the "Allow Sender Address Override" has always been checked, the corresponding input box was empty.

Any other suggestions?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6567
Registered: 10-2002
Posted on Thursday, September 21, 2006 - 07:58 pm:   

Hi Daniel,

I was about to ask you to see an MMSCDEBUG.LOG. But I think I know the answer ...

The "RFC2822Address" that is specified isn't valid. If there is no "@" in it, then NowSMS ignores it.

If you change that value, it should resolve the problem.

-bn
Daniel Baptista
New member
Username: Daniel

Post Number: 3
Registered: 09-2006
Posted on Friday, September 29, 2006 - 11:26 am:   

That was exactly the issue, someone had made a simple mistake on our end. Thanks alot for your assitance, and sorry for the late gratitude :-)