Re: SMS sending speed slows down when a new DB server connected

2025-03-27 Thread Sayed Hadi Rastgou Haghi
Dear Biswajit, you may disable mysql dns lookups to remove unnecessary time used for remote host lookups by mysql thus improving speed. https://nixcp.com/skip-name-resolve/ On Tue, Mar 18, 2025 at 6:52 AM Biswajit Kumar wrote: > Hi, > > Kannel application is on Ubuntu 20.04, as it had compilat

Re: HTTP REST API SMSC

2025-03-20 Thread Jorge Guntanis
You would do something like this, it would not be a json payload but a GET request with the parameters URL encoded. group = smsc smsc = http smsc-id = custom-http system-type = custom allowed-smsc-id = custom-http send-url = " https://your-webservice.com/send-sms?username=user&password=pass&to=%p&

Re: SMS sending speed slows down when a new DB server connected

2025-03-18 Thread Alejandro Guerrieri
The first thing I would check is if you have the proper indexes in the db. Compare the schemas and make sure that not only the tables but also the indexes are the same.Regards,--Alejandro GuerrieriOn Mar 17, 2025, at 23:22, Biswajit Kumar wrote: Hi, Kannel application is

Re: SMS sending speed slows down when a new DB server connected

2025-03-17 Thread Jorge Guntanis
Check the network connection, the db connection pool. If it's fast locally, and slow remotely, there is a bottleneck getting to the DB. Check DNS resolution and db connection pool size, make sure the DB is in the same network as the kennel server. Etc. El mar, 18 de mar de 2025, 00:13, Biswajit

Re: SMS sending speed slows down when a new DB server connected

2025-03-17 Thread Biswajit Kumar
Hi, Kannel application is on Ubuntu 20.04, as it had compilation error in Ubuntu 22.04. /Thanks and Regards,/ *Biswajit Kumar* | AGM, P&D Bangla Phone Ltd. | +8801833103909 On 3/18/2025 4:24 AM, Mesbahuddin Malik wrote: How did Compile Kannel on Ubuntu 22.0

Re: SMS sending speed slows down when a new DB server connected

2025-03-17 Thread Mesbahuddin Malik
How did Compile Kannel on Ubuntu 22.04 with which gcc version ? Regards Mesbah +8801833055942 On Mon, Mar 17, 2025 at 11:12 AM Biswajit Kumar wrote: > Dear fellow users, > > I am having a peculiar problem trying to replace the MySQL database server > which works on my Kannel application server.

Re: blank sms while using utf-8

2025-03-04 Thread kabin mool
Hi Jenish, Try "text=सफल&charset=UTF-8&coding=2". Kabin From: users on behalf of Jenish Rijal Sent: Monday, March 3, 2025 3:58 PM To: users@kannel.org Subject: blank sms while using utf-8 I am trying to send sms in nepali. I am using text=सफल&charset=UTF-8&c

Re: Logging the total number of fragments that make up a message

2024-10-22 Thread Alexander Malysh
Hi, ohh sorry, this is not in official Kannel version. I will try to merge it next week. Regards, Alexander Malysh Am 9. Okt. 2024, 11:29 +0200 schrieb Денис Давыдов : > Hi Alexander! > > How exactly can this be done? It's not very clear to me. As far as I > understand, the MO concatenated messa

Re: Logging the total number of fragments that make up a message

2024-10-09 Thread Денис Давыдов
Hi Alexander! How exactly can this be done? It's not very clear to me. As far as I understand, the MO concatenated messages are logged as one long message only after receiving all parts and stitching them together, there's no flag in the access-log-format that shows the total number of parts. Mayb

Re: Logging the total number of fragments that make up a message

2024-10-09 Thread Alexander Malysh
Hi, you can use custom access log format and log parts amount. After that just parse the log line and put into Elastic. Regards, Alexander Malysh Am 24. Sept. 2024, 11:38 +0200 schrieb Денис Давыдов : > Hi all, > > Along with the message, it is necessary to register in the access_log the > tota

Re: Issue in deliver_sm request

2024-09-06 Thread Kamal Kumar
mber 7, 2024 11:27:34 AM To: Kamal Kumar Cc: users@kannel.org Subject: Re: Issue in deliver_sm request Dear Kamal, basically deliver_sm packets come from server to client. Why do you need to send this packet backwards? On Mon, Sep 2, 2024 at 11:27 AM Kamal Kumar mailto:kama...@vcloudx.com>>

Re: Issue in deliver_sm request

2024-09-06 Thread Sayed Hadi Rastgou Haghi
Dear Kamal, basically deliver_sm packets come from server to client. Why do you need to send this packet backwards? On Mon, Sep 2, 2024 at 11:27 AM Kamal Kumar wrote: > Hi, > > > > I am trying to send deliver_sm request from a SMPP client to SMPP server > (opensmpp). We are getting Invalid PDU

Re: unicode problem with sqlbox Revision: 62

2024-07-05 Thread Kyriacos/Netsmart
paste here your sql query which inserts unicode message to SendTable. Please provide full query Best regards, Ruben Melikyan *From:* Konstantinos Liadakis *Sent:* Thursday, July 4, 2024 11:44:39 AM *To:* Ruben Meli

Re: unicode problem with sqlbox Revision: 62

2024-07-05 Thread Ruben Melikyan
: Ruben Melikyan ; users@kannel.org Subject: Re: unicode problem with sqlbox Revision: 62 Hello, i tried your query and get exactly the same error 2024-07-05 08:18:57 [51778] [1] ERROR: MYSQL: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for

