Re: how to store messages and dlr in mysql

2010-09-28 Thread Elton Hoxha
Hi, You configured mysql below is about storing pending deliveries and not messages. If the message is delivered, the respective record in dlr table is deleted, thats why you dont see those. In order to play with texts and contacts, do it in application side. I assume you have some db there

how to store messages and dlr in mysql

2010-09-27 Thread macboy
I have successfully managed to start kannel gateway with mysql connected as you can see from the log file provided below but the challenge is when i send and receive the messages the delivery reports are not stored in the mysql even when i have provided the required configuration as you can