Mms php

Mms php SearchSearch
Author Message
dowayne neufville
New member
Username: Dneufville

Post Number: 1
Registered: 07-2007
Posted on Thursday, July 19, 2007 - 11:41 am:   

hi i am currently able to send mms messages via php script that was writen in another post.but i would like to know how to route the mms dynamically via the defined mmsc list. i did look at the mmscurl callback feature,but this will not work for me as i want to route messages based on the destination network of the message which i do know when submitting. So in a nutshell is thier a varible that can be added the php script e.g.route 1.that would then send submitted mms via defined route 1.Thank you in advanced.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7400
Registered: 10-2002
Posted on Friday, July 20, 2007 - 10:52 pm:   

There is a parameter for SMS routing, but you are correct, there is not currently one for MMS routing.

What you can do, however, is use "Sender based routing".

Define a "Default Sender Address" for each route (if it is a modem, then this address must match the phone number of the modem). Then include an "MMSFrom" parameter in the submission that matches the sender address for the route that you want to use.

-bn