I already get the DLRs from the SMSC, but with awkward behavior, because some I got it in the dlr table, others in the sent_sms and others in the access.log. Why this behavior and how can I get all the DLRs onto one table?
I got the following configuration: dlr-storage = mysql group = mysql-connection id = mydlr host = localhost username = kannel password = kannel321 database = sms max-connections = 1 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 group = sqlbox id = mydlr smsbox-id = smsbox bearerbox-host = localhost bearerbox-port = 13001 smsbox-port = 13003 smsbox-port-ssl = false sql-log-table = sent_sms sql-insert-table = send_sms log-file = "/var/log/kannel/kannel-sqlbox.log" log-level = 0 _____ From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] Sent: Miércoles, 02 de Abril de 2008 04:55 p.m. To: [email protected] Subject: Re: Help for DLR You need the SMSC to enable DLR's to you. Check with him, otherwise you'll only receive kannel-generated dlr's (basically, you'll be able to "follow" the message until the smsc accepts/rejects it). Regards, Alejandro On Wed, Apr 2, 2008 at 5:09 PM, Mickael - System Administrator (WebD Services) <[EMAIL PROTECTED]> wrote: Hello, I correctly configured my system DLR, I get correctly on my PHP Page : DLR "8" (smsc submit). But not "1" (delivery success) or "2" (delivery failure) :-( Yet I will send in my request "dlr-mask = 31" (all DLR) Here is my configuration SMPP: # SMSC SMPP group = smsc smsc = smpp smsc-id = 1 host = xx.xxx.xx.xx port = 8888 #receive-port = 8888 smsc-username = "user560" smsc-password = "mypass" system-type = "SMPP" address-range ="" interface-version = 0x34 enquire-link-interval = 10 reconnect-delay = 60 What is the "receive-port"?!? How to debug the DLR? A special mode? How can I make sure my SMPP server remote send DLR to my Kannel?? Thank you, Mickael.
