Hi there. I've been running Kannel 1.2.1 on RedHat 7.2 successfully for a few months, without any major problems. I've delivery reports working through my SMPP connection to O2.
I've just recomplied to include mysql support for DLR and added the mysql DLR entries to the conf file. Kannel starts and runs fine, until I send a message that requests a delivery report. At this stage, kannel crashes. I'm running in debug mode, yet there is nothing in the log files to indicate a problem - no mention of any error. Here's the mysql entries from my conf file - they're standard enough.. # MYSQL Config group = mysql-connection id = mydlr host = localhost mysql-username = dlruser mysql-password = ***** database = dlr # MYSQL Delivery Reports group = dlr-db id = mydlr table = dlr field-smsc = smsc field-timestamp = ts field-source = source field-destination = destination field-service = service field-url = url field-mask = mask field-status = status If anyone has any ideas, please let me know. Regards, David.
