Use case for dlr-url of sms-service

2023-12-05 Thread Eduard Takhtamirov
Hello everyone, What's a typical use of "dlr-url" config setting within an "sms-service" group? I'm specifically interested in DLR on sendsms when "dlr-url" of an "sendsms-user" group is undefined (otherwise this dlr-url would work, I kno

Re: is there a parameter (escape code) in dlr-url to return smsc-admin-id?

2023-10-17 Thread lbrezs...@gmx.co.uk
Understood. Thanks. On 10/12/2023 01:42, Alexander Malysh wrote: Hi, as far as I see, no. Regards, Alexander Malysh Am 10. Okt. 2023, 18:33 +0200 schrieb lbrezs...@gmx.co.uk : In kannel.conf config when defining dlr-url is there a parameter (escape code) to return smsc-admin-id? Documented

Re: is there a parameter (escape code) in dlr-url to return smsc-admin-id?

2023-10-11 Thread Alexander Malysh
Hi, as far as I see, no. Regards, Alexander Malysh Am 10. Okt. 2023, 18:33 +0200 schrieb lbrezs...@gmx.co.uk : > In kannel.conf config when defining dlr-url is there a parameter (escape > code) to return smsc-admin-id? > Documented %i will return the smsc-id of the connection that rec

is there a parameter (escape code) in dlr-url to return smsc-admin-id?

2023-10-10 Thread lbrezs...@gmx.co.uk
In kannel.conf config when defining dlr-url is there a parameter (escape code)  to return smsc-admin-id? Documented %i will return the smsc-id of the connection that received the message. But if there are multiple binds per smsc defined by smsc-admin-id for the same conncetion, is there a way to

Send TLV values to ESME/Client through DLR

2022-12-09 Thread George Muhoro
I want to send a custom value for TLV tag 0x0427 which is the message_state in the DLR deliver_sm pdu. Specifically I want to send the value "Rejected". Currently I inject the dlr like this http://localhost:13010/sms?dlr-mask=2&dlr-mid=xx How do I add that custom TLV so that t

RE: OpenSMPP+Kannel: DLR: (dst & src) are expected INVETED in the deliver_sm (but remains as in submit_sm)

2022-06-09 Thread Mario Noboa
Hi list, I'm a newbie with opensmpp, i found this thread, I think I have the same problem. I'm woking with http-based smsc and opensmpp, and when i send a dlr, dst and src doesn't INVETED. I send the opensmppbox logs in the attachment Do you have any ideas? Thanks a lot!

Fwd: Generic-param-dlr-url in HTTP-based SMSC

2022-05-25 Thread Jaures Mian
Hi all, I use opensmppbox to connect my clients and http relay to bind my smsc. I have two urls, ine for send and another for retrieve DLR (which takes the sms id of the sms sent). I am able to send a message right but unable to get deliver_sm as generic-param-dlr-url seems not doing the job

Re: Routing DLR to ESME using OpenSMPPBox

2022-05-09 Thread Ruben Melikyan
Hi, According to provided log, it seems kannel does not find dlr record to process. Returning to your configs It will be better to let CORE to handle dlr store and update process. So, i suggest to remove dlr-storage=internal line from opensmppbox config and place it to core setup. Below is my

Re: Routing DLR to ESME using OpenSMPPBox

2022-05-08 Thread christopher kamutumwa
Thank you ruben, added that line but still getting below in logs please advise 2022-05-09 03:45:12 [20164] [11] INFO: We received an SMS message. 2022-05-09 03:45:12 [20164] [11] DEBUG: DLR[mysql]: Looking for DLR smsc=smpp1, ts=a70c7834-3a07-43c0-9749-89cebfeedc85, dst=+260976198318, type=1 2022

Re: Routing DLR to ESME using OpenSMPPBox

2022-05-08 Thread Ruben Melikyan
Try to set in smsc config the following line: reroute-dlr=true Best regards, Ruben Melikyan > On 8 May 2022, at 10:32, christopher kamutumwa > wrote: > >  > I have configured my servers to send from ESME to SMSC through OpenSMPPBox, > i have applied the below flow >

Routing DLR to ESME using OpenSMPPBox

2022-05-07 Thread christopher kamutumwa
I have configured my servers to send from ESME to SMSC through OpenSMPPBox, i have applied the below flow ESME -->> OpenSMPPBox -->> SQLBox -->>Bearerbox -->> SMSC I have succeeded in sending the sms from ESME to the SMSC but my problem is related to the DLR. The Bearerb

Re: Not able to push DLR from kannel to Client

2021-07-26 Thread Rohit Singh
Dear Paulo,  Thank you for your revert. I noticed that we are getting DLR from client and it's stuck in DLR table...once 40 dlr store in table and when 41th dlr is coming then 1st dlr is going out client.  Retards, Rohit Singh From: Paulo Correia <paulo.corr...@go4mobility.com> Se

Re: Not able to push DLR from kannel to Client

2021-07-19 Thread Paulo Correia
Hello Rohit, First you need to validate that your client has sent the dlr-url parameter when sending the mt message request. Check if you have the record on your DLR store table on mysql and the URL on it is a valid URL ... I've seen a lot of clients sending invalid URLs ... Then chec

Re: Not able to push DLR from kannel to Client

2021-07-19 Thread Rohit Singh
Dear Team, Can any one help me with this?  From: "Rohit Singh"<rohits.si...@rediffmail.com> Sent: Wed, 30 Jun 2021 20:46:37 GMT+0530 To: <users@kannel.org.> Subject: Not able to push DLR from kannel to Client Dear All, I am getting dlr from operator & i am seeing i

Not able to push DLR from kannel to Client

2021-06-30 Thread Rohit Singh
Dear All, I am getting dlr from operator & i am seeing it's stored correctly under my dlr table in sql box, but same is not pushed to client. Below I have explained connectivity flow & also provided the completed configuration of each box Please help me to resolve DLR issue. R

RE: OpenSMPPBox won't create DLR

2021-04-29 Thread Rene Kluwen
Hi Martin, About Github: +1 from me, how about the main developer(s) in charge? The force-dlr option is a good idea, but it’s better to implement it in bearerbox, as in your use-case you always want it – not just for messages relayed via opensmppbox? I’m not sure if something like that

Re: OpenSMPPBox won't create DLR

2021-04-29 Thread Martin Caetano
> Are the submit_sm's sent with registered_delivery set to 1? It wasn’t and that was the issue. Now it is creating the DLR and storing them in the db. Thank you! However, for our case this option is inconvenient as we plan to allow customers to connect via SMPP and use DLR for

Re: OpenSMPPBox won't create DLR

2021-04-29 Thread Web Min
23:08:20 Receive DLR [SMSC:] [SVC:] [ACT:] [BINF:] [FID:18][from:testsender] [to:2378945612] [flags:-1:-1:-1:-1:16] [msg:12:NACK/no SMSC] [udh:0:] 2021-04-27 23:09:21 2021-04-27 23:08:20 DISCARDED SMS [SMSC:smsc1] [SVC:] [ACT:] [BINF:] [FID:17][from:testsender] [to:2378945612] [flags:-1:2:-1:-1:31]

RE: OpenSMPPBox won't create DLR

2021-04-29 Thread Rene Kluwen
Hi Martin, Looks like you got opensmppbox setup correctly for dlr. Adding or omitting sqlbox won't make a difference, like you already saw that correctly. Could you list if there is any rows available in the dlr table in your postgres database? Are the submit_sm's sent with registere

OpenSMPPBox won't create DLR

2021-04-29 Thread Martin Caetano
I've spent a significant amount of time around this issue. I've read the complete Kannel guide, SO, Nabble and any other resource I could find yet I couldn't find any solution or hint on why the DLR aren't being created. I believe what I'm trying to do is very straigh

Re: Migrate dlr store on PostgreSQL to Redis

2021-03-07 Thread Paulo Correia
privileged. Use or disclosure by anyone other than an intended recipient is not authorised. If you have received this message by error, you are kindly requested to delete it and notify the sender. Thank you for your cooperation. <https://go4mobility.com/en> _

Re: Migrate dlr store on PostgreSQL to Redis

2021-03-05 Thread Sayed Hadi Rastgou Haghi
Hi Paulo, You should write a migration tool. based on redis and PostgreSQL formats. It's straight forward based on your configs. On Wed, Nov 18, 2020 at 3:18 PM Paulo Correia wrote: > Hi Kannel Users, > > Has anyone migrated a Kannel instance with dlr store in PostgreSQL to >

Re: Force DLR since SMSC is not returning DLR

2021-02-13 Thread Jose N Figueroa
Hi, Yes, that's what I thought. I'm reviewing the code already. Thanks for the feedback. On Sat, Feb 13, 2021 at 12:28:28PM +0100, mosbah abdelkader wrote: > Hello Jose, > > > This is not possible at the config level. You will need to modify > bearerbox code to convert the submit_sm_resp into

RE: Force DLR since SMSC is not returning DLR

2021-02-13 Thread mosbah abdelkader
Hello Jose, This is not possible at the config level. You will need to modify bearerbox code to convert the submit_sm_resp into a deliver_sm for that smsc. BR.

Force DLR since SMSC is not returning DLR

2021-02-12 Thread Jose N Figueroa
Hello, I'm trying to force a DLR back since my vendor is not returning a DLR. Is there an "easy way" to do this? I have only the submit_sm_resp from the vendor, but I require to get the deliver_sm PDU. My scenario is opensmppbox -> bearerbox -> smsc Thanks in advance! -- Jose Figueroa

Migrate dlr store on PostgreSQL to Redis

2020-11-18 Thread Paulo Correia
Hi Kannel Users, Has anyone migrated a Kannel instance with dlr store in PostgreSQL to Redis? How to migrate the records in the dlr store tablet? Kind regards, Paulo Correia Obter o Outlook para Android<https://aka.ms/ghei36>

Re: DLR but could not find message or was not interested Issue

2020-05-12 Thread lbrezs...@gmx.co.uk
SeriesSHT] [from:+601] [to:62033] [msg:122:id:0444210273 sub:000 dlvrd:000 submit date:2005121116 done date:2005121122 stat:DELIVRD err:000 text:RM0 <#> Kod WhatsApp] [FID:1A7A1C61] 2020-05-12 11:22:57 [85037] [7] ERROR: SMPP[6SeriesSHT]: got DLR but could not find message or was not interes

RE: DLR but could not find message or was not interested Issue

2020-05-11 Thread Wan Md Arif Noor Bin. Wan Nizam
FID:1A7A1C61] 2020-05-12 11:22:57 [85037] [7] ERROR: SMPP[6SeriesSHT]: got DLR but could not find message or was not interested in it id<444210273> dst<601>, type<1> Best Regards. Arif Noor From: Gorki Alfaro Sent: Tuesday, May 12, 2020 11:19 AM To: Wan Md Arif Noor Bi

