How to simulate VASP to MMSC with Now SMS/MMS Gateway

How to simulate VASP to MMSC with Now SMS/MMS Gateway SearchSearch
Author Message
ngping
New member
Username: Ngping

Post Number: 2
Registered: 06-2006
Posted on Thursday, June 15, 2006 - 08:17 am:   

Instead of setting up SMSC with GSM Phone/Modem,
How do I simulate VASP(my program) send MMS to MMSC with Now SMS/MMS Gateway?

1. Sender (VASP) - My test program using Java MM7 APU

2. Receiver MMSC - How do I see my sent message from Now SMS/MMS Gateway?

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6040
Registered: 10-2002
Posted on Thursday, June 15, 2006 - 09:12 pm:   

You just want to send the message to yourself?

That doesn't seem very interesting.

But, here's what you can do.

Create an "MMSC Routing" account in NowSMS. This is how NowSMS routes messages to your application.

Pick "MM7" as the protocol to be used, and enter the URL for your application in the "Server Address" field.

After defining this route, make it the "Default Route" on the "MMSC Routing" page. This means that anytime NowSMS has an MMS message to send, it will route it via this connection.

Next, define an "MMSC VASP" account. This is the account that your program uses to connect to NowSMS. You connect to the "HTTP Port Number" on the "MMSC" page ... and you must post to a URI of "/MM7" (e.g., POST /MM7). Include the account name and password in an HTTP Basic Authentication (Authorization: ) header ... or as part of the URL request (e.g., POST /MM7/account=password).

-bn
ngping
New member
Username: Ngping

Post Number: 3
Registered: 06-2006
Posted on Friday, June 16, 2006 - 02:18 am:   

Thank you so much.

With your provided information. I managed to set-up and send the mms hence pick-up in MMS-IN folder or forward to an email account.

I haven't try to route it to my receiver application.
someshwar rao
New member
Username: Somesh

Post Number: 1
Registered: 06-2006
Posted on Friday, June 16, 2006 - 11:45 am:   

I have configured SMPP and HTTP Connection. both connections are ok
But i am unable to send any messages text or mms. how can i send mms.
when iam sending my mms file it displaying message like

Message Submitted
Continue
MMSMessageID=20060614/18/587755A3, Recipient=9849156015

And sms also displaying like
Message Submitted
Continue
MessageID=448FF235.req, Recipient=9849156015

Can u solve this problem.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6044
Registered: 10-2002
Posted on Friday, June 16, 2006 - 07:43 pm:   

Somesh,

I don't have enough details to resolve your problem.

Tell me more about your SMPP and HTTP connections ... are they to actual SMS service providers?

What does the SMSOUT-yyyymmdd.LOG file report?

-bn