Dear List, I have the following set up: Ubuntu 10.10 X64 lighttpd mysql kannel 1.4.3 installed via apt-get
All works except DLR, when sensing I receive status 8 whhc kannel generated after getting ack from smsc, but no incoming dlr via smpp bind is received event afer sms is delivered. I am bound in transceiver mode, I have the exact set up on centos and is working 100% All i see in the access log is the following: 2011-04-24 19:27:13 Sent SMS [SMSC:xxxx] [SVC:xxxx] [ACT:] [BINF:] [FID:101042419271387589] [from:xxxxx] [to:27834140453] [flags:-1:0:-1:-1:31] [msg:4:test] [udh:0:] 2011-04-24 19:27:13 Receive DLR [SMSC:xxxx] [SVC:xxxx] [ACT:] [BINF:] [FID:101042419271387589] [from:xxxx] [to:27834140453] [flags:-1:-1:-1:-1:8] [msg:4:ACK/] [udh:0:] Please see my kannel conf file here: group = core admin-port = 13000 admin-password = bar #admin-deny-ip = "*.*.*.*" admin-allow-ip = "" sms-resend-retry = 0 smsbox-port = 13001 #box-deny-ip = "*.*.*.*" box-allow-ip = "*.*.*.*" store-type = spool store-location = "/var/spool/kannel" wapbox-port = 13002 wdp-interface-name = "wapster" log-file = "/var/log/kannel/bearerbox.log" log-level = 5 access-log = "/var/log/kannel/access.log" #box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" dlr-storage = mysql group = smsbox bearerbox-host = localhost sendsms-port = 13013 log-file = "/var/log/kannel/smsbox.log" log-level = 0 access-log = "/var/log/kannel/access.log" group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" # DLR DB Connection group = mysql-connection id = mydlr host = localhost username = xx password = xx database = xx max-connections = 1 # DLR DB Group group = dlr-db id = mydlr table = dlr 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 # smsc: xxxx group = smsc smsc = smpp smsc-id = xxxx # allowed-smsc-id = xxxx host = x.x.x.x port = 8888 receive-port = 8888 smsc-username = "xxxx" smsc-password = "xxxx" connection-timeout = 30 system-type = source-addr-ton = 0 source-addr-npi = 0 allowed-prefix = "+2774;+2784;2774;2784;074;084;+2782;2782;082;+2783;2783;083;+2771;2771;071;+2772;2772;072;+2774;2774;074;+2776;2776;076;+2779;2779;079;+2785;2785;085;2771;2771;071;+2773;2773;073;+2775;2775;075;+2777+2777;077;+2778;2778;078;" denied-prefix = "2721;+2711;+2731" log-file = "/var/log/kannel/infobip.log" log-level = 0 # SEND-SMS INFOBIP dlr-url = http://localhost/system/dlr/dlr.php?smsc=%i&ts=%t&destination=%p&source=%P&service=%n&status=%d group = sendsms-user username = xxxx password = xxxx #user-deny-ip = "" #user-allow-ip = "" max-messages = 3 concatenation = true forced-smsc = "xxxx" default-sender = xxxx your help will be appreciated. Bashir
