Hi!
Sorry for my english.
I'm try to set up mySQL dlr storage. It works, but not the way I want
it. When delievery-sm comes to kannel it does two sql transactions.
1. It writes dlr record
DEBUG: sql: INSERT INTO dlr (smsc, ts, source, destination, service,
url, boxc, status) VALUES ('myprovider-smsc', '569CC8480000', 'MYNUM',
'myservice', '', '1', '', '0')
2. Then it delete record just written
DEBUG: sql: DELETE FROM dlr WHERE smsc='myprovider-smsc' AND
ts='569CC8480000' LIMIT 1
As a result I have empty dlr table. Is it normal behavior of kannel and
how to stop it, because I need to store delivery records?