Re: SSL handshake failure on smsbox service call to various https URLs

2024-05-20 Thread Alex Kinch
Hi Mesbah Thanks for the reply. I'm not sure what ssl rule I should be looking at in Kannel? It works fine when I make a request to an AWS Lambda URL and other websites but not Cloudflare with a LetsEncrypt certificate. Kind regards Alex On Sat, 18 May 2024 at 12:15, Mesbahuddin Malik wrote:

Re: SSL handshake failure on smsbox service call to various https URLs

2024-05-18 Thread Mesbahuddin Malik
check kannel ssl rule. regards Mesbah On Fri, May 17, 2024 at 9:33 PM Alex Kinch wrote: > Hi all, > > I'm having odd problems when making an https request in an smsbox service > (on latest compiled release from SVN and also Debian packages), I get back: > > 2024-05-17 15:14:25 [24] [9] ERROR:

Re: Implementing SMS to email

2023-12-05 Thread Mesbahuddin Malik
If need urgent have a look at playsms On Tue, Dec 5, 2023 at 7:50 PM Mesbahuddin Malik wrote: > Need urgent check playsms. > > On Tue, Dec 5, 2023 at 7:33 PM Tolga Ulas > wrote: > >> and : https://www.kannel.org/pipermail/users/2009-March/006198.html >> Tolga Ulas >> +90 533 7464908 >> >> >>

Re: Implementing SMS to email

2023-12-05 Thread Mesbahuddin Malik
Need urgent check playsms. On Tue, Dec 5, 2023 at 7:33 PM Tolga Ulas wrote: > and : https://www.kannel.org/pipermail/users/2009-March/006198.html > Tolga Ulas > +90 533 7464908 > > > On Tue, Dec 5, 2023 at 1:36 PM Tolga Ulas > wrote: > >>

Re: Implementing SMS to email

2023-12-05 Thread Tolga Ulas
and : https://www.kannel.org/pipermail/users/2009-March/006198.html Tolga Ulas +90 533 7464908 On Tue, Dec 5, 2023 at 1:36 PM Tolga Ulas wrote: > https://medium.com/@SudeepParajuli/quickstart-with-kannel-7005684bffb9 > > Tolga Ulas > > > > On Tue, Dec 5, 2023 at 1:00 PM wrote: > >> Hi, >> >>

Re: Implementing SMS to email

2023-12-05 Thread Tolga Ulas
https://medium.com/@SudeepParajuli/quickstart-with-kannel-7005684bffb9 Tolga Ulas On Tue, Dec 5, 2023 at 1:00 PM wrote: > Hi, > > > > AFAIK, Kannel won’t forward SMS to email by itself. > > > > As for me, the most clear way to do it is to use Kannel to forward SMS to > HTTP and then use HTTP

RE: Implementing SMS to email

2023-12-05 Thread alexey
Hi, AFAIK, Kannel won’t forward SMS to email by itself. As for me, the most clear way to do it is to use Kannel to forward SMS to HTTP and then use HTTP application to handle the messages. Then, routing table (nr to email) is a part of the application. The app may be build with any

Re: Working configuration for a Huawei E220 modem

2023-11-23 Thread TSHIMANGA Minkoka
Hello, I have solved the issue I was facing. Basically, the bearerbox was starting with the modem in dead-start set to true. With that the modem was not brought online after start up, but required the execution of a start-smsc administration http command. Regards, Tshimanga On 7/15/23

RE: Quectel EG25

2023-10-23 Thread info.ubichip
: lundi 16 octobre 2023 16:44 À : info.ubic...@free.fr Objet : Re: Quectel EG25 which OS you are using .By Checking lsusb modem you can check weather you get the virtual path if you are using linux/unix or a have a check with http://smstools3.kekekasvi.com/ Regards Mesbah On Mon, Oc

Re: Opensmpp Plus Kannel Debian 11

