Hi everyone,

I need to connect to one smsc for three different shortcode.
That telco only allowed one connection for transmitter and one for receiver.

How I config kannel to do that?

I tried this configuration but bearerbox failed to start after I add in the
config for the second connection.

group = smsc
 smsc = smpp
 smsc-id = Connection1
 host = xxx.xxx.xxx.xxx
 port = xxx
 smsc-username = "connection1"
 smsc-password = passwd1
 system-type = "VMA"
 address-range = "connection1"


 group = smsc
 smsc = smpp
 smsc-id = Connection2
 host = xxx.xxx.xxx.xxx
 port = xxx
 smsc-username = "connection2"
 smsc-password = passwd2
 system-type = "VMA"
 address-range = "connection2"

Thanks,
Ai Leen

Reply via email to