Hello, i have some problems understanding the routing of outgoing SMS within the bearerbox. I have the three sms-c links. One single SMPP link (link0) and two EMI links (link1 and link2). Now i want to use link1 and link2 in a a round-robin way with failover.
Basically the routing with only two different single routes (link0 and link1 for example) is working, but how can i distribute the outgoing traffic between link1 and link2. Here is a excerpt of my config. group = smsc smsc = smpp host = 10.200.1.1 port = 6112 smsc-username = "none" smsc-password = fooby smsc-id = link0 preferred-smsc-id = link0 allowed-smsc-id = link0 system-type = "VMA" connect-allow-ip = 127.0.0.1 transceiver-mode = true group = smsc smsc = emi host = 10.128.2.29 port = 8006 smsc-username = "foo" smsc-password = bar smsc-id = link1 keepalive = 55 preferred-smsc-id = link1 allowed-smsc-id = link1;link2 system-type = "VMA" connect-allow-ip = 127.0.0.1 idle-timeout = 30 transceiver-mode = true group = smsc smsc = emi host = 10.128.2.30 port = 8006 smsc-username = "foo" smsc-password = bar smsc-id = link2 keepalive = 55 preferred-smsc-id = link2 allowed-smsc-id = link2;link1 system-type = "VMA" connect-allow-ip = 127.0.0.1 idle-timeout = 30 transceiver-mode = true group = sendsms-user username = user1 password = foo max-messages = 20 forced-smsc = link0 default-smsc = link0 group = sendota-user username = user2 password = foo max-messages = 20 default-smsc = link1 Thanks in advance, Oliver Eales
