Hi All

I have 2 SMPP smsc connections. 1 with rx and tx (CON1) and 1 with just tx
(CON2).

I want to be able to receive on the on with rx and tx and reply to each
message on that one (CON1).

I want to to be able to send via the other one with an http post(CON2).

When I post via http the messages is send via CON1 and I want it to be send
via CON2.

What is wrong with my config?

My configuration is as follow:

group = smsbox
smsbox-id = myout
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 8605
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/sms-access.log"

group = sendsms-user
username = test
password = blabla
 
group = smsbox-route
smsbox-id = myout
shortcuts = "8605"
smsc-ids = "CON2"

group = smsc
smsc-id = CON1
smsc = smpp
host = X.X.X.X
port = 6200
receive-port = 6200
smsc-username = "XX"
smsc-password = "XX"
system-type = "smpp"
address-range = ""
interface-version = 34
my-number = 8605

group = smsc
smsc-id = CON2
smsc = smpp
host = X.X.X.X
port = 6200
smsc-username = "YY"
smsc-password = "YY"
system-type = "smpp"
service-type = "BLA"
address-range = ""
interface-version = 34
my-number = 8605

group = sms-service
keyword = default
accepted-smsc = "CON1;CON2"
text = "thank you for testing."

Kind Regards

Jan van der Vyver


Reply via email to