RE: Routing 1 smppbox to multiple SMSC

2013-02-19 Thread Rene Kluwen
It should work the way you configured it.
Could you provide us with some logs?

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Jose Figueroa
Sent: maandag 18 februari 2013 21:34
To: users@kannel.org
Subject: Routing 1 smppbox to multiple SMSC

 

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



Routing 1 smppbox to multiple SMSC

2013-02-18 Thread Jose Figueroa
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