Problem using NowSMS with Openwave API

Problem using NowSMS with Openwave API SearchSearch
Author Message
Ankur
New member
Username: Phoneynk

Post Number: 17
Registered: 10-2005
Posted on Thursday, July 27, 2006 - 01:16 pm:   

Hello
I am trying to send and receive MMS to NowSMS MMSC using openwave api (http://www.openwave.com/us/products/developer_products/mms_sdk/)
but NowSMS mmsc is keep on routing same mms to my vasp receiever application.
Please help.
application/octet-streamMMSC Log
MMSCDEBUG.LOG (182.0 k)

yahoo id vaish_ankur_cdac
mail vaish.ankur@gmail.com
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6250
Registered: 10-2002
Posted on Thursday, July 27, 2006 - 09:22 pm:   

Hi,

Looking at your log, I have to say that I don't understand your configuration.

What I think I see in the log is that the reason the message is getting routed back to you is because that is what you have NowSMS configured to do.

In order for NowSMS to accept messages from an external application, you need to configure an "MMSC VASP" account in NowSMS. The external application authenticates to NowSMS using this account information.

One of the configuration options when you define an "MMSC VASP" is an option that asks what you want to do with messages received from this account.

My guess would be that you either have NowSMS configured to perform "Standard MMS Delivery" (in which case the message gets routed for outbound delivery using whatever routing definitions you have defined under the "MMSC Routing" tab) ... or "Route via MM7" pointing back to your application.

I will also note that the message is being retried for delivery for your application, as no HTTP response is coming back when NowSMS attempts to connect to your application.

I notice that when your application submits the message to NowSMS, it uses "deliver" format. Similarly, NowSMS is using "deliver" format when it routes the message back to your application, but your application might be expecting "submit" format. There is a configuration option when you define an "MMSC routing" to specify whether to use deliver or submit format.

-bn