Hai,
Iam new to kannel,So any one of u kindly help me how to work with DLRS.what i know about DLRS is that they are used to inform the status of the message like whether they are delivered successfully or not.I want to know which delivers the report and which receives the report.What is the purpose of DLR-URL?Do the delivery reports come from DLR-URL,if not what it returns?
In my config file,i wrote DLR-URL in sendsms_user group as "http://localhost/cgi-bin/urldlr.cgi?type=%d".But the bearerbox is not inserting the dlr-url value in to the database.Is the DLR-URL working correctly or not?If i give the dlr-url value in http request,it inserts in to the database,but it is not accepting the parameters.(eg.dlr-mask).So kindly suggest me how to work with DLRS.
Iam using PGSQL for DLRS and the config file is
#dlrs
group=pgsql-connection
id=pgsql
host=localhost
username=postgres
password=postgres
database=dlr
max-connections=1
#dlr-db
group=dlr-db
id=pgsql
table=dlr
field-smsc=smsc
field-timestamp=ts
field-destination=dest
field-source=src
field-service=service
field-url="">
field-mask=mask
field-status=status
field-boxc-id=boxc
#send-smsusers
group=sendsms-user
username=x
password=xx
dlr-url="">
Thanking u,
Rajeswari.
