Don't remove DLR from mysql database

2006-06-17 Thread Rehuel Lobato de Mesquita
Hi,   Is it possible to keep the DLR in the mysql database?  I see that now the dlr is remove right away from the db when sending the sms. I need to keep it in the db, for I need this to check if it was delivered for my sms application.   I hope my question is clear.   Rehuel

Don't remove DLR from mysql database

2006-06-18 Thread Chronis Nikos
Hello,   Yes it is possible, I did it long time, but experienced some problems. You can edit the file gw/dlr.c and gw/dlr_mysql.c to keep it (you have to comment the structure and the remove operation)   But this is better to let the file like they are original. Why you will ask, simply becau

RE: Don't remove DLR from mysql database

2006-06-18 Thread Rehuel Lobato de Mesquita
onis Nikos [mailto:[EMAIL PROTECTED] Sent: Sunday 18 June 2006 12:41 PMTo: [EMAIL PROTECTED]Cc: users@kannel.orgSubject: Don't remove DLR from mysql database Hello,   Yes it is possible, I did it long time, but experienced some problems. You can edit the file gw/dlr.c and gw/dlr_mysql.c to ke

Re: Don't remove DLR from mysql database

2006-06-18 Thread Willy
am know if the message is delevered?   Rehuel From: Chronis Nikos [mailto:[EMAIL PROTECTED] Sent: Sunday 18 June 2006 12:41 PMTo: [EMAIL PROTECTED]Cc: users@kannel.orgSubject: Don't remove DLR from mysql database Hello,   Yes it is possible, I did it long time, but ex

RE: Don't remove DLR from mysql database

2006-06-19 Thread Rene Kluwen
the message is delevered?   Rehuel From: Chronis Nikos [mailto:[EMAIL PROTECTED] Sent: Sunday 18 June 2006 12:41 PMTo: [EMAIL PROTECTED]Cc: users@kannel.orgSubject: Don't remove DLR from mysql database Hello,   Yes it is possible, I did it long time, but experienced som

Re: Don't remove DLR from mysql database

2006-06-20 Thread Alejandro Guerrieri
The mysql DLR implementation is one of many ways to handle DLR's (internal in-memory handling is also available). In those case, failing to delete the DLR's would mean filling memory with more and more DLR's forever (not a practical approach IMHO). It could be possible of course to do this _only_