I think you mistook my concept.... I want to route the messages on the
short code basis.... I have an idea of get-url, but all I want is to
route messages from 515 to one application and 153 to another....
Arne K. Haaje wrote:
Ishtiaq Ahmed wrote:
hi Fellows,
I have multiple shortcodes from multiple carriers i.e. 6561, 515,
153 etc. Now what I want to do is to route the messages coming from
515 to specific application and 153 to another.... Kindly help in
configuration option we have...
You could have one processing application that selects the correct
service application based on shortnumber;
something like;
get-url="http://my.host.com/sms.php?message=%a&msisdn=%p&shortnumber=%P"
Regards,
Arne