Re: unicode problem with sqlbox Revision: 62

2024-07-05 Thread Konstantinos Liadakis
Hello, i tried your query and get exactly the same error 2024-07-05 08:18:57 [51778] [1] ERROR: MYSQL: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 2024-07-05 08:18:57 [51778] [1] ERROR: MYSQ

RE: unicode problem with sqlbox Revision: 62

2024-07-04 Thread Ruben Melikyan
delivery, you should add this later if you have callback service Below is the result of above mentioned query [cid:image001.jpg@01DACE22.85B65560] Best regards, Ruben Melikyan From: Konstantinos Liadakis Sent: 04.07.2024 13:43 To: Ruben Melikyan ; users@kannel.org Subject: Re: unicode pro

Re: unicode problem with sqlbox Revision: 62

2024-07-04 Thread Konstantinos Liadakis
ent:* Thursday, July 4, 2024 11:44:39 AM *To:* Ruben Melikyan ; users@kannel.org *Subject:* Re: unicode problem with sqlbox Revision: 62 Hellomy replies below to your questions 1. I can send normal sms with no problem, it is just unico

Re: unicode problem with sqlbox Revision: 62

2024-07-04 Thread Ruben Melikyan
Hi Dinos, Please paste here your sql query which inserts unicode message to SendTable. Please provide full query Best regards, Ruben Melikyan From: Konstantinos Liadakis Sent: Thursday, July 4, 2024 11:44:39 AM To: Ruben Melikyan ; users@kannel.org Subject: Re

Re: unicode problem with sqlbox Revision: 62

2024-07-04 Thread Konstantinos Liadakis
*To:* Ruben Melikyan ; users@kannel.org *Subject:* Re: unicode problem with sqlbox Revision: 62 Hello Ruben, and thank you for your reply. The tables were created automatically from sqlbox like you propose. In fact i have dropped the tables a few times but no change Regards Dinos On 3

Re: unicode problem with sqlbox Revision: 62

2024-07-03 Thread Ruben Melikyan
nything in sources and had compiled sqlbox using sources located in original Addons folder. Best regards, Ruben Melikyan From: Konstantinos Liadakis Sent: Thursday, July 4, 2024 2:20:58 AM To: Ruben Melikyan ; users@kannel.org Subject: Re: unicode problem with sqlbo

Re: unicode problem with sqlbox Revision: 62

2024-07-03 Thread Konstantinos Liadakis
Hello Ruben, and thank you for your reply. The tables were created automatically from sqlbox like you propose. In fact i have dropped the tables a few times but no change Regards Dinos On 3/7/24 19:06, Ruben Melikyan wrote: Hi, Obviously you have problem with your mysql database tables.

RE: unicode problem with sqlbox Revision: 62

2024-07-03 Thread Ruben Melikyan
ntTable(default name) [cid:image001.png@01DACD8C.3F255E20] Best regards, Ruben Melikyan From: Mesbahuddin Malik Sent: 03.07.2024 20:24 To: Ruben Melikyan Cc: Konstantinos Liadakis ; users@kannel.org Subject: Re: unicode problem with sqlbox Revision: 62 Hello Ruben Melikyan, Did u get his prob

Re: unicode problem with sqlbox Revision: 62

2024-07-03 Thread Mesbahuddin Malik
Hello *Ruben Melikyan,* *Did u get his problem on unicode.Table creation is optional you can make modify on the table keep charset table to default utf-8 for unicode sms.* *Regards* *Mesbah* On Wed, Jul 3, 2024 at 10:07 PM Ruben Melikyan wrote: > Hi, > > Obviously you have problem with your

RE: unicode problem with sqlbox Revision: 62

2024-07-03 Thread Ruben Melikyan
Hi, Obviously you have problem with your mysql database tables. You can leave table creation to sqlbox itself. This is the best way. Just leave database empty and run kannel. If your kannel configured properly, sqlbox will create tables automatically. Referring to sqlbox documentation: Database

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

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

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: > >> https://medium.com/@SudeepParajuli/quickstart-with-kann

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 to

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 13:0

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, Oct 1

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 install

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 in

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, Kyriacos/Netsmar

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-06 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 > pro

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: > libwap.a(wtp_resp.o):/tmp/tmp.jkHPbxZ32N/gat

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 http://launchpadlibrarian.net/14008728

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 E

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

2023-05-01 Thread rm mobbis . am
elp 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. > > Best

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

2023-04-25 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 th

Re: MO Routing on the fly

2023-04-24 Thread akamat sarat
revious 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 somethi

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 suggest

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

Re: MO Routing on the fly

2023-04-23 Thread Sayed Hadi Rastgou Haghi
uben 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.org >> *Subject:* Re: MO Routing on the

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

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 this

Re: MO Routing on the fly

2023-04-20 Thread akamat sarat
especially 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:* us

Re: MO Routing on the fly

2023-04-19 Thread rm mobbis . am
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
MSc configuration 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 ig

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 n

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 all

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 stable

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 22.0

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 noise

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 alr

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 > --no-check-certif

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 > --no-check-certif

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 le

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/ # ./con

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); | ^~~ wmlscript/wsgram.c:

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

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 kannel

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 should

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 like

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 opens

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 install

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 siem

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 fundament

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 f

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 newer

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 detail

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 su

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

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:] [ACT:x

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 developme

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 li

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 mes

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 endp

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 rece

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:] [ACT:xxx

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 reselle

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

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]: /usr/local/s

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

  1   2   3   4   5   6   7   8   9   10   >