its an old old question, so its nice idea to read the mailing list, there is a lot of helpful info
and do not mail the dev list, they have NOTHING to do with your configuration problems. as a hint, the mysql/anydb based dlr storage DONT handle the DLR status of a particular SENT message. Its used to store the queue of the messages NOT SENT TO THE SMSC. So in the usual case the table is empty, because the messages are DELETED from the queue AFTER they have been SENT to the SMSC. in case you want to know the status of a SENT message, set the dlr-mask to the needed value and the dlr-url pointing to a handler of the DLR info kannel receives from the SMSC. agian, in short : READ the mailing list, and do yourself a favor, take some time and read the manual from start to the end. almost everyone here has faced this issue at a time. narendra reddy wrote: > Hi, > > I am successfully compiled with ./configure -with-mysql and after i added > in the my config file mysql config file.but no messages are inserted in the > table. can anybody suggest me where i am wrong. > > > group = mysql-connection > id = mydlr > host = localhost > username = foo > password = bar > database = dlr > max-connections = 1 > > group = dlr-db > id = mydlr > table = dlr > field-smsc = smsc > field-timestamp = ts > field-destination = destination > field-source = source > field-service = service > field-url = url > field-mask = mask > field-status = status > field-boxc-id = boxc > > but i am not able to see any messages in the table.where i > have to add dlr-mask and dlr-url in the config file.i added in the send-sms > -users .still i am not getting .
