hai, I'm trying to use the feature of reroute-smsc-id in my kannel application. is following configuration will work?.
group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" admin-allow-ip = "*.*.*.*" log-file = "/home/log/kannel/kannel.log" log-level = 3 box-deny-ip = "*.*.*.*" #box-allow-ip = "127.0.0.1" box-allow-ip = "192.9.000.00" #unified-prefix = "+358,00358,0;+,00" dlr-storage= internal access-log = "/home/log/kannel/access.log" #store-file = "/home/log/kannel/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-level = 3 log-file = "/home/log/kannel/smsbox/smsbox.log" access-log = "/home/log/kannel/smsbox/access.log" # SEND-SMS USERS group = sendsms-user username = air2web password = air2web #user-deny-ip = "" #user-allow-ip = "" max-messages=100000 # there should be default always group = sms-service keyword = default #keyword = complex send-sender="true" omit-empty="true" accept-x-kannel-headers="true" #allowed-smsc-id = "VINOD-SMPP" get-url="http://192.9.000.00:8080/kannel/kanneltest.jsp?text=%a&sender=%p" #text = "No service specified" # MTNL-Delhi SMPP 6161 Credentials - Not working #VINOD-SMSC group = smsc smsc-id = "VINOD-SMSC" allowed-smsc-id = "VINOD-SMPP" smsc = smpp host = 192.9.000.00 port = 3333 smsc-username = "vinod" smsc-password = "vinod" system-type = "VMA" address-range = "" transceiver-mode = 1 interface-version = 34 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 keepalive = 25 log-level = 3 throughput=9999 reroute = true log-file = "/home/log/kannel/vinod-smsc.log" #HUTCH-SMSC group = smsc smsc-id = "HUTCH-SMSC" allowed-smsc-id = "HUTCH-SMPP" smsc = smpp host = 192.9.000.00 port = 2222 smsc-username = "vinod" smsc-password = "vinod" system-type = "VMA" address-range = "" transceiver-mode = 1 interface-version = 34 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 keepalive = 25 flow-control=0 window=1 log-level = 3 reroute-smsc-id="VINOD-SMPP" reroute = true throughput=9999 log-file = "/home/log/kannel/HUTCH-SMSC.log" if HUTCH-SMSC down, is huch-smsc messages will go through vinod-smsc? with regards vinod kumar
