smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread jape
Hi I have working setup that sends sms messages just fine. Message is copied to sent_sms table as expected. How do I implement DLR status? Is my only option to archive this to create a script that writes delivery status to my sent_sms table? If so, how to add an ID that is stored to db? in case I

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread spameden
This question has been raised too many times. Can you search a bit on mailing lists? There are multiple solutions out there for your issue. 2016-03-22 17:18 GMT+03:00 : > Hi > > I have working setup that sends sms messages just fine. Message is copied > to sent_sms table as expected. > > How do

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread jape
Actually I can't All I find is notes to check kannel.org. And I cannot figure out how to do this on those documents? As you said its been raised many times, is the documentation good? If this sis just trivial thing how the hell I am so stupid I cannot understand. thanx for your help > This que

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread spameden
ok, personally I'm using option 2 without any dlr.php or any other sort of scripts, so I end up with MT records in database with status field where field is filled with resulting status. Here are couple of ways to resolve what you need: 1. Set up trigger (as Rene already suggested) to update tabl

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread spameden
Also have a read: http://www.kannel.org/pipermail/users/2013-August/020120.html 2016-03-22 18:27 GMT+03:00 spameden : > ok, personally I'm using option 2 without any dlr.php or any other sort of > scripts, so I end up with MT records in database with status field where > field is filled with resu