Re: Kannel SMPP integration

2015-11-13 Thread amalysh
Hi, you mean by SMPP layer Kannel? :-) I ask because on the web site I read: Based on kannel. Alex > Am 12.11.2015 um 06:58 schrieb Saurabh Pandey : > > Hi, I was the lead developer in this. There are few shortcoming like Operator > wise charging isn't there, but

Re: Not ACKED message found, will retransmit.

2015-12-14 Thread amalysh
Hi, check your logs whether you received ACK/NACK for those sequence numbers and if not ask by SMSC operator why you don’t receive ACK/NACK within > 60 sec. Alex > Am 14.12.2015 um 11:33 schrieb Amit Sharma (VAS) : > > Hi, > I am getting following error of “Not

Re: Store size increasing on MO

2016-05-25 Thread amalysh
comment out smsbox-route because as far as I see you don’t need it for only one smsbox. Alex > Am 25.05.2016 um 08:30 schrieb conandor : > > I unable to start kannel if i comment out smsbox-id. > > 2016-05-25 12:27:20 [15033] [0] PANIC: 'smsbox-route' group without valid

Re: Not work "priority" in settings SMSC

2016-02-11 Thread amalysh
Hi, priority parameter is used to set prio for a message itself that is then just forwarded to SMSC => not your case. what you need is preferred SMSC. Please check userguide for preferred-smsc config option. Thanks, Alex P.S. Pogaluysta pishiti tut tolko na english, ne vse ponimayut russkij

Re: kannel services

2016-05-24 Thread amalysh
/usr/local/sbin/bearerbox -v 1 /path/to/kannel.conf & is not a good style. Kannel has it’s own daemon switch ‚-d‘ Alex > Am 17.05.2016 um 09:53 schrieb Mike Nwaogu : > > Sorry John, > I guess everyone was waiting for you to figure it out. > This is what I used

Re: Queuing Messages

2016-05-24 Thread amalysh
Hi, more infos would be great. Version, which SMSC module, what is the config, etc. Without infos, nobody can help you. Alex > Am 19.05.2016 um 13:02 schrieb Amelye Chatila : > > Hello, > > Messages get queued, we found that it is because of an I/O Error below > >

Re: Store size increasing on MO

2016-05-24 Thread amalysh
Hi, looks like you MO routing is broken. Try to comment out smsbox-id = „mo“ in your config. Alex > Am 18.05.2016 um 05:12 schrieb conandor : > > I have a kannel bearerbox dedicated to MO only. And I notice the store size > keep increasing. Why is it so? > > Kannel

Re: Thoughput Error

2016-08-22 Thread amalysh
Hi, please try SVN version, just fixed. Thanks, Alex > Am 19.08.2016 um 08:24 schrieb Mohammed Saleem : > > This is really weird. You need to trace the code how this is calculated. But > have you tried to increase this limit? The throughput limit doesn't limit the >

Re: SSL via SMPP for SMSC connection

2017-07-20 Thread amalysh
Hi,use-ssl = true  in smsc group ?Thanks,AlexAm 18.07.2017 um 10:28 schrieb Denis Lezgin :Hi all,I'm trying to connect to supplier using SSL but Kannel wont do that and showing me following error:2017-07-11 13:13:22 [7667] [291] ERROR: conn_open_ssl: private key isn't consistent

Re: Multipart sms sending behaviour - Sending all the parts of a multipart 1 after the other

2017-12-19 Thread amalysh
Hi, who is responsible for splitting long messages? you should let Kannel do it for you, then Kannel take care to send all parts via the same SMSC and in the right order. Thanks, Alex > Am 19.12.2017 um 14:32 schrieb Grant Saicom : > > Hi Kannel Users > > I have an

Re: SMS command_status for long MT messages

2018-06-04 Thread amalysh
Hi Jeff, it makes maybe sense for your case but not for all cases, therefore I don’t see a sense to invest time into it. Thanks, Alex > Am 02.06.2018 um 15:26 schrieb Jeff Thorn : > > Hi Alex, > Thanks for explaining, makes sense. > > The most common status we get is invalid destination

Re: SMS command_status for long MT messages

2018-06-02 Thread amalysh
Hi, this is expected behaviour because we have to put all statuses into one DLR message. Just imagine if you have 3 parts and each of this part will be rejected with different error code, would you expect all 3 error codes in the status? Thanks, Alex > Am 30.05.2018 um 20:50 schrieb Jeff

Re: Incoming MO UDH

2018-05-02 Thread amalysh
Hi, udh are identical except coding, the first one is hex encoded the second is binary url encoded. Thanks, Alex > Am 02.05.2018 um 03:33 schrieb Wan Md Arif Noor Bin. Wan Nizam > : > > Hi Kannel User, > > Based from the user guide using

Re: Different TImezone on default log format vs custom log format

