2014-11-05 16:01 GMT+01:00 Christopher Burke <christopher.bu...@simulity.com>: > Yeah, I believe that DLR storage can be achieved using the Kannel SQLBox > project. I think GET-URL is possibly less complex. Depends if you’re only > storing DLRs or acting on them I guess.
I don't want to write another program when all other bits seems to be already there! >From the source code I can see a set of functions to update the DLR storage, one for each different SQL backend. But what I see in the reality is that the DLR storage gets only INSERTs (upon submission) and DELETEs (upon delivery). No UPDATE at all, even if I asked for a dlr-mask=31. Isn't there a way to trigger those updates?