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

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

2020-05-12 Thread lbrezs...@gmx.co.uk
Are the messages in questions are "oversized"? We are experiencing the same issue, and had determined that the issue is connected to the message length and how kannel is handling multipart messages. When sending a concatenated MT, kannel keeps normally a reference for the first part only and

TLV does not respect UC2 flag

2020-05-25 Thread lbrezs...@gmx.co.uk
** =2=utf8=Unicode+Greek+Όλα Καλά     2020-05-25 20:37:03 [24722] [6] DEBUG:   short_message:     2020-05-25 20:37:03 [24722] [6] DEBUG:    Octet string at 0x7fe9e8006c80:     2020-05-25 20:37:03 [24722] [6] DEBUG:  len:  44     2020-05-25 20:37:03 [24722] [6] DEBUG:  size: 45    

Re: REDIS: redisCommand() failed: ERR unknown command

2022-04-15 Thread lbrezs...@gmx.co.uk
iled: `ERR unknown command `smsc_id`, with args beginning with: `1117930062`, `4`, ' 2022-04-07 16:05:40 [612] [6] ERROR: DLR: REDIS: Error while updating dlr entry for dlr:?:? On 4/14/2022 20:55, lbrezs...@gmx.co.uk wrote: I don't think it's the message. bearer-box access-log looks ordinary 202

REDIS: redisCommand() failed: ERR unknown command

2022-04-14 Thread lbrezs...@gmx.co.uk
Using Redis for dlr-storage. dlr-mask=31, which means everything. Lately getting redis errors when receiving DLR 4 Anybody came across the same issue? Logs: 2022-04-14 19:03:08 [2603] [6] DEBUG: DLR[redis]: DLR not destroyed, still waiting for other delivery report 2022-04-14 19:03:08 [2603]

Re: REDIS: redisCommand() failed: ERR unknown command

2022-04-14 Thread lbrezs...@gmx.co.uk
I don't think it's the message. bearer-box access-log looks ordinary 2022-04-14 18:49:56 send-SMS request added - sender:smsuser:XX999 192.168.27.35 target:1XXX9562019 request: 'Test DLR 4' Hower, there is an important piece of information I forgot to mention. Machine that handles DLR 4s

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

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

Re: Multipart long message delivery receipt problem

2022-06-25 Thread lbrezs...@gmx.co.uk
, 22 Jun 2022 at 01:26 lbrezs...@gmx.co.uk wrote: Alexander, We observed totally different behaviour of Kannel: 1) Kannel requested all segments for delivery, not just 1, i.e. 3 segment message will result in 3 submit_sm (s) all marked with registered_delivery: 1 = 0x0001

Re: kannel init.d script question

2022-06-29 Thread lbrezs...@gmx.co.uk
: Succeeded. On 6/27/2022 20:59, lbrezs...@gmx.co.uk wrote: Compiled kannel from svn (version 5324) on Debian. Copied kannel init script to /etc/init.d/ ~$ sudo cp /usr/src/gateway-svn-5324/debian/kannel.init /etc/init.d/kannel To start kannel ~$ systemctl start kannel works as expected

kannel init.d script question

2022-06-27 Thread lbrezs...@gmx.co.uk
Compiled kannel from svn (version 5324) on Debian. Copied kannel init script to /etc/init.d/ ~$ sudo cp /usr/src/gateway-svn-5324/debian/kannel.init /etc/init.d/kannel To start kannel ~$ systemctl start kannel works as expected, but ~$ systemctl stop kannel does not. kannel[2707]:

Re: Kannel as server?

2022-06-20 Thread lbrezs...@gmx.co.uk
https://www.smsfoxbox.it/documents/pdf/open_smpp_box_user_guide.pdf On 6/20/2022 07:39, Antony Stone wrote: On Monday 20 June 2022 at 13:18:46, Mesbahuddin Malik wrote: what type of SMSC you are using smpp or http ? Kannel do for both though opensmpp is not suitable until it is customized.

Re: Error in LD when building kannel on Ubuntu 22.04

2023-07-05 Thread lbrezs...@gmx.co.uk
Last time I compiled on debian, bison 3.0 would give me errors when compiling kannel package. Remove $ sudo apt-get remove bison Install bison version 2.7: $ sudo wget http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb $ sudo wget