2018-01-18 Thread amalysh
Hi Willy, yes, you are right, this is not expected and looks like a bug BUT if we fix it, it will break many installations :-( We have to synchronise and merge URL and access log format escape codes. Thanks, Alex > Am 18.01.2018 um 01:21 schrieb Willy Mularto : > > Hi

Re: Different TImezone on default log format vs custom log format

2018-01-19 Thread amalysh
Hi, sure it will impact, or we leave %t as is (GMT) and add new escape sequence… Alex > Am 18.01.2018 um 23:49 schrieb Willy Mularto : > > Hi Alex, > Thanks for the reply, I think it's not a major issue but will be good if we > can do a fix. BTW what do you mean with

Re: Asterisk-Kannel integration project version 0.0.1 release notes

2017-12-22 Thread amalysh
Hi, what I mean, is there a possibility in Asterisk to call HTTP url instead of this plugin? If there is a possibility , then it should be used with smsbox or http smsc module in bearerbox instead of using internal Kannel structs and compile a new plugin each time kannel changes its internal

Re: Multipart sms sending behaviour - Sending all the parts of a multipart 1 after the other

2017-12-21 Thread amalysh
Hi Grant, as far as I see 1.4.4 already using prio queue and Kannel does it best to send all messages/parts in the right order but it’s impossible to do in all the cases. What you can do, as a workaround, to add a delay between sending, e.g. 20 longs msgs then min 1 sec delay and other 20 msgs.

Re: Asterisk-Kannel integration project version 0.0.1 release notes

2017-12-21 Thread amalysh
Hi, thanks for interest on kannel project! Does Asterisk doesn’t support HTTP URL call ? I just ask because with this module you will use Kannel internal structs, what is not a preferred method to communicate with Kannel. Thanks, Alex > Am 21.12.2017 um 09:00 schrieb mosbah abdelkader >

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. > > I have configured these

Re: Routing Traffic from One SMSC to another

2018-08-22 Thread amalysh
Hi, you have two options: 1. Load balance SMSC1 and SMSC2. See allowed-smsc config option and name your SMSCs equal. 2. Fallback to SMSC2 if SMSC1 is down or full. See preferred-smsc config option. Thanks, Alexander > Am 22.08.2018 um 06:59 schrieb Rajesh Sahoo : > > Hello all, > I am

Re: Keeping relative time format w/o conversion to absolute time format

2018-07-20 Thread amalysh
Hi Denis, sorry but it make no sense to me. If Kannel send absolute time format than SMSC can do whatever it want with it, recalculate to local time etc. Absolute time is not afffected if you are moving between TZs. Alex > Am 19.07.2018 um 15:25 schrieb Денис Давыдов : > > Alex, > >

Re: Keeping relative time format w/o conversion to absolute time format

2018-07-19 Thread amalysh
Hi, tha first question would be, why do you want to keep it in relative time format? As answer to your question: no this is not possible now , because Kannel converts timestamp to unix timestamp internally on the input side and afterwards to absolute time format. Sure you make changes to the

Re: Compile Error: No rule to make target 'am--refresh'

2018-03-06 Thread amalysh
no objections, go for it. Thanks, Alex > Am 06.03.2018 um 11:51 schrieb Stipe Tolj : > > Am 06.03.2018 11:18, schrieb Alexander Malysh: >> Hi, >> >> we have to delete configure and stuff because it should not be there only in >> the release tar archive. > > ok, agree.

Re: Inverted Exclamation mark and question mark issue.

2018-04-06 Thread amalysh
Hi, you have to send in UTF-8 with coding=0 (for inverted exclamation mark: text=%C2%A1=0). If it doesn’t work please check your smpp debug logs and check if submit_sm has correct values in message body and if yes then SMSC doing something wrong. Thanks, Alex > Am 04.04.2018 um 07:27 schrieb

Re: Inverted Exclamation mark and question mark issue.

2018-04-06 Thread amalysh
This is in most cases wrong: 2018-04-04 17:17:39 [10745] [7] DEBUG: short_message: 2018-04-04 17:17:39 [10745] [7] DEBUG:Octet string at 0x7efe78000c40: 2018-04-04 17:17:39 [10745] [7] DEBUG: len: 2 2018-04-04 17:17:39 [10745] [7] DEBUG: size: 3 2018-04-04 17:17:39 [10745] [7]

Re: bootstrap.sh error

2018-04-19 Thread amalysh
Hi, you have to install gettext-devel package. Thanks, Alex > Am 18.04.2018 um 06:56 schrieb Willy Mularto : > > Hi, > I receive this error during bootstrap.sh, any clue to solve? > > + export WANT_AUTOMAKE=1.8 > + which glibtoolize > + > + libtoolize --copy --automake

Re: bootstrap.sh error

2018-04-24 Thread amalysh
Hi, this is a list of packages I need to install to build kannel in docker container ubuntu 16.04: build-essential subversion ntp nano wget cvs subversion curl git-core unzip autoconf \ automake1.11 libtool flex debhelper pkg-config libpam0g-dev intltool checkinstall docbook

Re: Compile Error: No rule to make target 'am--refresh'

2018-03-05 Thread amalysh
Hi, please call: ./bootstrap.sh before configure. Thanks, Alex > Am 03.03.2018 um 18:41 schrieb Willy Mularto : > > Hi list, > I'm not sure what's going on, I just tried to install Kannel (snapshot > version) on to a fresh Ubuntu LTS 16.04 (Xenial Xerus), somehow it stop

Re: TLS 1.2 support in kannel

2018-11-08 Thread amalysh
Hi, please check userguide: https://kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN482 Special: ssl-client-certkey-file (c) filenameA PEM encoded SSL certificate and private key file to

Re: How to allow kannel to receive connections

2019-01-28 Thread amalysh
Hi, you need SMPP server instead of SMPP client. Check opensmppbox or commercial alternatives like mine or Stipe’s. Thanks, Alex > Am 28.01.2019 um 13:53 schrieb Хиль Эдуард : > > > hi there! > It is possible to _receive_ connections from SMS providers by kannel? > I have kannel v1.4.4 and

Re: How to allow kannel to receive connections

2019-01-28 Thread amalysh
smpp server can be used to push messages as well (MOs). Please ask your smsc operator if they mean outbind connection. But anyway Kannel doesn’t support outbind out of the box. Thanks, Alex > Am 28.01.2019 um 15:11 schrieb Хиль Эдуард : > > Maybe my question not complite correct... > My