Hi, If you use store-type = spool, then try to make the location shorter.(upto 3 extension).
Otherwise store-type = file is a better option. In config you have given 6 smscs in smsc group. As you wrote in previous mail you are using 4 seasion of same smsc . Does you are connected with 4 different port and ip of same smsc or only 4 instances of same ip & port number ? Regards Jyoti Ranjan Panda On 9/8/09, Jinson <[email protected]> wrote: > > Please find my conf > > > #Kannel configuration file > group = core > admin-port = xxxx > admin-password = "xxxx" > status-password = "xxxx" > #admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1" > smsbox-port = xxxx > #wapbox-port = 13002 > smsbox-port-ssl = no > #box-deny-ip = "*.*.*.*" > box-allow-ip = "*.*.*" > #wdp-interface-name = "*" > sms-resend-retry = 1 > store-type = spool > store-location = "/home/xxxx/kannel_queue/spool" > dlr-storage = mysql > log-file = "/var/log/kannel/kannel-core.log" > log-level = 0 > > > group = smsbox > bearerbox-host = localhost > smsbox-id = smsbox > #bearerbox-port = 13010 > sendsms-port = 14001 > global-sender = 1234456 > #sendsms-chars = "," > access-log = "/var/log/kannel/kannel.smsbox.access-log" > log-file = "/var/log/kannel/kannel.smsbox.log" > log-level = 0 > > > group = smsc > smsc = smpp > smsc-id = A > allowed-smsc-id =A > denied-smsc-id =B,C,D,E > host = xxx.xxx.xxx.xxx > port = xxxx > throughput = 10 > #transceiver-mode = true > smsc-username = "xxxx" > smsc-password = "xxxx" > system-type = "xxx" > > > group = smsc > smsc = smpp > smsc-id = B > allowed-smsc-id =B > denied-smsc-id =A,C,D,E > host = xxx.xxx.xxx.xxx > port = xxx > smsc-username = "xxxx" > smsc-password = "xxxxx" > system-type = 0 > > > group = smsc > smsc = smpp > smsc-id = E > allowed-smsc-id =E > denied-smsc-id =A,C,D,B > host = xxx.xxx.xxx.xxx > port = xxxx > throughput = 2 > transceiver-mode = true > smsc-username = "xxxxx" > smsc-password = "xxxx" > system-type = "" > wait-ack-expire = 0x02 > > > group = smsc > smsc = smpp > smsc-id = E > allowed-smsc-id =E > denied-smsc-id =A,C,D,B > host = xxx.xxx.xxx.xxx > port = xxxx > throughput = 2 > transceiver-mode = true > smsc-username = "xxxxx" > smsc-password = "xxxx" > system-type = "" > wait-ack-expire = 0x02 > > > group = smsc > smsc = smpp > smsc-id = E > allowed-smsc-id =E > denied-smsc-id =A,C,D,B > host = xxx.xxx.xxx.xxx > port = xxxx > throughput = 2 > transceiver-mode = true > smsc-username = "xxxxx" > smsc-password = "xxxx" > system-type = "" > wait-ack-expire = 0x02 > group = smsc > smsc = smpp > smsc-id = E > allowed-smsc-id =E > denied-smsc-id =A,C,D,B > host = xxx.xxx.xxx.xxx > port = xxxx > throughput = 2 > transceiver-mode = true > smsc-username = "xxxxx" > smsc-password = "xxxx" > system-type = "" > wait-ack-expire = 0x02 > > > > > group = sendsms-user > username = xxxx > password = axxxx > concatenation = true > max-messages = 3 > > > group = mysql-connection > id = mydlr > host = "xxxxx" > username = xxxx > password = xxxx > database = xxxx > max-connections = 2 > > > group = dlr-db > id = mydlr > table = kannel_table > field-smsc = smsc > field-timestamp = ts > field-destination = destination > field-source = source > field-service = service > field-url = url > field-mask = mask > field-status = status > field-boxc-id = boxc > ' > > > Another thing in Log > > > *2009-09-07 09:19:56 [15568] [17] DEBUG: Routing failed, re-queued.* > *2009-09-07 09:19:56 [15568] [17] DEBUG: sms_router: handling message > (0x7ed970 vs 0x7fdd90)* > > > > > > > Thanks > Jinson Abraham > >
