On Tue, Feb 10, 2009 at 2:06 PM, narendra reddy
<[email protected]> wrote:

1. Do not send this kind of question to the devel list, but to the
users list only ;)


>              and done the changes like that  in  config file . but messages
> are not inserted in the dlr table.

DLR = Delivery Report - this is a notification that the message has
been delivered to
the recipient. Delivery reports are used in combination with the
dlr-mask and dlr-url.
dlr-mask tells kannel on which events (sms not/delivered to the subscriber,
queued on the SMSC etc) should the dlr-url be called. dlr-url specifies a
http listener which should handle the dlr data (read the user guide
for more info).

DLR table DOES NOT store the messages.

You have wrong dlr group settings. If you want to use delivery reports
stored in mysql
database you should configure them as follows (you should create links
between dlr
data fields and the table fields):

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


wat is the wrong from my
> side.please help me .I have to submit my total ESME  product with in two
> days. so suggest  me where i am doing mistake ASAP .

As I wrote in one of the previous mails you have to think of a message
storing mechanism
outside Kannel, Kannel doesn't store the messages in a database. Read
that message again
http://www.kannel.org/pipermail/users/2009-February/005760.html

BR, Jovan

Reply via email to