MMS Route for each users (2 users 2 Routes)

MMS Route for each users (2 users 2 Routes) SearchSearch
Author Message
Mohammed Imran
New member
Username: Imran555

Post Number: 1
Registered: 08-2014
Posted on Friday, August 08, 2014 - 11:41 am:   

Dear Friends

we are having NOWSMS Gateway software for 10 MPM and we are developing a application to work with Gateway. every thing working accept having issue to assign route to users.
Example we have 2 users and 2 modems with 2 SIM cards.

username=Abdu
Username=Imran
2 m modems with 2 GSM numbers
modem1=0505000012
Modem2=0505000013
we are using normal GSM modem and SMS IN/OUT work well even MMS IN ok no issue.
only thing we want for users
User Abdu must sent mms via=0505000012
User Imran must sent mms via=0505000013
the user must not use other route even that route have issue its should hold mms until the modems come up and send message through its assign modem.
we tried to put * in routing but its work for 1 modem when we put * on second modem the users start sending mms through first modem in series.

help will be appreciated in advance.

Regards
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4985
Registered: 08-2008
Posted on Friday, August 08, 2014 - 10:08 pm:   

Hi,

How are the MMS messages being submitted?

Web form?
Application generated HTTP?
SMTP?

--
Des
NowSMS Support
Mohammed Imran
New member
Username: Imran555

Post Number: 2
Registered: 08-2014
Posted on Friday, August 08, 2014 - 10:25 pm:   

Hello Des
Thanks for replay the messages are generating by app using http method.

Regards
Mohammed Imran
New member
Username: Imran555

Post Number: 3
Registered: 08-2014
Posted on Sunday, August 10, 2014 - 11:38 am:   

Dear Des

any thing you can share with us since our project stalled waiting to solve the issue.

Regards
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4986
Registered: 08-2008
Posted on Monday, August 11, 2014 - 03:01 pm:   

Hi,

I had to discuss this with our engineering team. I expected that the easy answer was to use "Forced Sender Address" or the user account. However, this currently works only for SMS routing.

The only solution that works at present for HTTP submissions is to use the MMSCRoute=xxxx parameter, where xxxx is the name of the "MMSC Routing" definition. This will force the MMS message to go out the named route.

--
Des
NowSMS Support
Atif Khwaja
New member
Username: Atifkhwaja

Post Number: 2
Registered: 03-2015
Posted on Tuesday, July 14, 2015 - 01:16 pm:   

Dear Des

I am using NOWSMS for MMS pushing from the java client it is working fine
but now the requirement is that to configure the java client with the dfferent MMSC route ie dynamically change the MMSC route
please suggest how to configure this MMSC route parameter along with
"PhoneNumber", "MMSSubject"

Thanks
Atif
email : atif.khwaja@novosol.biz
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5369
Registered: 08-2008
Posted on Tuesday, July 14, 2015 - 03:35 pm:   

Hi Atif,

Are you using the sendmms Java example at http://www.nowsms.com/nowsms-java-example-send-mms-message ?

If so, this is how it would be done:

mms.addparameter ("PhoneNumber", "+9999999999");
mms.addparameter ("MMSSubject", "This a a test message");
mms.addparameter ("MMSCRoute", "MMSCRouteName");



"MMSCRouteName" should match name as listed under "MMSC Routing".

--
Des
NowSMS Support