Hello,
I m new with Kannel and after reading official documentation confused
regarding configuration.
Task is simply make SMS proxy between two SMSC but so far I didn't
manage to do it and keeping attempts.
I have 2 SMSC connection smsc1 and smsc2 and need to transfer incoming
messages based on prefix
rule from smsc1 to smsc2 (so far only in one direction)
+---------+ +---------+
+---------+
| smsc1 | -----( incoming only)----> | kannel |-----( outgoing only
)----> | smsc2 |
+---------+
+---------+ +---------+
As I understood I need to configure
# CORE GROUP
group = core
.......
# SMSC 1 SMPP
group = smsc
smsc = smpp
smsc-id = smsc1
host = A.B.C.D
port = 10000
smsc-username = "smsc1usr"
smsc-password = smsc1passwd
system-type = SMS
deny-smsc = smsc1;smsc2
# SMSC 2 SMPP
group = smsc
smsc = smpp
smsc-id = smsc2
host = E.F.G.H
port = 20000
smsc-username = "smsc2usr"
smsc-password = smsc2passwd
system-type = SMS
accept-smsc = smsc2; smsc1
# SMSC USER
group = sendsms-user
username="sendsmsusr"
password="sendsmspasswrd"
I think this configuration is not enough because it's not working so far :)
Is there sms-route config required here?
Will be appreciate if someone could share similar configuration for
Kannel box.
Kind regards,
Andrey