Re: DLR but could not find message or was not interested Issue

2020-05-11 Thread Gorki Alfaro
Hello Try to changing your msg-id-type = 0x01 Regards Gorki On Mon, May 11, 2020 at 9:12 PM Wan Md Arif Noor Bin. Wan Nizam < md.a...@forest-interactive.com> wrote: > Hello Guys, > > > > I’ve been struggling to find what is the issue with the DLR which > regularly gett

DLR but could not find message or was not interested Issue

2020-05-11 Thread Wan Md Arif Noor Bin. Wan Nizam
Hello Guys, I’ve been struggling to find what is the issue with the DLR which regularly getting error “DLR but could not find message or was not interested”. From the debug logs it looks just fine but from the access logs it becomes like those normal MO instead of DN. 38029:2020-05-12 05:07

Re: Sending DLR messages from smsbox

2020-05-06 Thread Stipe Tolj
network when bearerbox submits messages to smsbox. We interface with our partner using the smpp SMSC module. This works very well. Today, we can receive DLR reports for the outbound messages that we send to our partner by adding the dlr-mask and dlr-url parameters to the HTTP call we make to smbox

Re: Sending DLR messages from smsbox

2020-05-05 Thread Alvaro Cornejo
Hi Robert Not sure I get right your question. I think you can craft your dlr-url and/or the script called by the dlr-url in order to, in addition to what you do now, pass that info to your partner. ie generate the dlr with the specific info you want to forward. For now your dlr-ulr is doing

