dlr table always empty

2010-07-23 Thread Imran Aghayev
I have sqlbox running. I have dlr table which is always empty. How to request delivery report and how-to have that table filled wih delivery report data ? Imran _

Re: dlr table always empty

2010-07-23 Thread Alejandro Guerrieri
You're mixing things. The dlr table is used internally by Kannel to keep track of the _pending_ dlrs. As soon as they're received, the dlrs are deleted from the table. You need to create a simple web application to store it, and point dlr-url to it. Regards, Alex On Fri, Jul 23, 2010 at 1:55

Re: dlr table always empty

2010-07-23 Thread brett skinner
Sorry I forgot that second point which Alex made. If you want to do any sort of extra processing or storage then you need to create the other end of the dlr-url parameter. Use something like java servlet or a php script. Look in the userguide to see how to get those values again. Regards, On