Hi all,

does anyone knows this behaviour?

The SMPP link is online for many days and after a reconnect (from the provider?) the link shows it is online but no messages are going through it. They are re-routed by Kannel internally through a different link.

We experience this with two independent SMPP providers. However, it does not happen on every automatic reconnect. Could it be a configuration issue?

group = smsc
smsc = smpp
smsc-id = <name1>
allowed-smsc-id = >name1>;<name2>
preferred-smsc-id = <name1>
host = <ip>
port = 2775
receive-port = 2775
smsc-username = <user>
smsc-password = <pass>
system-type = "DIR"
throughput = 10
dest-addr-ton = 2
dest-addr-npi = 1
bind-addr-ton = 1
bind-addr-npi = 1


group = smsc
smsc = smpp
smsc-id = <name2>
allowed-smsc-id = <name2>;<name1>
preferred-smsc-id = <name2>
host = <ip>
port = 2775
receive-port = 2775
smsc-username = <user>
smsc-password = <pass>
system-type = "CMT"
throughput = 10


Thanks for input, David.

Reply via email to