It delete from dlr table if you are passing dlr_url to update your original database
in my case, I have queue table contain the status, sender_id, msg, etc... this table is used by my portal, when I send an sms it insert into dlr table for while and once I received the DLR status pushed from the SMSC, I'm updating my queue table and Kannel delete the record from the dlr On Tue, Dec 11, 2018 at 6:07 PM christopher kamutumwa < [email protected]> wrote: > I have kannel v1.4.4 running properly am able to sending messages and > receive dlrs as per access log. > > but I cant see it getting saved to msql as table dlr in temp_dlr is empty. > I have checked bearerbox.log and am getting below action that dlr is > getting deleted. How do I resolve this? > > Bearerbox.log below > …………………………………………………………………. > removing DLR from database > 2018-12-11 14:34:08 [16289] [7] DEBUG: sql: DELETE FROM `dlr` WHERE > `smsc`=? AND `ts`=? LIMIT 1 > > ……………………………………………………………………… > > Thanks in advance > Chris >
