RE: Force DLR Request in OpenSMPP Kannel

2016-04-14 Thread Rene Kluwen
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 re

Re: USSD with Kannel

2016-04-14 Thread Elton Hoxha
Hi Arif, I believe your issue is related to Telco provider. 1 - To send an USSD request, you have to send a submit_sm packet with this TLV with value "2", which its sent accordingly by you. When you receive a deliver_sm packet with this TLV in response, the value will be "18", instead telco sends

RE: Force DLR Request in OpenSMPP Kannel

2016-04-14 Thread Vangelis Typaldos
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: 'Gork

Re: Force DLR Request in OpenSMPP Kannel

2016-04-14 Thread Gorki Alfaro
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 wrote: > > > A s