Hello, Here is the relevant log dump:
DEBUG: SMPP[abcdef] handle_pdu, got DLR DEBUG: SMPP[abcdef]: *Couldnot parse DLR string sscanf way,fallback to old way. Please report!* DEBUG: DLR[mysql]: Looking for DLR smsc=abcdef, ts=0120338847, dst=msisdn, type=1 DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 DEBUG: column=mask buffer_type=3 max_length=0 length=10 DEBUG: column=service buffer_type=253 max_length=0 length=40 DEBUG: column=url buffer_type=253 max_length=0 length=255 DEBUG: column=source buffer_type=253 max_length=0 length=40 DEBUG: column=destination buffer_type=253 max_length=0 length=40 DEBUG: column=boxc buffer_type=253 max_length=0 length=40 WARNING: DLR[mysql]: *DLR from SMSC<abcdef> for DST<msisdn> not found.* ERROR: SMPP[abcdef]: *got DLR but could not find message or was not interested in it id<0120338847> dst<msisdn>, type<1>* I wonder why it can't look up the message when source/destnation/format/messageID are identical.... Regards. On Thu, Feb 13, 2014 at 7:25 PM, Willy Mularto <sangpr...@gmail.com> wrote: > Try to set all log-level=0 and watch it. I think it cant find the row. > > Sent from my Sony Xperia(tm) smartphone > On 13 Feb 2014 21:01, "[Digital^Dude] (R)" <millennium....@gmail.com> wrote: > >> As for me, its not touching the rows inserted in the dlr table, no >> deletes, no updates, for success or failure. >> I agree dlr-url is a better way, but its strange how/why a built-in >> feature is not working in kannel. I'm suspicious of any configuration >> error, and/or known bug in the r5053 version.. >> >> >> On Thu, Feb 13, 2014 at 6:53 PM, Willy Mularto <sangpr...@gmail.com>wrote: >> >>> AFAIK it deletes success DLR from the row. It is better for you to have >>> a simple http script to handle DLR. >>> >>> Sent from my Sony Xperia(tm) smartphone >>> On 13 Feb 2014 20:49, "[Digital^Dude] (R)" <millennium....@gmail.com> >>> wrote: >>> >>>> Hi all, >>>> >>>> I just need to be clear here, when dlr-storage=mysql, and I specify a >>>> valid dlr-mask, does kannel update the field status when a dlr is received? >>>> >>>> I get rows inserted in my dlr mysql table correctly, but they never >>>> update, although the message ID, source and destination addresses match >>>> exactly. >>>> >>>> The function dlr_mysql_update() seems to be never called.... >>>> why is that? >>>> >>>> >>>> >>>> >>