All the solutions based on parsing logs will affect your performance and
cause a delay on processing MO's.
You need to take care about 'duplicate entries' bug - either patch kannel
or re-write your processing script to avoid multiple entries insterted with
the same sql-id.
2012/12/27 Jose Figuero
Hello Ombongi
I had the same problem once and I had to write a awk scripting file in order to
accomplish it. On the previous email you said to process them at least to send
to the subscribers so It would be easy if you need this and even if you need to
insert them into the MySQL table.
If you
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 <
moraa.lovetak...@gmail.com> wrote:
> Hello Team,
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 1
messages were never inserted into the mysql table holding messages because