I think automatically by kannel itself is not possible however you can write a small program which will parse access logs and will reinsert the same in MySQL table.
Thanks & Regards Tapan Thapa On Thu, Dec 27, 2012 at 11:03 AM, Ombongi Moraa Fe < [email protected]> wrote: > Hello Team, > > I realized some 20 Hours later that insertion of messages into mysql > database wasn't working. When I tried to insert manually, I got the error > "duplicate entry to autoincrement field...." Therefore, almost 10000 > messages were never inserted into the mysql table holding messages because > of this. Hence, basically nothing was done to these requests. > > When I check the kannel MO log file, I can see alot of those messages that > were never processed as a result. I wonder, Is i possible to reprocess my > log entries during this period and at least send out responses to the > subscribers? I cannot reprocess them from the database since they were > never inserted into the table for holding incoming messages. I therefore > need another position of re-running my processing. > > I'll appreciate your advise. > > Saludos > > Ombongi Moraa fe >
