Struggling to understand kannel version numbers

2019-08-17 Thread Antony Stone
Hi. In trying to solve the "PANIC: SQLBOX: MSSql: connection settings for id 'sqlbox-db' are not specified!" problem with the Debian packaged kannel 1.4.4, I'm looking at https://stackoverflow.com/questions/45486238/kannel-sqlbox which suggests that: a) building from source is the solution,

Re: DLRs

2019-08-17 Thread Antony Stone
Replying to myself in case it helps others looking for this information in future. On Saturday 17 August 2019 at 15:42:38, Antony Stone wrote: > It looks like I'm going to have to look into using a database for my DLR > storage. I do happen to have a MariaDB Galera cluster available, but I've

Re: DLRs

2019-08-17 Thread Antony Stone
On Saturday 17 August 2019 at 15:48:19, Antony Stone wrote: > Indeed - if I turn off one of my kannel instances, so there is only one > running to either send or receive message to/from my SMSC provider, I get > DLR status=8 when the message is sent (with the phone turned off), and I > then get

Re: DLRs

2019-08-17 Thread Antony Stone
On Saturday 17 August 2019 at 15:42:38, Antony Stone wrote: > So, it seems that kannel did receive a DLR with type=1, but then said "got > DLR but could not find message or was not interested in it". > > I've found https://www.kannel.org/pipermail/users/2011-July/016176.html > which addresses

Re: DLRs

2019-08-17 Thread Antony Stone
On Saturday 17 August 2019 at 14:20:36, Davor Spasoski wrote: > The smsc should send back DLR (deliver_sm pdu) on succesful delivery after > you turn on the phone. Try with a different handset and watch for the > deliver_sm pdu. Run bearerbox in debug level. > > Davor It happens that I'm

Re: DLRs

2019-08-17 Thread Davor Spasoski
Sorry, points 10-12 were not visible on my phone. The smsc should send back DLR (deliver_sm pdu) on succesful delivery after you turn on the phone. Try with a different handset and watch for the deliver_sm pdu. Run bearerbox in debug level. Davor > On Aug 17, 2019, at 2:13 PM, Davor Spasoski

Re: DLRs

2019-08-17 Thread Davor Spasoski
And what is wrong with that? Kannel will report every change in state as soon as the smsc reports back. The non delivery notification will be received upon expiration of the sms which depends on the validity period on the smsc or the expiration you might have set, whatever comes first. Davor

DLRs

2019-08-17 Thread Antony Stone
Hi. I'm now wondering whether I've misunderstood how DLRs actually work. I just tried the following: 1. Make sure my mobile phone is turned on and has good signal. 2. Send a message via kannel to my mobile phone, with dlr_mask=31, indicating that I want to get all status reports possible. 3.

Re: Three out of four

2019-08-17 Thread Antony Stone
On Saturday 17 August 2019 at 12:00:55, Davor Spasoski wrote: > I’m not sure I quite understand your question, but if it is about signaling > back the mobile originator that kannel has received the message, That is half of it. That would be a dlr_status code 8 "SMSC submit" from the table in

Re: Three out of four

2019-08-17 Thread Davor Spasoski
I’m not sure I quite understand your question, but if it is about signaling back the mobile originator that kannel has received the message, it will automatically happen if the sender has requested a delivery report and the SMSC is set properly to generate the DLR to the sender once kannel

Re: Three out of four

2019-08-17 Thread Antony Stone
Hi Can anyone else tell me what magic I'm missing here? How is everyone else sending delivery notifications for incoming SMS? I'm happy to post my kannel.conf if that helps. Thanks, Antony. On Friday 16 August 2019 at 13:25:13, Antony Stone wrote: > On Friday 16 August 2019 at 12:23:57,