I have Kannel 1.4.3. I want to run 2 SMSC with same IP-Address and port #. But bearer Box returns error(screen shot attached). Is it possible to run multiple SMSC with same IP-address and Port#. if possible to implement multiple SMSC with same IP-Address and Port then how i will differentiate SMS-Service call with respect to difference SMSC. My SMSC services provider has provided my one shortcode and other one with alias Following are my configurations:
----------------------------SMSC1----------------- group = smsc smsc = smpp smsc-id = 1234 allowed-smsc-id = XYZ-1234 host = 10.86.191.15 port = 5120 receive-port = 5120 smsc-username = "ABC" smsc-password = 123456 system-type = "VMA" ----------------------------SMSC2----------------- group = smsc smsc = smpp smsc-id = 5678 allowed-smsc-id = XYZ-5678 host = 10.86.191.15 port = 5120 receive-port = 5120 smsc-username = "ABC" smsc-password = 123456 system-type = "VMA" --------------Bearer Box Error---------------------- 2015-07-04 13:11:14 [16784] [10] ERROR: SMPP[5678]: Couldn't connect to SMS center (retrying in 10 seconds). 2015-07-04 13:11:14 [16784] [11] ERROR: SMPP[5678]: Couldn't connect to SMS center (retrying in 10 seconds). -- View this message in context: http://kannel.6189.n7.nabble.com/Multiple-SMSC-using-same-IP-Address-and-Port-tp31452.html Sent from the Kannel - User mailing list archive at Nabble.com.