Hi Group I am facing one different problem.I have configured 3 SMSC groups in kannel.conf file and 3 separate SMS users for each SMSC.I have configured DENIED SMSC list in SMSC groups and forced SMSC in SMS USER groups. But when i did HTML post with one SMSC user and pass word like belowhttp://192.168.3.111:44444/cgi-bin/sendsms?username=user1&password=pass1_#$&charset=ISO-8859-1&to=15555999955&smsc=SMSC1&from=55555&concatenation=true&account=1_2_34_57&dlr-mask=31&text=Test+Message It is supposed to deliver through SMSC1, but strangely it is delivering through random SMSC 1 or 2 or 3 I am using 1-November-2010 Kannel source I have searched a lot in internet and old emails bit did not find my answer. Please help me. Lot of thanks in Advance.-SG
I am sending my configuration sample here. #############SMSC GROUPS#############group = smscsmsc = smppsmsc-id = SMSC1denied-smsc-id= SMSC2;SMSC3log-level = 1log-file = "/home/kannel/log/SMSC1.log"reconnect-delay = 10host = gateway.zzzzz.netport = 9900transceiver-mode = truesmsc-username = "uuuu1111"smsc-password = "passzzzz"system-type = "VMA"enquire-link-interval = 30max-pending-submits = 10reconnect-delay = 10connection-timeout = 0wait-ack = 60wait-ack-expire = 0x00 group = smscsmsc = smppsmsc-id = SMSC2denied-smsc-id= SMSC1;SMSC3log-level = 1log-file = "/home/kannel/log/SMSC2.log"reconnect-delay = 10host = gateway.zzzzz2.netport = 9900transceiver-mode = truesmsc-username = "uuuu222"smsc-password = "passzzzz"system-type = "VMA"enquire-link-interval = 30max-pending-submits = 10reconnect-delay = 10connection-timeout = 0wait-ack = 60wait-ack-expire = 0x00 group = smscsmsc = smppsmsc-id = SMSC3denied-smsc-id= SMSC1;SMSC2log-level = 1log-file = "/home/kannel/log/SMSC3.log"reconnect-delay = 10host = gateway.zzzzz3.netport = 9900transceiver-mode = truesmsc-username = "uuuu3333"smsc-password = "passzzzz"system-type = "VMA"enquire-link-interval = 30max-pending-submits = 10reconnect-delay = 10connection-timeout = 0wait-ack = 60wait-ack-expire = 0x00 #############SMSC USERS#############group = sendsms-userusername = user1password = pass1_#$name = SMSUSER1concatenation= truemax-messages = 10forced-smsc = SMSC1 group = sendsms-userusername = user2password = pass2_#$name = SMSUSER2concatenation= truemax-messages = 10forced-smsc = SMSC2 group = sendsms-userusername = user3password = pass3_#$name = SMSUSER3concatenation= truemax-messages = 10forced-smsc = SMSC3 ############# END ###########