Sending DLR messages from smsbox

2020-05-05 Thread Robert Robinson
smsbox. We interface with our partner using the smpp SMSC module. This works very well. Today, we can receive DLR reports for the outbound messages that we send to our partner by adding the dlr-mask and dlr-url parameters to the HTTP call we make to smbox. I would like to know how I can configure

RE: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Rene Kluwen
If you post your bearerbox log files, maybe it will give a hint about why it doesn’t want to start. == Rene Van: users Namens Arun Verzonden: donderdag 23 april 2020 16:39 Aan: users@kannel.org Onderwerp: Re: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to

Re: Kannel fails with dlr-storage set as mysql

2020-04-23 Thread Arun
Hello I am using Debian kennel package Kennel bearerbox fails when dlr-storage=mssql Any solution is appreciated thank u -- Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html

Re: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Arun
Another observation when dlr-storage =mysql netstat -lnptu doesnt show up bearerbox ports kindly enlighten me please On Thu, Apr 23, 2020 at 12:31 PM Arun wrote: > hi all > > Below is my Kannel.conf > I want to store Dlr Messages in MySql > When I add *dlr-storage = mysql

Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Arun
hi all Below is my Kannel.conf I want to store Dlr Messages in MySql When I add *dlr-storage = mysql *to core Group and start *smsbox *I get the following error ( Without dlr-storage=mysql works fine) *0:02:34 [7000] [0] ERROR: connect to <127.0.0.1> failed2020-04-23 10:02:34 [70

Re: Multiple Bearerbox with shared MSG and DLR DB

2020-04-22 Thread John
r message store and DLR. > > The SMSC names will be the same across all the Bearerbox instances because > they will all be connected to the same upstream network operator. > > My question. > > 1. Will this work well without causing collusion or making the Bearerbox to &g

Re: Kannel DLR with Redis Storage

2020-04-21 Thread Minh Tuan
Hi Filippo, After received DLR from upstream SMSC, bearerbox will remove the DLR record which is queued in redis storage, then nothing left to see after that. On Fri, Apr 17, 2020 at 7:14 AM Filippo Durão wrote: > Dears, > > I have a huge difficulty to make the DLR work, because I don&

Kannel DLR with Redis Storage

2020-04-16 Thread Filippo Durão
Dears, I have a huge difficulty to make the DLR work, because I don't have an example script for use with networks. Could someone provide me with an example script for dlr-url using redis storage? My log says I received it, but the status does not appear in the redis database. Logs: 20

Re: got DLR but could not find message, bug?

2020-03-31 Thread Willy Mularto
ar to the > following: > > ERROR: SMPP[X]: got DLR but could not find message or was not > interested in it id<143914440> dst > > If sms body is long, it becomes a real problem as almost every 2nd > receipt can not be matched to the original submission. > > So let

got DLR but could not find message, bug?

2020-03-31 Thread lbrezs...@gmx.co.uk
Kannel 1.4.5 + redis is used to send sms via SMSC using smpp protocol. When processing dlrs, once in a while we receive an ERROR similar to the following: ERROR: SMPP[X]: got DLR but could not find message or was not interested in it id<143914440> dst If sms body is long, it becomes

Multiple Bearerbox with shared MSG and DLR DB

2020-03-27 Thread John
Hi I am looking to scale (and also high-availability) my Kannel installation so was thinking of having 1+n number of Bearerbox all sharing the same redis DB for message store and DLR. The SMSC names will be the same across all the Bearerbox instances because they will all be connected to the

Re: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Web Min
Provide your sqlbox.conf please On Thu, Feb 13, 2020, 4:32 PM Umair Baig wrote: > Hello All, > > I have configured opensmppbox and I am trying to submit sms using mysql as > dlr storage. > When I receive sms it gets delivered but dlr does not get inserted into > dlr table inst

Re: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Umair Baig
February 2020 at 15:47:47, Umair Baig wrote: > > > Hello Rene, > > > > Firstly thanks for your response. > > > > The length of my url field in dlr table is bigint(20) so I think this > is > > enough. > > You can't put a URL into an integer fi

Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Tolga Ulas
I think url field should be varchar since it will store a urlencoded string so that smsbox will summon it by populating with its variables. > Hello Rene, Firstly thanks for your response. The length of my url field in > dlr table is bigint(20) so I think this is enough. and the dlr ta

Re: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Antony Stone
On Thursday 13 February 2020 at 15:47:47, Umair Baig wrote: > Hello Rene, > > Firstly thanks for your response. > > The length of my url field in dlr table is bigint(20) so I think this is > enough. You can't put a URL into an integer field :) Try changing it

Re: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Umair Baig
Hello Rene, Firstly thanks for your response. The length of my url field in dlr table is bigint(20) so I think this is enough. and the dlr table is empty as it fails to insert message due to the error above I believe. My dlr table structure CREATE TABLE `dlr` ( `id` bigint(20) UNSIGNED

RE: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Rene Kluwen
What’s the output of show create table dlr in your new_sms database? What I guess here is that the url column is just too short. == Rene Van: users Namens Umair Baig Verzonden: donderdag 13 februari 2020 15:31 Aan: users@kannel.org Onderwerp: Issue of DLR - URL with opensmppbox kannel

Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Umair Baig
Hello All, I have configured opensmppbox and I am trying to submit sms using mysql as dlr storage. When I receive sms it gets delivered but dlr does not get inserted into dlr table instead I get an error message in opensmppbox logs saying the below. 2020-02-13 19:21:14 [15724] [2] ERROR: MYSQL

DLR Pending

2020-02-03 Thread Robin C
Dear Team, Our operator is saying that all the delivery reports are updated. But at our end, some delivery reports are pending. What will be the reason for that and is that the issue of the operator or ourselves? If it is our issue how can we rectify that? -- Disclaimer: This message contains c

Re: what happens if kannel cannot store dlr?

2020-01-16 Thread Alvaro Cornejo
Hi Jeff My understanding is that the MT will be sent; however you wil not be able to track it. i.e. you wil not have its delivery status. Assuming you are not using sqlbox/reddis for your message handling but only for dlr. You can do some tests sendig messages with reddis stopped. Regards

what happens if kannel cannot store dlr?

2020-01-16 Thread Jeff Thorn
We are using Redis for our DLR store. If there is an issue with the Redis database and kannel cannot save the DLR info, does the MT request get sent anyway or does the whole request fail? Thanks! Jeff Thorn CEO Thorn Technologies, LLC www.thorntech.com @thorntech <http://twitter.com/thornt

Re: DLR-MO store increases

2019-11-19 Thread Amritesh Rachelwar
understood it correctly. Regards, Amritesh On Wed, Nov 13, 2019, 14:45 vinayak mv wrote: > Hi, > > When we are sending MT SMS about 1 lakhs or more , the kannel store is > filled with DLR-MO messages and these messages are routing back to SQLBOX > or OPENSMPPBOX at a slow ratio a

Re: DLR-MO store increases

2019-11-13 Thread vinayak mv
Hi, Im talking about the kannel storage, not about the dlr table and i didnt flush the database.store increases to more than 2lakhs MO-DLR On Wed, 13 Nov 2019 at 3:39 PM, Web Min wrote: > How size is the DLR Table? And did you try to empty the DLR it? > > On Wed, Nov 13, 2019 at

Re: DLR-MO store increases

2019-11-13 Thread Web Min
How size is the DLR Table? And did you try to empty the DLR it? On Wed, Nov 13, 2019 at 12:15 PM vinayak mv wrote: > Hi, > > When we are sending MT SMS about 1 lakhs or more , the kannel store is > filled with DLR-MO messages and these messages are routing back to SQLBOX > or O

DLR-MO store increases

2019-11-13 Thread vinayak mv
Hi, When we are sending MT SMS about 1 lakhs or more , the kannel store is filled with DLR-MO messages and these messages are routing back to SQLBOX or OPENSMPPBOX at a slow ratio at that time tps is reduced but when i restart the SQLBOX or OPENSMPPBOX the size of the store gets decreases rapidly

DLR issue to opensmppbox mclient

2019-11-04 Thread Dev Sharma
Dear All, i am facing DLR issue to opensmppbox client. Opensmppbox --> Http Generic SMSC -- >our internal API SMs is processed as above but confirmation of SMS submission on smppbox connectiivty . is not returned to opensmppbox client. so SMS is in pending state at client end. however

RE: Kannel DLR with MySQL

2019-07-31 Thread info.ubichip
Hello, you should put dlr-mask=31 then you will be able to get all the DLR. Dlr-url should be accessible, usually on the same machine, and then a script (php or other) is the solution to make the dlr process. an example extract from my php script (not perfect but could be a good start

Kannel DLR with MySQL

2019-07-24 Thread pape fall
Hello, I use kannel for sending sms. Now I want to get the dlr. After configuration, sent sms are inserted into mysql dlr table. The status of the sms are still 0. I add dlr-mask=7 to the request parameters for sending sms. After investigation, I understood that I have to put the dlr-url for

Re: Kannel throughput affected by DLR

2019-06-13 Thread Alexander Malysh
Hi, only for sending. Alex > Am 12.06.2019 um 11:22 schrieb Valentin Militaru > : > > Hi, > > Can you please tell me if the smsc param “throughput” refers only to sent > messages, or does it include DLRs also? > > Thanks!

Kannel throughput affected by DLR

2019-06-12 Thread Valentin Militaru
Hi, Can you please tell me if the smsc param "throughput" refers only to sent messages, or does it include DLRs also? Thanks!

DLR rerouting for smsc id disabled

2018-10-23 Thread Web Min
Hello, I am unable to receive DLR in Kannel using SMPP Connectivity., The log is showing when start binding , this INFO: DLR rerouting for smsc id disabled. Any help would be appreciated below are my configuration details # CORE group = core admin-port = 13000 smsbox-port = 13001 wapbox

Intermediate SMPP DLR is considered as final in kannel

2018-10-18 Thread Paulo Correia
000 2018-10-18 15:30:49 [13585] [9] DEBUG:   sequence_number: 282995 = 0x00045173 2018-10-18 15:30:49 [13585] [9] DEBUG:   message_id: "2FD40AC9" 2018-10-18 15:30:49 [13585] [9] DEBUG: SMPP PDU dump ends. Then we receive a first DLR: 2018-10-18 15:31:02 [13585] [9] DEBUG:

Migrate Bearerbox MSG and DLR store from spool to redis

2018-08-08 Thread Sam
Hello, I noticed redis is much faster for msg and dlr queues. Is it possible to migrate existing store in spool to redis? How can this be done?

RE: For Kannel for DLR Every Part

2018-08-07 Thread rene.kluwen
To be honest, I think this is just a Kannel quirk. == Rene Van: users Namens Willy Mularto Verzonden: zondag 5 augustus 2018 02:30 Aan: coinhost...@gmail.com CC: users@kannel.org Onderwerp: Re: For Kannel for DLR Every Part I think long SMS is actually a wrapped one and telco will

Re: For Kannel for DLR Every Part

2018-08-04 Thread Willy Mularto
I think long SMS is actually a wrapped one and telco will also wrap the DLR and treat it as 1 transaction. So Far Express VPN still the fastest https://www.expressrefer.com/refer-friend?referrer_id=15939000&utm_campaign=referrals&utm_medium=copy_link&utm_source=referral_dashboard O

For Kannel for DLR Every Part

2018-08-04 Thread Web Services
Hi, we are using kannel with sqlbox is this possible to force kannel to ask DLR for every part of sms incase of long SMS (more then 160). we have tried with adding default value for sqlbox dlr_mask column but don't work Thanks Regards Deepak

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-04 Thread mahesh Lavanam
Thank you all. It worked with the DLR Storage in same database. - Mahesh On Sat, Aug 4, 2018 at 12:56 PM, Денис Давыдов wrote: > Manesh, > > See msg-id-type in the User Guide. Also I suggest you to enable debug mode > to smsc group (log_level=0) to see how your provider work with

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-04 Thread Денис Давыдов
Manesh, See msg-id-type in the User Guide. Also I suggest you to enable debug mode to smsc group (log_level=0) to see how your provider work with a message ID numbers. -- Regards, Denis пт, 3 авг. 2018 г. в 9:38, mahesh Lavanam : > Hi, > > Please help me in resolving the DLR issue >

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread Fajar
use database with same DLR table, each kannel database has its own timestamp table store, so it is normal respond when DLR received in another kannel box... On Friday, 3 August 2018, 5:13:55 PM GMT+7, mahesh Lavanam wrote: But, this error I'm seeing at kannel.log file. I think

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread mahesh Lavanam
But, this error I'm seeing at kannel.log file. I think as it is not identifying it, it does not store into database. Thanks, Mahesh On Fri, Aug 3, 2018 at 2:12 PM, wrote: > Hi, > > do both Kannel share the same database and table ? they have to share DLR > database.

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread amalysh
Hi, do both Kannel share the same database and table ? they have to share DLR database. Alex > Am 03.08.2018 um 08:37 schrieb mahesh Lavanam : > > Hi, > > Please help me in resolving the DLR issue > > I have a SMS Port with 2 TX & 2 RX sessions enabled. >

ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-02 Thread mahesh Lavanam
Hi, Please help me in resolving the DLR issue I have a SMS Port with 2 TX & 2 RX sessions enabled. I have configured these sessions in two kannel configurations with same smsc id *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) * #1st tx connection group = smsc smsc = smpp smsc-id

Re: bug? command_status field (%A) missing in DLR of split messages

2018-04-18 Thread Jeff Thorn
re experiencing a bug in kannel (1.4.4) that does not include > command_status details in the DLR url for long messages that were split. > See the excerpt of the debug log below. > > 2018-04-11 19:00:38 [30573] [6] ERROR: SMPP[]: SMSC returned error > code 0x000b (Invalid Destinatio

bug? command_status field (%A) missing in DLR of split messages

2018-04-11 Thread Jeff Thorn
Hello, I think we are experiencing a bug in kannel (1.4.4) that does not include command_status details in the DLR url for long messages that were split. See the excerpt of the debug log below. 2018-04-11 19:00:38 [30573] [6] ERROR: SMPP[]: SMSC returned error code 0x000b (Invalid

Re: Re[2]: Couldnot parse DLR string sscanf way, fallback to old way. Please report

2018-03-26 Thread Willy Mularto
.ru/compose/?mailto=mailto%3asergeybatma...@mail.ru>> > wrote: > > Hi, there. > > I have a problem with incoming deliver_sm. > > Kannel can't parse DLR and gives error. The problem is that i don't send > submit_sm, this pdu deliver_sm is special notification f

Re[4]: Couldnot parse DLR string sscanf way,fallback to old way. Please report

2018-03-25 Thread Сергей Сергеевич Батманов
errer_id=15939000&utm_campaign=referrals&utm_medium=copy_link&utm_source=referral_dashboard >>> >>> >>>On Sun, Mar 25, 2018 at 5:30 PM Сергей Сергеевич Батманов < >>>sergeybatma...@mail.ru > wrote: >>>>Hi, there. >>>> >>>&

Re[2]: Couldnot parse DLR string sscanf way,fallback to old way. Please report

2018-03-25 Thread Сергей Сергеевич Батманов
id=15939000&utm_campaign=referrals&utm_medium=copy_link&utm_source=referral_dashboard > > >On Sun, Mar 25, 2018 at 5:30 PM Сергей Сергеевич Батманов < >sergeybatma...@mail.ru > wrote: >>Hi, there. >> >>I have a problem with incoming deliver_sm. >&

Couldnot parse DLR string sscanf way,fallback to old way. Please report

2018-03-25 Thread Сергей Сергеевич Батманов
Hi, there. I have a problem with incoming deliver_sm. Kannel can't parse DLR and gives error. The problem is that i don't send submit_sm, this pdu deliver_sm is special notification from provider with next short_message: 20180325102847+PayDay+0+20180326103303+2.5+28766 Deliver_s

RE: Error reconciliate DLR

2018-01-23 Thread info.ubichip
I forgot to mention. Usually it happened when the machine (acting as smpp client) connected to our opensmppbox is not yet connected. De : users [mailto:users-boun...@kannel.org] De la part de info.ubichip Envoyé : mardi 23 janvier 2018 23:46 À : users@kannel.org Objet : Error reconciliate DLR

Error reconciliate DLR

2018-01-23 Thread info.ubichip
Hello everybody, First of all happy new year ! I'm facing issue with DLR. My configuration is as follow : - Kannel with opensmppbox as smpp server. User send sms through smpp account to opensmppbox, then opensmppbox relay it to bearerbox which send it through a general smppc ac

Re: DLR queued, using mysql storage

2018-01-17 Thread Gert Tamm
Hello. You need to empty the database table, what is holding your DLR's. kannel_dlr is the table. 1/17/2018 15:16 christopher kamutumwa kirjutas: Hello support, Am wondering how to delete/flush queued dlrs as its showing in my status and seems to be slowing down things DLR: received

DLR queued, using mysql storage

2018-01-17 Thread christopher kamutumwa
Hello support, Am wondering how to delete/flush queued dlrs as its showing in my status and seems to be slowing down things DLR: received 1109, sent 0 DLR: inbound (0.51,0.51,0.54) msg/sec, outbound (0.00,0.00,0.00) msg/sec DLR: 2339007 queued, using mysql storage your assistance would be of

RE: Wrong DLR ID.

2017-08-16 Thread Wan Md Arif Noor Bin. Wan Nizam
Nizam; users@kannel.org Subject: RE: Wrong DLR ID. Check your ID numbering bases for submit_sm and deliver_sm. Looks like you are not using the same base for submit and deliver. 3188534916 = 83101780110 Msg-id-type is the parameter you should be looking at Davor Spasoski From: users

RE: Wrong DLR ID.

2017-08-16 Thread Davor Spasoski
Noor Bin. Wan Nizam Sent: Wednesday, August 16, 2017 11:40 AM To: users@kannel.org Subject: Wrong DLR ID. Hi Users, I found weird thing with kannel today, where when submit an MT it was tagged with different ID but when I checked inside debug log, the ID was correct. This causing "got DL

Wrong DLR ID.

2017-08-16 Thread Wan Md Arif Noor Bin. Wan Nizam
Hi Users, I found weird thing with kannel today, where when submit an MT it was tagged with different ID but when I checked inside debug log, the ID was correct. This causing "got DLR but could not find message or was not interested in it id<31943697>" error. I don't know

Re[2]: issue with dlr lost with opensmppbox

2017-03-24 Thread Rene Kluwen
Could you share your current config? -- Origineel bericht -- Van: "info.ubichip" Aan: users@kannel.org Verzonden: 21-3-2017 9:54:59 Onderwerp: RE: issue with dlr lost with opensmppbox Hello, Do someone have any idea ? regards -Message d'origine- De : user

RE: issue with dlr lost with opensmppbox

2017-03-21 Thread info.ubichip
Hello, Do someone have any idea ? regards -Message d'origine- De : users [mailto:users-boun...@kannel.org] De la part de info.ubichip Envoyé : vendredi 10 mars 2017 15:45 À : users@kannel.org Objet : issue with dlr lost with opensmppbox Hello, I assume probably this issue has

issue with dlr lost with opensmppbox

2017-03-10 Thread info.ubichip
ox process are restarted, and then the SMPP account DLR before customer can connect (totoX), so the DLR looks to be lost because of lack of path to send. Do you think there is a way to hold on these DLR until customers connect correctly ? Any help will be appreciate smsbox log : 2017-03-10 07:00

Re: DLR - SMSC emi

2017-03-04 Thread Sayed Hadi Rastgou Haghi
Dear Filipe, Are you use same smsc-id for 2 bearerboxes? You can use REDIS DLR storage ( it's in memory key-value storage and vary fast) Redis can run on both servers as cluster or one of them or third server :) I think you should solve your storage connection and bearerbox need that to

Re: problem in dlr sending

2017-02-23 Thread Amritesh Rachelwar
t;smsbox---> kannel---> > smsc=http(Jasmin) > > the problem is Jasmin sending dlr report in http.I don't know how handle > in kannel and send back to smppclient. > > Has anyone been successful with sending DLR received from a SMSC http to > an ESME connected using op

DLR - SMSC emi

2017-02-22 Thread Filipe Carvalho
Hello Kannel Users, I've two bearerboxes (lets call them A and B and they are different servers) connected to the same SMSC, and configured dlr-storage as internal. But SMSC does not send the DLR always for the same bearerbox which sends the SMS. For example, bearerbox A sen

DLR Sqlite3 Usable?

2016-12-16 Thread Filipe Carvalho
Hi, I've configure Kannel to store the DLR with a remote PostGresql and all works fine.. Because I do not want to be concern with the availability of this remote postgresql DB, I'm trying to change to a local sqlite db (the SMS volume is low... around 6k in a week)

Re: Force DLR Request in OpenSMPP Kannel

2016-11-29 Thread Amritesh Rachelwar
Hi, I guess you can set dlr-url(URL encoded) and dlr-mask column value to a default value for Amritesh > On Sat, Apr 16, 2016 at 12:56 AM, Gorki Alfaro wrote: > >> Vangelis >> >> Thanks for your answer, yesterday I tried to do this setting a default >> valué o

Question on dlr-mask and message_state.

2016-10-19 Thread Arif Noor
Hi Users, I have a question regarding this, as per in documentation, type 1 is delivered, type 2 is undelivered. >From what I understand, when receiving deliver_sm with message_state = 2, >means the dlr-type = 1 and when receiving deliver_sm with message_state = 5 means the dlr-ty

Re: Fwd: DLR with SendOTA

2016-10-18 Thread bhavya
annel. > > Regards, > BHavya > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://kannel.6189.n7.nabble.com/Fwd-DLR-with-SendOTA-tp27933p32522.html > To unsubscribe from Fwd: DLR with SendOTA, click here > <

Re: Fwd: DLR with SendOTA

2016-10-18 Thread bhavya
HI, Please help me on this issue, its pending from long time. Need to get delivery report while sending OTA from kannel. Regards, BHavya -- View this message in context: http://kannel.6189.n7.nabble.com/Fwd-DLR-with-SendOTA-tp27933p32522.html Sent from the Kannel - User mailing list

Re: DLR of Rejected SMS

2016-10-13 Thread Milan P. Stanic
On Thu, 2016-10-13 at 15:06, vinayak mv wrote: > You can also use sqlbox which logs all sms mo mt and dlr I know that but I prefer to have full control of the message flow end-to-end in my program than to rely on sqlbox (or any other box) especially for (near to) realtime message process

Re: DLR of Rejected SMS

2016-10-13 Thread vinayak mv
You can also use sqlbox which logs all sms mo mt and dlr On Thursday 13 October 2016, Milan P. Stanic wrote: > On Thu, 2016-10-13 at 12:59, ahmed qadeer wrote: > > Can you please let me know how can we get DLR's of SMS being rejected due > > to invalid number on SMSC

  1   2   3   4   5   6   7   8   9   10   >