Which Kannel version do you use? The latest support DLR Rerouting, please check reroute-dlr directive in the user-guide.
On Nov 22, 2012, at 11:19 AM, Sangrah T wrote: > Hi, > > All DLRs are going to TDNA-SDP > > Regards, > Sangrah > > From: Willy Mularto <[email protected]> > Sent: Thu, 22 Nov 2012 06:17:07 > To: [email protected] > Cc: "[email protected]" <[email protected]> > Subject: Re: Multi SMSC configration problem in kannel > A bit confusing. Do you mean that all DLRs are going to TDNA-SDP? > > > On Nov 21, 2012, at 7:15 PM, Sangrah T wrote: > >> Hi, >> >> We have configure two smsc in kannel one is MO/Chargeable MT (TRX) Port & >> 2nd is only Transaction Message sent (TX) Port. But Chargeable MT going on >> MT (TX) port. >> >> Our required Chargeable MT going on MT (TRX) Port. >> >> >> The below kaneel config file >> >> >> group = core >> >> admin-port = 10001 >> >> smsbox-port = 10002 >> >> admin-password = bar >> >> log-file = "/var/kannel/555/kannel.log" >> >> log-level = 0 >> >> box-deny-ip = "*.*.*.*" >> >> box-allow-ip = "127.0.0.1;172.22.1.102" >> >> admin-deny-ip = "*.*.*.*" >> >> admin-allow-ip = "127.0.0.1;172.22.1.102;" >> >> unified-prefix = "" >> >> access-log = "/var/kannel/555/baccess.log" >> >> store-type = spool >> >> dlr-storage=internal >> >> store-location = "/var/kannel/555/smsq" >> >> #sms-incoming-queue-limit= "5" >> >> #sms-resend-freq = 10 >> >> #sms-resend-retry = 3 >> >> >> #TRX - MO & charging MT >> >> group = smsc >> >> smsc = smpp >> >> smsc-id = SDP-TRX >> >> allowed-smsc-id = SDP-TRX >> >> denied-smsc-id = TDNA-TX >> >> host = 10.220.66.166 >> >> port = 0 >> >> receive-port = 2962 >> >> transceiver-mode = on >> >> smsc-username = "S-1549@P-187" >> >> smsc-password = "redi" >> >> enquire-link-interval = 300 >> >> system-type = "" >> >> service-type = "CMT" >> >> address-range = "" >> >> interface-version = 0x34 >> >> source-addr-ton = 1 >> >> source-addr-npi = 1 >> >> dest-addr-ton = 1 >> >> dest-addr-npi = 1 >> >> #throughput=245 >> >> #wait-ack-expire = 0x02 >> >> #max-pending-submits = 100 >> >> #wait-ack = 600 >> >> >> #TX - Transactional MT >> >> group = smsc >> >> smsc = smpp >> >> smsc-id = TDNA-TX >> >> #denied-smsc-id = SDP-TRX >> >> host = 10.220.69.146 >> >> port = 9081 >> >> #receive-port = 0 >> >> transceiver-mode = off >> >> smsc-username = cell1TR >> >> smsc-password = direct >> >> enquire-link-interval = 60 >> >> keepalive = 60 >> >> system-type = "" >> >> address-range = "" >> >> interface-version = 0x34 >> >> #source-addr-ton = 0 >> >> #source-addr-npi = 0 >> >> dest-addr-ton = 1 >> >> dest-addr-npi = 1 >> >> #throughput=245 >> >> #wait-ack-expire = 0x02 >> >> #max-pending-submits = 100 >> >> #wait-ack = 600 >> >> >> group = smsbox >> >> bearerbox-host = 127.0.0.1 >> >> sendsms-port = 10013 >> >> sendsms-chars = "0123456789 +-" >> >> log-file = "/var/kannel/555/smsbox.log" >> >> log-level = 1 >> >> access-log = "/var/kannel/555/saccess.log" >> >> #http-queue-delay = 13300 >> >> #http-request-retry = 5 >> >> global-sender = 555 >> >> >> #SEND-SMS USERS >> >> >> group = sendsms-user >> >> username = foo >> >> password = bar >> >> forced-smsc = TDNA-TX >> >> concatenation = true >> >> max-messages = 3 >> >> >> group = sendsms-user >> >> username = foo1 >> >> password = bar1 >> >> forced-smsc = SDP-TRX >> >> concatenation = true >> >> max-messages = 3 >> >> >> group = sms-service >> >> keyword = default >> >> url = >> "http://172.22.1.103/cgi-bin/control.cgi?mobileno=00%p&to=%P&op_code=G.I2Y1aAuiU&op_name=test&keyvalue=%a&SMSC_ID=TDNA-TX" >> >> omit-empty = "true" >> >> Please help me or suggest any configuration changes in our end. >> >> Regards, >> Sangrah > > Willy Mularto > F300HD+MR18DE (NLC1725) > > > > > > > > > Willy Mularto F300HD+MR18DE (NLC1725)
