Hi,
In case you want to work with  delivery reports,
there is no usage of dealing with the internal dlr storage.

Instead, when sending the message, set dlr-mask to something useful value as 31,
and set dlr-url value to an accusable by Kannel URL:
example:

http://localhost/dlr.pgsql.php?smscID=%i&dlr=%d&answer=%A&to=%p&from=%P&ts=%T&smsID={$mesgid}&charset=%C&kannel_id=%I

$mesgid would be the unique external application ID by which you would know 
what the status of the sent message is.

Kannel will query the URL with the proper values according to the dlr-mask 
value.
It ups to you to set the logic behind the dlr-url

all the above is in the manual, as usual:

http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html

Table 6-9. Parameters (Escape Codes)
Table 6-12. SendSMS-User Group Variables

and especially that one:
Table 6-16. SMS Push (send-sms) CGI Variables


in short, this is the most flexible way of monitoring your messages status,
as you may set the dlr-url per client account or whatever rule you may have.


Regards

seik



-----Original Message-----
From: Iain Dooley [EMAIL PROTECTED]
Sent: 07 Януари 2007 г.
To: seik
Subject:internal dlr storage 

> hi, i've written a couple of times about how to access internal dlr 
> storage and there have been no responses. am i missing something very 
> obviuous here? i can't find anything in the userguide or google which 
> tells me how to access the delivery reports... is it not possible?

> cheers

> iain






Reply via email to