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 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
>


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: '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



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 you 12 which is a reserved code and might interrupt the
session (im not sure what does 12 code causes).
2 - Also submit_sm_resp from Telco is not including message id, producing
an error.

These two issues need to be addressed by them.

On Thu, Apr 14, 2016 at 3:22 AM, Arif Noor 
wrote:

> Hi Elton,
>
>
>
> Kindly find the attachment for the logs. Note that this was done manually
> since the application are not functioning yet since I need to get the MO
> through first.
>
>
>
> Thank you,
>
> Arif Noor.
>
>
>
> *From:* Elton Hoxha [mailto:elt...@gmail.com]
> *Sent:* Wednesday, April 13, 2016 8:30 PM
> *To:* Arif Noor
> *Cc:* Stipe Tolj; users@kannel.org
> *Subject:* Re: USSD with Kannel
>
>
>
> Also please debug logs of submit SM after you are receiving initial PSSR.
>
>
>
>
>


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 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