2023-10-18 Thread info
Guys apologize for the noise the video helped (but I already figured it out after a couple more hours of reading) one of the errors was because I needed to compile ./configure source with --with-mysql and second issue with opensmpp after reading the --help in ./configure (in all debian

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: Opensmpp Plus Kannel Debian 11

2023-10-16 Thread Mesbahuddin Malik
Check your gcc version may be it is not matching with kannel. Regards Mesbah On Mon, Oct 16, 2023 at 10:32 PM wrote: > Hello to all: > > Debian Bulleye 11 (NO GUI bare-bones). > Kannel bearerbox version `1.4.5'. Compiler `10.1.0'. System Linux, > release 5.10.0-26-amd64, > > I was successful

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

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-15 Thread Alex Kinch
Hi Kyriacos The MySQL field type was varchar(100) so that wasn't the problem. In the end we fixed it by asking Nexmo/Vonage to change the message ID types to match (hex) and then removed msg-id-type so the conversion was no longer needed. Thanks Alex On Mon, 7 Aug 2023 at 01:04,

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-07 Thread Kyriacos/Netsmart
And your mysql table create statement. It might be that you are using a filed type that can not hold such large numbers. Can easily be converted to a char based storage if you don't have extreme space limit issues on the DB side. On 06/08/2023 6:16 pm, Mesbahuddin Malik wrote: Send your Smpp

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-06 Thread Mesbahuddin Malik
Send your Smpp Config. On Sun, Aug 6, 2023 at 8:26 PM Alex Kinch wrote: > Hi all, > > I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is > using message IDs greater than 9223372036854775807 (e.g. > 6142530091694509440651642911224527237), which is in turn breaking DLR >

Re: Error in LD when building kannel on Ubuntu 22.04

2023-07-05 Thread Eduard Takhtamirov
Try --with-ssl=/usr/lib/x86_64-linux-gnu in configure command On Tue, Jul 4, 2023 at 3:24 PM Paulo Correia wrote: > Hello kannel users, > > I'm trying to build kannel on Ubuntu Server 22.04 but keep getting the > following LD error: > > /usr/bin/ld: >

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

Re: Kannel with emi2 smsc connections behind NAT?

2023-07-02 Thread Mesbahuddin Malik
add masquerade to your NAT end if you need public ip port. Regards Mesbah On Sat, Jul 1, 2023 at 8:01 PM Paulo Correia wrote: > Hello kannel users! > > I've been using kannel for some time now, with several instances and some > hundreds connections to SMSCs. > > Our SMSCs are normally SMPP or

Re: Using Kannel to emulate SMSC (through SMPP)? ?

2023-05-01 Thread rm mobbis . am
h help of google. Best regards, Ruben Melikyan From: mymailinglistemail Sent: Monday, May 1, 2023 6:01:17 PM To: rm mobbis.am Cc: users@kannel.org Subject: Re: Using Kannel to emulate SMSC (through SMPP)? ? Is opensmmpbox part of kannel? The documentation only show

Re: Using Kannel to emulate SMSC (through SMPP)? ?

2023-05-01 Thread mymailinglistemail
Is opensmmpbox part of kannel? The documentation only show wapbox, smsbox and bearerbox? Could you point me to documentation on how to set up smppbox --- Original Message --- On Wednesday, April 26th, 2023 at 9:38 AM, rm mobbis.am wrote: > Hello. > > You should use opensmppbox. > >

Re: Using Kannel to emulate SMSC (through SMPP)? ?

2023-04-26 Thread rm mobbis . am
Hello. You should use opensmppbox. Best regards, Ruben Melikyan From: users on behalf of mymailinglistemail Sent: Tuesday, April 25, 2023 8:28:40 PM To: users@kannel.org Subject: Using Kannel to emulate SMSC (through SMPP)? ? Hi, Not sure how to describe

Re: MO Routing on the fly

2023-04-24 Thread akamat sarat
us email* > > > > *Steps to RUN KANNEL* > > > > *Step1: /usr/local/kanpsms/bearerbox --parachute > /home/KANNEL_PSMS/configs/core.conf &* > > > > *Step2: usr/local/kanpsms/smsbox --parachute > /home/KANNEL_PSMS/configs/core.conf * > > > &g

Re: MO Routing on the fly

2023-04-24 Thread Kyriacos/Netsmart
----- *From:*akamat sarat *Sent:* Thursday, April 20, 2023 11:53:17 AM *To:* rm mobbis.am <http://mobbis.am> *Cc:* Tolga Ulas ; users@kannel.org *Subject:* Re: MO Routing on the fly Do you mean someth

RE: MO Routing on the fly

2023-04-24 Thread rm mobbis . am
kanpsms/smsbox --parachute /home/KANNEL_PSMS/configs/core.conf Best regards, Ruben Melikyan From: akamat sarat Sent: 24.04.2023 13:31 To: rm mobbis.am Cc: Tolga Ulas ; users@kannel.org Subject: Re: MO Routing on the fly Dear All, Thank you for your advice. I have tried all of your sug

Re: MO Routing on the fly

2023-04-24 Thread akamat sarat
> > When kannel receives MO message it forwards received message to your > script. > > Message handling, processing, saving your message to related DB, > generating answer and also submitting reply/answer message to related SMSC > (using the *KANNEL’S *HTTP interface to send

Re: MO Routing on the fly

2023-04-24 Thread rm mobbis . am
reply/answer message to related SMSC (using the KANNEL’S HTTP interface to send SMS messages) must be implemented in your script or your MO sms handler web application side. Best regards, Ruben Melikyan From: akamat sarat Sent: Thursday, April 20, 2023 11:

Re: MO Routing on the fly

2023-04-23 Thread Sayed Hadi Rastgou Haghi
ikyan >> -- >> *From:* users on behalf of akamat sarat < >> akamat.sa...@gmail.com> >> *Sent:* Wednesday, April 19, 2023 7:32:45 PM >> *To:* Tolga Ulas >> *Cc:* users@kannel.org >> *Subject:* Re: MO Routing on the f

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-22 Thread Robin C
my mysql version is mysql Ver 8.0.32-0ubuntu0.22.04.2 for Linux on x86_64 ((Ubuntu)) On Sat, Apr 22, 2023 at 7:20 PM Robin C wrote: > Dear Spameden, > Thanks for your reply. I tried this fix. But then I got the following > error. > > In file included from gwlib/gwlib.h:83, >

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-22 Thread Robin C
Dear Spameden, Thanks for your reply. I tried this fix. But then I got the following error. In file included from gwlib/gwlib.h:83, from gwlib/dbpool.c:70: gwlib/dbpool_mysql.c: In function ‘mysql_select’: gwlib/dbpool_mysql.c:248:48: error: ‘my_bool’ undeclared (first use in

Re: MO Routing on the fly

2023-04-20 Thread akamat sarat
ially if you set catch-all parameter to true. > > Best regards, > Ruben Melikyan > -- > *From:* users on behalf of akamat sarat < > akamat.sa...@gmail.com> > *Sent:* Wednesday, April 19, 2023 7:32:45 PM > *To:* Tolga Ulas > *Cc:* users@kannel.o

Re: MO Routing on the fly

2023-04-19 Thread rm mobbis . am
on behalf of akamat sarat Sent: Wednesday, April 19, 2023 7:32:45 PM To: Tolga Ulas Cc: users@kannel.org Subject: Re: MO Routing on the fly Even though I could not figure it out, the smsc-id parameter is not mandatory for the smsbox-route group. Does this imply it can be SMSC independent if some other

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
uration I am using reroute-smsc-id to re-route all > incoming MOs to a single HTTP SMSc that will invoke my script. > The thing that kept me back is the preferred-smsc-id setting, because if > it is used in conjunction with reroute-smsc-id then reroute-smsc-id is > completely ign

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
I figured out a way to set it up the way I need it to work. So like I said, I wanted to route all MOs originating from all SMSCs to a single script to handle all of them. In my SMSc configuration I am using reroute-smsc-id to re-route all incoming MOs to a single HTTP SMSc that will invoke my

Re: MO Routing on the fly

2023-04-19 Thread Tolga Ulas
Not sure on top of my head whether it can be smsc independent, check with the documentation in the related section of thart smsc-id part and smsbox-route functioning in general. Tolga Ulas On Wed, Apr 19, 2023 at 5:51 PM akamat sarat wrote: > Thank for coming back, you mean something like: >

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
Thank for coming back, you mean something like: group=smsbox-route smsbox-id=mysmsbox smsc-id=SMSC1; SMSC2; SMSC3... If so, this means that every time a new SMSC is added, I will need to add it to the smsc-id's list in the above configuration. After that I will need to restart kannel which I do

Re: MO Routing on the fly

2023-04-19 Thread Tolga Ulas
Put a single route to a single smsbox which has a single service and define all your smscs in the route as origin. Tolga Ulas On Wed, Apr 19, 2023 at 5:22 PM akamat sarat wrote: > To all kannelers, > > I am trying to find a way to configure kannel so that all incoming > messages (MOs) from

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread spameden
Ubuntu 22.04 uses bison 3.8.2 - https://packages.ubuntu.com/jammy/bison In order to fix the issue you need to either try to compile from SVN or apply this patch - https://redmine.kannel.org/issues/699#note-5 Best to use SVN code actually as it contains recent bug fixes and in most cases very

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Rajeev Krishna
Hi, Try: https://gist.github.com/kewogc/1d679c6c83977d69106f On Sun, 16 Apr 2023 at 19:23, Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Sunday 16 April 2023 at 13:42:04, Robin C wrote: > > > Dear Antony , > > > > Have you successfully installed Kannel 1.4.5 in Ubuntu

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 13:42:04, Robin C wrote: > Dear Antony , > > Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from source > code?? No; I use 1.4.5 under Debian, installed from the binary package. Antony. -- Python is executable pseudocode. Perl is executable line

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear Antony , Have you successfully installed Kannel 1.4.5 in Ubuntu 22.04 from source code?? On Sun, Apr 16, 2023, 3:23 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Sunday 16 April 2023 at 13:04:28, Robin C wrote: > > > Dear Antony, > > Please find the commands below. I

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 13:04:28, Robin C wrote: > Dear Antony, > Please find the commands below. I already shared the eroor. I am sharing > the error message below. > > I am using Ubuntu 22.04, Bison 1.4.5. > #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz >

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 13:04:28, Robin C wrote: > Dear Antony, > Please find the commands below. I already shared the eroor. I am sharing > the error message below. > > I am using Ubuntu 22.04, Bison 1.4.5. > #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz >

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 12:49:57, Robin C wrote: > y.tab.c:368:5: error: conflicting types for ‘ws_yy_parse’ Where does this file come from? I have a source tree for kannel-1.4.5 here and I have no y.tab.c inside it. Antony. -- Perfection in design is achieved not when there is nothing

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
Dear Antony, Please find the commands below. I already shared the eroor. I am sharing the error message below. I am using Ubuntu 22.04, Bison 1.4.5. #wget https://www.kannel.org/download/1.4.5/gateway-1.4.5.tar.gz --no-check-certificate # tar -zxvf gateway-1.4.5.tar.gz # cd gateway-1.4.5/ #

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
y.tab.c:368:5: error: conflicting types for ‘ws_yy_parse’; have ‘int(void)’ In file included from wmlscript/wsgram.y:15: ./wmlscript/wsint.h:296:5: note: previous declaration of ‘ws_yy_parse’ with type ‘int(void *)’ 296 | int ws_yy_parse(void *context); | ^~~

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Antony Stone
On Sunday 16 April 2023 at 12:41:44, Robin C wrote: > But I am getting error while doing make. I am trying to install kannel > 1.4.5 and bison (GNU Bison) 3.8.2. Well, show us the commands you are running and exactly what error message/s you are seeing. You signed your original message as

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Robin C
But I am getting error while doing make. I am trying to install kannel 1.4.5 and bison (GNU Bison) 3.8.2. On Sun, Apr 16, 2023 at 2:23 PM Willy Mularto wrote: > Of course it can. > > Pada tanggal Min, 16 Apr 2023 17.18, Robin C > menulis: > >> Dear team, >> >> Is it possible to install

Re: Installation of kannel and sqlbox in Ubuntu 22.04 to use as SMSbox

2023-04-16 Thread Willy Mularto
Of course it can. Pada tanggal Min, 16 Apr 2023 17.18, Robin C menulis: > Dear team, > > Is it possible to install kannel with MySQL DB support to send SMS in > Ubuntu 22.04 from the source code? Otherwise please tell me which version > of Ubuntu I should use. and which version of kannel

Re: TPS of SqlBox in production?

2023-02-15 Thread Tolga Ulas
We do. There are several points to consider in high performing sbox (and bbox as they are siamese twins), most requiring tweaking of underlying operating systems: - check your max open files - check your tcp wait timeouts - check your cpu core count - reconsider your deployment alternatives

Re: Delivery Receipt is not coming for a few HTTP requests

2023-02-07 Thread Tolga Ulas
> > > *From: *Mesbahuddin Malik > *Sent: *07 February 2023 03:59 > *To: *srinivas akula > *Cc: *users@kannel.org > *Subject: *Re: Delivery Receipt is not coming for a few HTTP requests > > > > It depends on Operator. check with operators is it sending DLR always ? > >

RE: Delivery Receipt is not coming for a few HTTP requests

2023-02-06 Thread srinivas akula
uary 2023 03:59 To: srinivas akula<mailto:srinivas.ak...@hotmail.com> Cc: users@kannel.org<mailto:users@kannel.org> Subject: Re: Delivery Receipt is not coming for a few HTTP requests It depends on Operator. check with operators is it sending DLR always ? On Mon, Feb 6, 2023 at

Re: Delivery Receipt is not coming for a few HTTP requests

2023-02-06 Thread Mesbahuddin Malik
It depends on Operator. check with operators is it sending DLR always ? On Mon, Feb 6, 2023 at 10:44 PM srinivas akula wrote: > Hi, > >I am using the Kannel gateway to send the HTTP API requests to SMSC. I > am getting the ACK (Submit_sm_res) for all the messages. But, the > delivery_sm

Re: dlr_err

2023-02-03 Thread Alexander Malysh
Hi, this is raw error code from SMPP TLV. Regards, Alexander Malysh Am 1. Feb. 2023, 10:15 +0100 schrieb arunbm123 : > hi > > I am getting [ META:meta] dlr_err=%30%00%00 > in access.log > > can any one enlighten whats this error > > > > - Thanks >   Arun > >

Re: error: conflicting types for ‘ws_yy_parse’ - CentOs7

2023-01-16 Thread mahesh Lavanam
Thank you. I have installed the 1.4.5.patch & it resolved the issue. Thanks, Mahesh On Mon, Jan 16, 2023 at 4:11 PM Mesbahuddin Malik wrote: > Try installing all dependencies like > > yum install openssl openssl-devel ncurses-devel > yum groupinstall 'Development tools' -y > yum install

Re: error: conflicting types for ‘ws_yy_parse’ - CentOs7

2023-01-16 Thread Mesbahuddin Malik
Try installing all dependencies like yum install openssl openssl-devel ncurses-devel yum groupinstall 'Development tools' -y yum install openssl-devel openjade jadetex docbook-style-dsssl texlive-dvips transfig ImageMagick libxml2-devel bison-devel byacc texlive-collection-xetex -y yum -y

Re: Charset or body misformed, rejected

2023-01-04 Thread Alvaro Cornejo
Hi Are you urlecoding your message? Regards Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla

Re: Super Steep Learning Curve

2022-12-23 Thread Mesbahuddin Malik
Hello Ray, Seems Your configuration is correct.Add also sql box concept. For Twilio need a Custom script rather than kannel default. Regards Mesbah On Sat, Dec 24, 2022 at 4:21 AM Ray Kannel Newbie wrote: > Hello Kannel Gurus, > > I'm finding it superbly challenging breakig the initial

Re: FREE BULK SMS FRONT END APPLICATION

2022-11-29 Thread Web Min
Is there any online version? In which PHP Framework was built? On Wed, Nov 30, 2022 at 6:49 AM Textnator Support wrote: > > https://drive.google.com/file/d/1ExpJAeWDMlK1FPpM4Jbbt9fBbK3Bmms7/view?usp=drive_web > > On Tue, Nov 29, 2022 at 7:23 PM MOSES KARIUKI wrote: > >> Hello Textnator, >> >>

Re: FREE BULK SMS FRONT END APPLICATION

2022-11-29 Thread Textnator Support
https://drive.google.com/file/d/1ExpJAeWDMlK1FPpM4Jbbt9fBbK3Bmms7/view?usp=drive_web On Tue, Nov 29, 2022 at 7:23 PM MOSES KARIUKI wrote: > Hello Textnator, > > I am interested. > > Regards, > Moses K > > On Mon, Nov 14, 2022 at 11:12 AM Textnator Support > wrote: > >> Hi, >> If anybody wants

Re: FREE BULK SMS FRONT END APPLICATION

2022-11-29 Thread MOSES KARIUKI
Hello Textnator, I am interested. Regards, Moses K On Mon, Nov 14, 2022 at 11:12 AM Textnator Support wrote: > Hi, > If anybody wants free bulk sms,voice,smpp source code pls reply to my > email,it's an old one,not updated but currently used by some companies. > > PHP5.6 you can try with

Re: Kannel Commercial version

2022-11-28 Thread Gabriel Augusto Diaz Zapata
Still interested on smppBox Ver 5,0 Somebody in charge? On Sat, Nov 26, 2022 at 12:21 PM Gabriel Augusto Diaz Zapata < gabriel.d...@gmail.com> wrote: > Hi Team > > I am urgently interested on a commercial version of Kannel > Please contact me for details > > > Let me know > > gabrielD >

Re: FREE BULK SMS FRONT END APPLICATION

2022-11-15 Thread Textnator Support
https://drive.google.com/file/d/1ExpJAeWDMlK1FPpM4Jbbt9fBbK3Bmms7/view?usp=drive_web Yes I have an unofficial whatsapp backend API with source code. On Wed, Nov 16, 2022 at 8:28 AM Sumit | Sybex Infotech < su...@sybexinfotech.com> wrote: > Hi Vinayak, > > I’m interested. Kindly share the

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-24 Thread Alexander Malysh
Hi, access-log-format controls access log format and if it’s changed you may see in access log different flag positions which results in different values für message coding in URL. Regards, Alexander Malysh Am 20. Okt. 2022, 08:58 +0200 schrieb Giulio Giovannini : > Hello Alexander. > > Not

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-20 Thread Giulio Giovannini
Hello Alexander. Not sure what you mean. What config parameter controls the access log format you are referring to? How do you think it is set and how should I set it? How would the log format have an impact on placeholder substitution? Best regards, Giulio On Wed, 19 Oct 2022 at 17:18,

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-19 Thread Alexander Malysh
Hi, did you maybe changed access log format and mixed %c / %C there ? Regards, Alexander Malysh Am 3. Okt. 2022, 11:46 +0200 schrieb Giulio Giovannini : > Hi all, > > I receive on kannel (svn-r5188M) an MO message with the below flags: > > 2022-10-03 08:14:15 Receive SMS [SMSC:] [SVC:]

Re: Error SQLBOX installation on Ubuntu 20.04

2022-10-18 Thread vinayak mv
I have installed from SVN trunk On Tue, 18 Oct, 2022, 6:07 pm Antony Stone, < antony.st...@kannel.open.source.it> wrote: > On Tuesday 18 October 2022 at 12:00:43, Textnator Support wrote: > > > Hi, > > i tried to install sqlbox from kannel1.5 addons on ubuntu 20.04 > > 1.5 is a very old

Re: Error SQLBOX installation on Ubuntu 20.04

2022-10-18 Thread Antony Stone
On Tuesday 18 October 2022 at 12:00:43, Textnator Support wrote: > Hi, > i tried to install sqlbox from kannel1.5 addons on ubuntu 20.04 1.5 is a very old development version. I recommend using 1.4.5 (much more recent production version) instead. Antony. -- You can spend the whole of your

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-05 Thread Mesbahuddin Malik
Can have a try on SQLBox ? On Wed, Oct 5, 2022 at 4:55 PM Giulio Giovannini wrote: > Thanks Mesbahuddin. > > If you mean that I might not be actually using the get-url I have reported > in my email then I sure I am using that. All my inbound services are > defined in the same way, specifying

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-05 Thread Giulio Giovannini
Thanks Mesbahuddin. If you mean that I might not be actually using the get-url I have reported in my email then I sure I am using that. All my inbound services are defined in the same way, specifying messgaCoding=%c in the get-url. Plus I see in the logs the HTTP GET performed by kannel to my

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-05 Thread Mesbahuddin Malik
Double check your config files. Regards Mesbah On Wed, Oct 5, 2022 at 3:53 PM Giulio Giovannini wrote: > Hi all, > > nobody has ever encountered this issue or knows how to solve it? > > Best ragards, > Giulio > > On Mon, 3 Oct 2022 at 11:46, Giulio Giovannini > wrote: > >> Hi all, >> >> I

Re: Mismatch between received message coding and smsbox forwarded message coding

2022-10-05 Thread Giulio Giovannini
Hi all, nobody has ever encountered this issue or knows how to solve it? Best ragards, Giulio On Mon, 3 Oct 2022 at 11:46, Giulio Giovannini wrote: > Hi all, > > I receive on kannel (svn-r5188M) an MO message with the below flags: > > 2022-10-03 08:14:15 Receive SMS [SMSC:] [SVC:]

Re: FREE UNOFFICIAL TRANSACTIONAL WHATSAPP USER/RESELLER WITH API AND INBOUND ACCOUNT FOR ONE MONTH

2022-08-29 Thread Web Services
Signup on https://wa.poweredm.in.net/register On Tue, 30 Aug, 2022, 10:46 am James Tugume, wrote: > Hello, > > I am interested in using your API services. > > Please share the details > > On Tue, Aug 30, 2022 at 8:10 AM Textnator Support > wrote: > >> Hi, >> If anybody need whatsapp API

Re: FREE UNOFFICIAL TRANSACTIONAL WHATSAPP USER/RESELLER WITH API AND INBOUND ACCOUNT FOR ONE MONTH

2022-08-29 Thread James Tugume
Hello, I am interested in using your API services. Please share the details On Tue, Aug 30, 2022 at 8:10 AM Textnator Support wrote: > Hi, > If anybody need whatsapp API resellership/user account for integrating in > billing software or inbound webhook for CRM integration or bulk >

Re: kannel init.d script question

2022-08-15 Thread Textnator Support
FOR UNOFFICIAL WHATSAPP SENDER USER/RESELLER ACCOUNTS AND API AND WEBHOOK API, PLEASE REPLY FOR DEMO On Wed, Jun 29, 2022 at 7:28 PM lbrezs...@gmx.co.uk wrote: > One more error: start-stop-daemon: unrecognized option '--retry' > > kannel[1169]: bearerbox > kannel[1173]:

Re: kannel init.d script question

2022-06-29 Thread lbrezs...@gmx.co.uk
One more error: start-stop-daemon: unrecognized option '--retry' kannel[1169]:  bearerbox kannel[1173]: /usr/local/sbin/start-stop-daemon: unrecognized option '--retry' kannel[1173]: Try `/usr/local/sbin/start-stop-daemon --help' for more information. kannel[1169]: . systemd[1]: kannel.service:

Re: Multipart long message delivery receipt problem

2022-06-25 Thread lbrezs...@gmx.co.uk
my honest opinion, there is an easy fix, but it involves altering Kannel source code and re-compiling it. Write both id(s) to the dlr storage. id of the 1 segment + id of the current segment. We use redis for example. 3 segment message would result in something like this: Now

Re: octstr_url_decode: corrupted end-of-string <%>

2022-06-24 Thread Stipe Tolj
Am 22.06.22, 09:13, schrieb christopher kamutumwa: Hello team, I get this when % sign is put in message . Advise how to resolve. the function octstr_url_decode() assumes that the input is a URL-encoded string. By definition a % is a special character in the URL-encoded string format, which

Re: octstr_url_decode: corrupted end-of-string <%>

2022-06-23 Thread christopher kamutumwa
Where is that? On Wed, Jun 22, 2022 at 4:22 PM Alvaro Cornejo wrote: > Hi > > I guess you need to urleconde your string. > > Regards, > > Alvaro > > || > Stay safe / Cuídate/ Reste sécurisé > *7* Switch

Re: octstr_url_decode: corrupted end-of-string <%>

2022-06-22 Thread Alvaro Cornejo
Hi I guess you need to urleconde your string. Regards, Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always /

Re: Storing number of SMS segments (submit_sms) in the database

2022-06-22 Thread Simon Peter Otandeka
I am using SMPP. Where in kannel/sqlbox config do I set that parameter? Best regards, Simon On Tue, 21 Jun 2022 at 14:18, Mesbahuddin Malik wrote: > You did not mention type of SMSC you are using. > in SMPP there is an option payload . > Regards > > On Tue, Jun 21, 2022 at 1:48 PM Simon

Re: Storing number of SMS segments (submit_sms) in the database

2022-06-21 Thread Mesbahuddin Malik
You did not mention type of SMSC you are using. in SMPP there is an option payload . Regards On Tue, Jun 21, 2022 at 1:48 PM Simon Peter Otandeka wrote: > Hey All, > > I have a kannel-sqlbox set up. Wanted to know if it's possible to store > the number of segments (submit_sm) for concatenated

Re: change modems / bearerbox no longer connects

2022-06-21 Thread Alexander Malysh
Hi, you have to enable debug and see what’s going wrong. sometimes you need a init string in kennel config to get modem working. Regards, Alexander Malysh Am 10. Juni 2022, 01:09 +0200 schrieb Stuart Kendrick : > I have just replaced my old 3G modem (MultiTech) with a new 4G one (also >

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: Kannel as server?

2022-06-20 Thread Antony Stone
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. Sorry - I should have said - SMPP. Interesting that you mention OpenSMPP - it's something I've found

Re: Kannel as server?

2022-06-20 Thread Mesbahuddin Malik
what type of SMSC you are using smpp or http ? Kannel do for both though opensmpp is not suitable until it is customized. Regards On Mon, Jun 20, 2022 at 4:06 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > Hi. > > I've been using kannel for some time, connecting as a client to a

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
Message - From: Rene Kluwen To: 'Didac Royo' Cc: users at kannel.org <http://www.kannel.org/mailman/listinfo/users> Sent: Wednesday, March 02, 2011 4:56 PM Subject: RE: OpenSMPP+Kannel: DLR: (dst & src) are expected INVETED in the deliver_sm (but remains as in submit_sm) Viewin

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

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

Re: OPEN SMPP MANAGEMENT

2022-05-07 Thread Ruben Melikyan
  Hi, You need to have DB connection. In case of using mysql you need to install sqlbox and in sqlbox config assign port number to smsbox-port (see manual). For example in your sqlbox config (except other parameters) you will have something like this: ………. group=sqlbox bearerbox-port =

Re: opensmpp failing to install

2022-04-27 Thread christopher kamutumwa
Hello I am getting below error\\root@ubuntu:/etc/kannel/trunk# ./bootstrap.sh -bash: ./bootstrap.sh: No such file or directory root@ubuntu:/etc/kannel/trunk# ls acinclude.m4 bootstrap COPYING INSTALL README VERSION aclocal.m4ChangeLog doc Makefile.am rpm AUTHORS

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

2022-04-15 Thread Sayed Hadi Rastgou Haghi
After receiving any deliver_sm (DLR-4, DLR-1 or DLR-2), kannel checks the dlr-storage (REDIS in yours) to find the entry and call the specified dlr-url if available. Both DLRs seem OK to me. As you mentioned, still *dlr:?:?* is the problem in both versions. Let me check more. On Fri, Apr 15,

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

2022-04-15 Thread lbrezs...@gmx.co.uk
We considered DLR 27, but unfortunately some small number of ISPs don't send DLR 1 or 2 at all. They just acknowledged they received the request,  but not that end user (mobile phone) received it. Question: why code handling DLR1 and DLR4 is different? I compared the structure of both DLRa and

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: REDIS: redisCommand() failed: ERR unknown command

2022-04-14 Thread Sayed Hadi Rastgou Haghi
dlr table, and even with the error above 75% of them > still come in normally. > Also in the BB logs we have a lot of the following: > " > sms_router: handling message > Routing failed, re-queued > " > Not sure if it is all connected or not ... > Any help would be

Re: opensmpp failing to install

2022-04-12 Thread Loyc Cossou
Hi, Have you done * ./bootstrap.sh* before ./configure? -- loyc Cossou [image: Mailtrack] Sender notified by Mailtrack

Re: Missing delivery reports from SMSC dropping delivery reports

2022-02-19 Thread Stipe Tolj
Am 14.02.22, 18:01, schrieb akamat sarat: Dear Users, We are unable to debug an issue with SMSC having to do with delivery reports missing from SMSC over smpp bind. The connection to SMSC is working properly according to kannel logs. No obvious errors are visible in the logs. But we are

Re: Missing delivery reports from SMSC dropping delivery reports

2022-02-15 Thread Sayed Hadi Rastgou Haghi
I would like to ask your send sms parameters especially *dlr-mask* On Mon, Feb 14, 2022 at 8:42 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Monday 14 February 2022 at 17:01:09, akamat sarat wrote: > > > The connection to SMSC is working properly according to kannel

Re: Missing delivery reports from SMSC dropping delivery reports

2022-02-14 Thread Antony Stone
On Monday 14 February 2022 at 17:01:09, akamat sarat wrote: > The connection to SMSC is working properly according to kannel logs. > No obvious errors are visible in the logs. > But we are missing delivery reports that SMSC is saying were delivered and > ACKd by kannel. > Specifically they are

  1   2   3   4   5   6   7   8   9   10   >