On Fri, 2005-06-17 at 10:15 +0400, Gulshan Babajee wrote: > Hi everyone, > > Am new to Kannel and I would like to know some more information > regarding kannel dlr. > From what I've read, it seems that when you send an sms to a specific > mobile phone, you can configure kannel to deliver reports to you. > But I would like to know that if I receive an MO (sms) from an smsc > and immediately do a reply (i.e send an MT) for this MO, can I > configure > Kannel to send me delivery report for this reply? If yes how to > implement this. > > thanks in advance >
It depends on how you send an MT. If you send an MT through a sms-service you can set dlr in dlr-url directive in sms-service declaration (in configuration file). Please read the User Guide on how to set sms-service configuration. You can add dlr status in URL query string. If you send an MT through cgi-bin/sendsms script, you can add url encoded dlr-url parameter in the script. As in sms-service declaration you can add dlr status as part of the query string. Detail information can be found at User Guide on sendsms script. Don't forget to set dlr storage to internal, if you decide not to use database as dlr storage. Otherwise, set the dlr storage to database of your choice. Hope this will help. --tjatur > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.7.5/18 - Release Date: > 15-06-2005 > >
