Re: *** MERRY CHRISTMAS and a HAPPY NEW YEAR! *** from the Kannel Group!

2012-12-27 Thread Alexander Malysh
I would like to join the Stipe wishes! Happy New Year to all supporters of Kannel Group! Alexander Maƶysh Am 24.12.2012 um 15:19 schrieb Stipe Tolj : > Dear developers, > Dear users, > > in the name of the whole Kannel Group, and to all the great individual > supporters and contributor that h

Re: Reprocessing MOs

2012-12-27 Thread Alvaro Cornejo
Hi Use update instead of insert on your script, thererefore you can keep the unique key coherent with the logs. On 12/27/12, spameden wrote: > 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

Re: Reprocessing MOs

2012-12-27 Thread spameden
The only problem is to make sure there is no race condition and UPDATE gets executed AFTER there is already an entry. I've found a bug in sqlbox and kannel - sometimes report from kannel comes earlier than record being moved from send_sms to sent_sms (i think its because MySQL sometimes delays rec