Hi all, i´d like to ask if it´s possible to have a kannel instance running with, let´s say three smpp configs and associate them to playsms as 3 different SMSCs. So you can assign them to different users depending on kind of connection.
#SMSC smpp1
group = smsc
smsc = smpp
smsc-id = smpp1
allowed-smsc-id = smpp1
preferred-smsc-id = smpp1
host = 111.111.111.111
port = 2000
transceiver-mode = yes
smsc-username = username1
smsc-password = pass1
system-type = "VMA"
log-file = "/var/log/kannel/smsc-smpp1.log"
log-level = 0
#SMSC smpp2
group = smsc
smsc = smpp
smsc-id = smpp2
allowed-smsc-id = smpp2
host = 222.222.222.222
port = 2000
transceiver-mode = yes
smsc-username = username2
smsc-password = pass2
system-type = "VMA"
log-file = "/var/log/kannel/smsc-smpp2.log"
log-level = 0
#SMSC smpp3
group = smsc
smsc = smpp
smsc-id = smpp3
allowed-smsc-id = smpp3
host = 333.333.333.333
port = 2000
transceiver-mode = yes
smsc-username = username3
smsc-password = pass3
system-type = "VMA"
log-file = "/var/log/kannel/smsc-smpp3.log"
log-level = 0
Thank you!!
SOLVED: IP alias didn´t worked, so instead of three instances you need to run 3 kannel installations on 3 different machines.