Hello

I'm looking for a simple way to route from a opensmppbox account to a multiple 
SMSC gateways.

The question is: how do I do depending on what prefix uses? 

For example I have a couple of gateways one for sending to US and one for UK.

How do I route this? using the same opensmppbox account ?

I tried to use for one SMSC

smsc-id = "route-live"
#...
#route for USA
#...
allowed-prefix = "001;+1"
preferred-prefix = "001;+1"

smsc-id = "route-live"
#...
#route for UK
#...
allowed-prefix = "44;+44"
preferred-prefix = "44;+44"


And in the opensmpp I added something like:

our-system-id = SMPP
use-systemid-as-smsboxid = true
route-to-smsc = route-live

I tried with our-system-id = route-live and as SMPP, also If I comment that 
line.

Regards
J

Reply via email to