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<mailto:gork...@gmail.com> Sent: Thursday, April 14, 2016 11:06 PM To: Vangelis Typaldos<mailto:vty...@outlook.com> Cc: Rene Kluwen<mailto:rene.klu...@chimit.nl>; users@kannel.org<mailto: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 <rene.klu...@chimit.nl> > *Sent: *Thursday, April 14, 2016 10:11 AM > *To: *'Gorki Alfaro' <gork...@gmail.com>; 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 >