So I should start separate smsboxes for each smsc connection.?
Thanks Jinson Abraham On Tue, Sep 8, 2009 at 4:07 PM, Benaiad <[email protected]> wrote: > I think you need the smsbox-route group, you have to define it every time > you use the smsbox-id in smsbox group. > or simply comment the smsbox-id, and give it a try. > > Benaiad > > > > On Tue, Sep 8, 2009 at 12:20 PM, Jinson <[email protected]> wrote: > >> I have 6 SMSC. But 4 of them are connected to same IP/PORT. 4 instances of >> same ip/port >> These 4 SMSCs are going idle after a fixed time. Not sending messages. The >> core log gives the following >> * >> * >> *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 >> >> >> >> >> On Tue, Sep 8, 2009 at 3:39 PM, jyotiranjan panda >> <[email protected]>wrote: >> >>> 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 >>>> >>>> >>> >> >
