Vangelis Thanks for your answer, yesterday I tried to do this setting a default valué on the dlrmask field (send_sms table), additionally using the kannel.conf I tried using dlr-mask and dlr-url under send-sms group. Both options Didn't work at all. So, Do I have to set dlr-url and dlr-mask in the sqlbox config file?
Thanks in advance, Gorki Enviado desde mi iPhone > El 15 abr 2016, a las 13:12, Vangelis Typaldos <vty...@outlook.com> escribió: > > Dear Gorki, > > Please refer to the kannel documentation. > > Like with sendsms API, sqlbox will request for a delivery report to the smsc > if you setup dlr-mask (with any valid value, not only 7) and define a dlr-url > . > > As per Rene comment I think this won’t be returned to the ESME client that is > connected on opensmppbox , but the intermediation of sqlbox alter the > original registered_delivery value of the submit_sm packet PDU requesting a > delivery receipt from smsc. > > The mentioned sql statement just set a default value for dlr-mask column(maps > to registered_delivery value) in sendsms table. > > BR > Vangelis > > From: Gorki Alfaro > Sent: Thursday, April 14, 2016 11:06 PM > To: Vangelis Typaldos > Cc: Rene Kluwen; users@kannel.org > Subject: Re: Force DLR Request in OpenSMPP Kannel > > Hello Friends > > I have installed SQLBox between BearerBox and OpenSMPPBox, I will try > changing the DRL-Mask to 7. > But how it works? How setting this value to 7 will force DRL Request to be > called? > > Thanks for your answer, > > Gorki > > On Thu, Apr 14, 2016 at 2:47 AM, Vangelis Typaldos <vty...@outlook.com> wrote: > > > A solution could be to use a sqlbox between opensmppbox and bearerbox and set > a default value for column dlr-mask in your sendsms table > > > > ALTER TABLE sendsms ALTER COLUMN dlr-mask SET DEFAULT 7; > > > > BR > > > > From: Rene Kluwen > Sent: Thursday, April 14, 2016 10:11 AM > To: 'Gorki Alfaro'; users@kannel.org > Subject: RE: Force DLR Request in OpenSMPP Kannel > > > > I don’t think this is possible without changing the source code. > > > > Van: users [mailto:users-boun...@kannel.org] Namens Gorki Alfaro > Verzonden: woensdag 13 april 2016 21:58 > Aan: users@kannel.org > Onderwerp: Force DLR Request in OpenSMPP Kannel > > > > Hello friends > > Is there any way to enable a DLR request on OpenSMPP client even if this is > not requested by the SMPP client (ESME)? > > > > I would like to keep record of the delivery success rate for billing and > statistics purporses. > > > > Regards, > > Gorki > >