Process MMS files for MT

Process MMS files for MT SearchSearch
Author Message
Ravichandra
New member
Username: Ravichandra

Post Number: 3
Registered: 05-2006
Posted on Wednesday, February 07, 2007 - 02:19 pm:   

our VASP account users would need to upload MMS files into NowSMS thru HTTP Post.
We need to route it to the mobile thru a defined MMSC Routing.

We are able to route a mm7 packet thru MMSC routing using the url <nowsmsserverip>:<port>/mm7

On which url do we get to do a HTTP Post of MMS file, not a mm7 packet?
Malcolm - Now Support
Moderator
Username: Malcolm

Post Number: 179
Registered: 12-2006
Posted on Thursday, February 08, 2007 - 12:39 am:   

What type of MMS file are you posting?

You can use URLs of /mm1 and /eaif for the MM1 and EAIF protocols.

Then there is also our proprietary format which gets posted to the HTTP port of the web interface (instead of the HTTP port of the MMSC).

This link might provide additional answers:

http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages.htm

--
Malcolm
Now Wireless Support
Ravichandra
New member
Username: Ravichandra

Post Number: 4
Registered: 05-2006
Posted on Thursday, February 08, 2007 - 07:53 am:   

Pl. clarify the following queries:

1. HTTP Upload of MMS files with authentication(*.mms)

http://xxx.xxx.xxx.xx:<webinterfaceport>/?PhoneNumber=121212&MMSFile=http://203.145.189.82/testmms/test.mms

This post is getting thru NowSMS without any authentication. we want this url to be routed for a VASP client (configured VASP clients - either thru ip address or using username/password).

Pl. let us know the url we need to use to send this HTTP Post for both
-ipaddress based authentication
-username/password based authentication

2. NowSMS to convert raw files to create MMS (compilation will be with authentication). This is currently happening using the Web interface provided by NOwSMS. (http://<ipaddress>:8800/)

We are hitting NowSMS at this port. At the web page presented, we are uploading the raw files. NowSMS is successfully creating MMS out of htese and routing to operator MMSC but without authentication.

We would want to do a similar thing using Http Post with authentication.


Ravichandra
New member
Username: Ravichandra

Post Number: 5
Registered: 05-2006
Posted on Friday, February 09, 2007 - 03:20 am:   

Could you please reply for my queries, waiting for your response.

Thanks & Regards,
Ravichandra.
Ravichandra
New member
Username: Ravichandra

Post Number: 6
Registered: 05-2006
Posted on Monday, February 12, 2007 - 09:33 am:   

Hai,

Could you please check my queries and reply me.

Thanks & Regards,
Ravichandra.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6917
Registered: 10-2002
Posted on Friday, February 23, 2007 - 08:40 pm:   

I'm sorry, but I'm not understanding what your question is.

I'm thinking that maybe what you are asking is that right now, NowSMS is accepting your submissions without requiring a username/password, however you would like to require a username/password.

If this is the case, on the "Web" page of the NowSMS configuration, check "Require authentication for web interface".

Define user accounts in the "SMS Users" page (when you submit through the web interface, these are the user accounts used for authentication).

You can either use HTTP Basic Authentication (Authorization: header) ... or you can include "&user=username&password=password" in the URL request.

If this does not answer your question, please clarify.

-bn