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: 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
t;>> I also installed using apt command. But I can only start kannel there. >>> how can I start smsbox and sqlbox if I install using apt. and how can I run >>> different SMSCs if I use apt installation? >>> >>> Please advise. Looking forward to hearing fro

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
gt;> 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 I use? >> >> I also installed using apt command. But I can only

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

2023-04-16 Thread Willy Mularto
rsion of kannel should I use? > > I also installed using apt command. But I can only start kannel there. how > can I start smsbox and sqlbox if I install using apt. and how can I run > different SMSCs if I use apt installation? > > Please advise. Looking forward to hearing from

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

2023-04-16 Thread Robin C
can I start smsbox and sqlbox if I install using apt. and how can I run different SMSCs if I use apt installation? Please advise. Looking forward to hearing from you. -- *Thanks & Regards,* Robin C Linux System Administrator Web : www.refined.co.in Address : TC 15/19

Re: TPS of SqlBox in production?

2023-02-15 Thread Tolga Ulas
can be your best friend, sometimes. - sqlbox may be another layer of complexity you need to manage and consider in troubleshooting - help yourself with a good (e/sim)mulator for load benchmarking. - be ready to dwelve in to the source code as sometimes along the journey you may find errors text

TPS of SqlBox in production?

2023-02-15 Thread Paulo Correia
apps over HTTP. Would a sqlbox help in such case or the socket issue may be a mith? Is anyone using sqlbox in production? If so, how does it handle high thoughput/volumes? Also, does anyone know how sqlbox behaves on multi-instance environments? Can it share the tables or each sqlbox must have

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.

Error Installing SQLBOX on Ubuntu 20.04-gateway-1.5.0

2022-10-18 Thread Textnator Support
checking for Ct-Lib support... no checking for FreeTDS Ct-Lib support... no checking for gw-config... /usr/local/bin/gw-config checking Kannel version... 1.5.0 checking Kannel libs... -L/usr/local/lib/kannel -lgw -lwap -lgwlib -lmysqlclient -ldl -lrt -lresolv -lnsl -lm -lpthread -lxml2

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 o

Error SQLBOX installation on Ubuntu 20.04

2022-10-18 Thread Textnator Support
Hi, i tried to install sqlbox from kannel1.5 addons on ubuntu 20.04, im getting this error,if someone has any solution please share. autoconf (GNU Autoconf) 2.69 libtool (GNU libtool) 2.4.6 automake (GNU automake) 1.9 Kannel/gateway-1.5.0/addons/sqlbox# ./bootstrap + set -e + amvers

Arabic & English SMS using SQLBOX - problem in encoding

2021-05-27 Thread Web Min
Dear Experts, I would appreciate it if anyone can assist with the below concern. I am trying to send Arabic & English SMS from kannel using SQLBOX, and it does not deliver perfectly (receiving it as ?? for Arabic words); after doing some analysis on the values sent between the Bearebox,

Re: PANIC: Trying to fetch variable `ssl-client-cipher-list' in group `sqlbox', not allowed.

2021-01-07 Thread Antony Stone
On Thursday 07 January 2021 at 13:31:26, Antony Stone wrote: > Hi. > > I've been using kannel 1.4.4 and sqlbox-0.7.2 under Debian 9 for a couple > of years. > > I've now installed a new machine with Debian 10, and this installs kannel > 1.4.5 and sqlbox 0.7.2 > > U

PANIC: Trying to fetch variable `ssl-client-cipher-list' in group `sqlbox', not allowed.

2021-01-07 Thread Antony Stone
Hi. I've been using kannel 1.4.4 and sqlbox-0.7.2 under Debian 9 for a couple of years. I've now installed a new machine with Debian 10, and this installs kannel 1.4.5 and sqlbox 0.7.2 Using the same sqlbox config file, I now get an error on trying to start the sqlbox: # /usr/sbin/sqlbox

RE: Error When SQLBOX starts

2020-04-24 Thread Rene Kluwen
To add to that: This could be a mismatch between the installed gateway version and the used svn revision of sqlbox itself. Van: users Namens Mesbahuddin Malik Verzonden: vrijdag 24 april 2020 22:09 Aan: Arun CC: users@kannel.org Onderwerp: Re: Error When SQLBOX starts Follow

Re: Error When SQLBOX starts

2020-04-24 Thread Mesbahuddin Malik
Follow the compilation instruction and configuration perfectly. On Fri, Apr 24, 2020 at 11:51 PM Arun wrote: > hi > > I am getting error *PANIC: Trying to fetch variable > `ssl-client-cipher-list' in group `sqlbox', not allowed.* > > *Please find log below* > > *Any

Error When SQLBOX starts

2020-04-24 Thread Arun
hi I am getting error *PANIC: Trying to fetch variable `ssl-client-cipher-list' in group `sqlbox', not allowed.* *Please find log below* *Any Help will be appreciated Thanks you* *arun@arunnode*:*~*$ sudo sqlbox -v 0 /etc/kannel/sqlbox.conf [sudo] password for arun: 2020-04-24 23:14:12 [7164

RE: sqlbox

2020-04-22 Thread Rene Kluwen
https://sourceforge.net/p/kannelappliance/wiki/Configuration/attachment/sqlbox-userguide.pdf Van: users Namens Arun Verzonden: woensdag 22 april 2020 20:04 Aan: users@kannel.org Onderwerp: sqlbox hello I want to read some documentation or sqlbox I want to store Messages

sqlbox

2020-04-22 Thread Arun
hello I want to read some documentation or sqlbox I want to store Messages in Mysql Any links available *- Thanks* * Arun*

Re: redis support in latest sqlbox

2020-04-11 Thread kweku
Thanks Antony for the feedback. Highly appreciated. Regards, -- Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html

help with handling incoming sms via opensmppbox to sqlbox

2020-04-07 Thread Muteesa Fred
Hello Users, I have installed kannelOpensmpp à sqlbox -> smscI want to receive an sms via the opensmppbox and route it via smsc using sql box. Please advise on the best way to achieve this. I have installed kannel, sqlbox, opensmppbox successfully.  Regards,Fred Muteesa Sent from Mail for Wind

Re: redis support in latest sqlbox

2020-04-04 Thread Antony Stone
On Saturday 04 April 2020 at 03:27:17, kweku wrote: > Hi Mike, > Did you find the latest sqlbox with redis support? Can't find it in the > latest as well. Please let me know your workaround this please. Thanks It's unusual to see a reply to a 6-year old posting, with no comments in the

Re: redis support in latest sqlbox

2020-04-03 Thread kweku
Hi Mi ke, Did you find the latest sqlbox with redis support? Can't find it in the latest as well. Please let me know your workaround this please. Thanks -- Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html

Re: sqlbox installation issue

2020-02-24 Thread Antony Stone
On Monday 24 February 2020 at 06:27:24, Robin C wrote: > I have tried to install 1.4.5 . But it is not working. When I try to > decompress the file it is showing that it is not a tar.gz file. or its not > a zip file. Please tell us: 1. The name of the file you are trying to decompress 2. The

Re: sqlbox installation issue

2020-02-24 Thread Robin C
in C > *Verzonden:* maandag 24 februari 2020 06:27 > *Aan:* Rene Kluwen > *CC:* users > *Onderwerp:* Re: sqlbox installation issue > > > > I have tried to install 1.4.5 . But it is not working. When I try to > decompress the file it is showing that it is not a tar.gz file

RE: sqlbox installation issue

2020-02-24 Thread Rene Kluwen
Did you try to unzip with: tar -z -xvf (name-of-file.tar.gz) Otherwise download anew or with svn. == Rene Van: Robin C Verzonden: maandag 24 februari 2020 06:27 Aan: Rene Kluwen CC: users Onderwerp: Re: sqlbox installation issue I have tried to install 1.4.5

Re: sqlbox installation issue

2020-02-23 Thread Robin C
ersion of sqlbox. > > > > == Rene > > > > *Van:* users *Namens *Robin C > *Verzonden:* woensdag 19 februari 2020 10:03 > *Aan:* users > *Onderwerp:* sqlbox installation issue > > > > Hi all, > > > > I was tryting to install sqlbox in centos 7

RE: sqlbox installation issue

2020-02-19 Thread Rene Kluwen
I think you will need a newer version of Kannel in order to install that version of sqlbox. == Rene Van: users Namens Robin C Verzonden: woensdag 19 februari 2020 10:03 Aan: users Onderwerp: sqlbox installation issue Hi all, I was tryting to install sqlbox in centos 7 . I have

sqlbox installation issue

2020-02-19 Thread Robin C
Hi all, I was tryting to install sqlbox in centos 7 . I have istaled kannel 1.4.3. when i try to make sqlbox i am getting the following error. sqlbox_mysql.c: In function ‘mysql_fetch_msg’: sqlbox_mysql.c:148:21: error: ‘struct sms’ has no member named ‘meta_data’ msg->sms.meta_d

Re: Incoming & Sent SMS content decode in sent_sms table in sqlbox

2019-10-03 Thread Sayed Hadi Rastgou Haghi
Hi, %0D%BB%0D%C3%0D%D2%0D%9A is URL-ENCODED format of original message: Û Ã Ò Ú i used, https://www.branah.com/unicode-converter [pasted in Percent Encoding (Example: a%20%e4%b8%ad%20%d0%af)] On Mon, Sep 23, 2019 at 7:18 PM Rasika Udayanga wrote: > Dear All, > > Im using sqlbox fo

Incoming & Sent SMS content decode in sent_sms table in sqlbox

2019-09-23 Thread Rasika Udayanga
Dear All, Im using sqlbox for sending and receiving GSM and Unicode sms. In both cases msgdata stored in below format in sent_sms table in mysql database. %0D%BB%0D%C3%0D%D2%0D%9A I think above is UCS-2BE/ UTF-16BE encoded. Please assist me as to how I can get the original message by decoding

Re: SQLBox Database structure on Kannel 1.4.5

2019-06-03 Thread Henry Bundi
If you grant SQLbox create privileges , it should create the schema on start up. Regards, On Mon, Jun 3, 2019 at 2:21 AM Web Min wrote: > I'm trying to install the SQLbox since a long time ago, no installation > procedure yet. > > Could you please share your steps for the

Re: SQLBox Database structure on Kannel 1.4.5

2019-06-02 Thread Web Min
I'm trying to install the SQLbox since a long time ago, no installation procedure yet. Could you please share your steps for the installation and will compare the new structure with the old one. Regards On Sat, Jun 1, 2019 at 9:44 PM Loyc Cossou wrote: > Hi Friends, > > It s

SQLBox Database structure on Kannel 1.4.5

2019-06-01 Thread Loyc Cossou
Hi Friends, It seems like the structure on the Database for SQLBox on kannel 1.4.5 has changed. I have noticed that the new parameter/Column "priority" has been added. Anyone can suggest the new database structure please? Any other change I should be aware of when switching from Ka

Re: Need help for opensmpp and SQLBox

2019-02-24 Thread Stipe Tolj
Am 18.02.19 09:20, schrieb Loyc Cossou: Hi, It's now been 2 weeks that I am struggling with this configuration. I am trying to connect OpenSMPPBox to SqlBix so all the messages are sent via SQLBox and the DLRs and Logs are available in the database. Kannel is working fine as I am able

Re: Need help for opensmpp and SQLBox

2019-02-18 Thread Loyc Cossou
Hi, I have kannel 4.4. I have downloaded the sources and complied. Thanks. Le lun. 18 févr. 2019 à 09:53, Web Min a écrit : > Which version of SQLBOX and KAnnel installed? > > Did you install them via a repository or via truck then compile? > > Regards > > On Mon, Feb

Re: Need help for opensmpp and SQLBox

2019-02-18 Thread Web Min
Which version of SQLBOX and KAnnel installed? Did you install them via a repository or via truck then compile? Regards On Mon, Feb 18, 2019 at 11:21 AM Loyc Cossou wrote: > Hi, > > It's now been 2 weeks that I am struggling with this configuration. > > I am trying to conn

Need help for opensmpp and SQLBox

2019-02-18 Thread Loyc Cossou
Hi, It's now been 2 weeks that I am struggling with this configuration. I am trying to connect OpenSMPPBox to SqlBix so all the messages are sent via SQLBox and the DLRs and Logs are available in the database. Kannel is working fine as I am able to send SMS. SQLBox is also working fine as all

Re: sqlbox looking for mssql connection although mysql installed

2018-10-16 Thread Willy Mularto
; On Mon, Oct 15, 2018 at 3:31 PM Cedar Jet >>>>>>> wrote: >>>>>>> >>>>>>>> Ok, I will do that. but how? >>>>>>>> >>>>>>>> If via repository it wont compile with mysql and if from the source &g

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Cedar Jet
>>> we have a problem with the compilation and installation on Ubuntu 18.4 >>>>>>> LTS >>>>>>> >>>>>>> Regards >>>>>>> >>>>>>> On Mon, Oct 15, 2018 at 11:23 AM Willy Mularto >>>&

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Cedar Jet
m with the compilation and installation on Ubuntu 18.4 >>>>>> LTS >>>>>> >>>>>> Regards >>>>>> >>>>>> On Mon, Oct 15, 2018 at 11:23 AM Willy Mularto >>>>>> wrote: >>>>>> >&g

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
;>> wrote: >>>>> >>>>>> I prefer you to use source based installation rather than distro >>>>>> package. Thanks. >>>>>> >>>>>> >>>>>> So Far Express VPN still the fastest >>>&g

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Cedar Jet
gt; package. Thanks. >>>>> >>>>> >>>>> So Far Express VPN still the fastest >>>>> >>>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard >>>>

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
allation rather than distro >>>> package. Thanks. >>>> >>>> >>>> So Far Express VPN still the fastest >>>> >>>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Cedar Jet
> So Far Express VPN still the fastest >>> >>> https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard >>> >>> >>> On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet wrote: >>> >>

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
gt; On Mon, Oct 15, 2018 at 11:56 AM Cedar Jet wrote: >> >>> Look, After investigation, I noticed that the kannel install is working >>> well via source, but the sqlbox was installed via repository kannel-sqlbox, >>> so for this reason I couldn't compile it. >>

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Cedar Jet
t; Look, After investigation, I noticed that the kannel install is working >> well via source, but the sqlbox was installed via repository kannel-sqlbox, >> so for this reason I couldn't compile it. >> >> I ran apt-get remove kannel-sqlbox >> >> I went to kannel s

Re: sqlbox looking for mssql connection although mysql installed

2018-10-15 Thread Willy Mularto
: > Look, After investigation, I noticed that the kannel install is working > well via source, but the sqlbox was installed via repository kannel-sqlbox, > so for this reason I couldn't compile it. > > I ran apt-get remove kannel-sqlbox > > I went to kannel source code fold

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Cedar Jet
Look, After investigation, I noticed that the kannel install is working well via source, but the sqlbox was installed via repository kannel-sqlbox, so for this reason I couldn't compile it. I ran apt-get remove kannel-sqlbox I went to kannel source code folder then addons/sqlbox and ran

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Willy Mularto
What version do you use? Also how do you initiate the SQLBox? Thanks. So Far Express VPN still the fastest https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard On Mon, Oct 15, 2018 at 10:38 AM Cedar Jet wrote: > I tr

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Cedar Jet
I tried what Willy Suggest with the same result. I saw some posts saying that we should compile sqlbox with mysql, for that reason I'm running now on server that containing apache2, phpmyadmin php5.6 and mysql on Ubuntu 16.4 only. I had followed the below link https://stackoverflow.com/questions

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Willy Mularto
Try to put the database connection before the sqlbox group. Thanks Pada tanggal Sen, 15 Okt 2018 02.10, Cedar Jet menulis: > Sure, and you can find the configuration below > > group = sqlbox > id = sqlbox-db > smsbox-id = sqlbox > #global-sender = "" > bearerb

Re: sqlbox looking for mssql connection although mysql installed

2018-10-14 Thread Cedar Jet
Sure, and you can find the configuration below group = sqlbox id = sqlbox-db smsbox-id = sqlbox #global-sender = "" bearerbox-host = localhost bearerbox-port = 18001 smsbox-port = 18005 smsbox-port-ssl = false sql-log-table = sent_sms sql-insert-table = send_sms log-level = 0 log-file =

Re: sqlbox looking for mssql connection although mysql installed

2018-10-13 Thread Cedar Jet
Sure, and sorry for the late reply you can find the configuration below group = sqlbox id = sqlbox-db smsbox-id = sqlbox #global-sender = "" bearerbox-host = localhost bearerbox-port = 18001 smsbox-port = 18005 smsbox-port-ssl = false sql-log-table = sent_sms sql-insert-table = send_sms

Re: sqlbox looking for mssql connection although mysql installed

2018-10-13 Thread Willy Mularto
Share your SQLBox configuration file. Thanks So Far Express VPN still the fastest https://www.expressrefer.com/refer-friend?referrer_id=15939000_campaign=referrals_medium=copy_link_source=referral_dashboard On Sun, Oct 14, 2018 at 12:35 AM Cedar Jet wrote: > Hello, > > I'm alway

sqlbox looking for mssql connection although mysql installed

2018-10-13 Thread Cedar Jet
Hello, I'm always getting the panic SQLBOX: MSSql: connection settings for id 'sqlbox-db' are not specified! as below root@smpp:~# sqlbox -v 0 /etc/kannel/sqlbox.conf 2018-10-13 12:47:37 [1819] [0] INFO: Debug_lvl = 0, log_file = , log_lvl = 0 2018-10-13 12:47:37 [1819] [0] DEBUG: Kannel sqlbox

[Help with Kannel Configuration for incoming and outgoing (Receive and Send ) SMS using OPENSMPPBOX, SQLBOX]

2018-04-04 Thread sekabira yasin
Hello there, I kindly need some help/pointers on how i can configure Kannel to receive and send sms with Opensmppbox and SQLBox addons.. I'm new to kannel, i have set up my kannel with a fakesmsc, its up and running.. though i need to configure it with OPENSMPPBOX and SQLBOX, this is because i

Kannel Installation with SQLBox

2018-02-20 Thread Sumit Kshatriya
Dear Sir, Kannel is great tool to send and receive sms messages. I am completely new to Kannel and would like to get step-by-step guide for Installation Kannel SMPP, SQL-Box, Bearer-Box, SMS-Box. I am using Ubuntu Operating System with Google Cloud. Ubuntu Server: http://35.231.32.184/

Re: sqlbox installation

2018-01-24 Thread Ali Kashif
http://www.akashif.co.uk/kannel/install-kannel-addons-opensmpp-and-sqlbox On Tue, Jan 23, 2018 at 12:36 PM, Robin C <robi...@refined.co.in> wrote: > > Hi users, > > How can I install sqlbox in kannel.? > -- > > > > > > > Disclaimer: This

sqlbox installation

2018-01-23 Thread Robin C
Hi users, How can I install sqlbox in kannel.? -- Disclaimer: This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately

Re: PANIC SQLBOX `bearerbox-port' in non-existing group

2017-09-26 Thread Gorki Alfaro
Rene Thanks for your answer, I had to perform a clean installation in order to fix this. I appreciate your help. Regards Gorki PS good news about the new sqlbox Enviado desde mi iPhone > El 24 sep. 2017, a las 12:09, Rene Kluwen <rene.klu...@chimit.nl> escribió: > > What

Re: PANIC SQLBOX `bearerbox-port' in non-existing group

2017-09-24 Thread Rene Kluwen
What is your config? Did you try to do a make clean first and then rebuild? Talking about sqlbox... some time in the near future, there will be an update that is supposed to increase performance a lot - especially for those with a database server other than localhost. == Rene

PANIC SQLBOX `bearerbox-port' in non-existing group

2017-09-19 Thread Gorki Alfaro
Hello my friends I have kannel + addons SQLBOX /OPENSMPP . Today I upgraded every module from the latest SVN (svn-r5188) I ran /usr/local/kannel/sbin/bearerbox -v 0 /etc/kannel/kannel.conf /usr/local/kannel/sbin/smsbox -v 0 /etc/kannel/kannel.conf and runs perfect but after trying to start

Latest SQLBOX not supporting unicode sms

2017-03-29 Thread vinayak mv
Latest sqlbox is not supporting unicode sms as the box is not unhex the converted sms so the sms is received as plain text content of converted sms and unicode sms is received correctly when sending through sqlbox0.7.2, please give a solution for this. -- Thanks & Regards, Vin

Re: decode sqlbox unicode data

2017-02-24 Thread Web Services
ing > same content via sqlbox its unable to decode. > > example same content in > > My Db easy to decode using url decode function > > %E0%A4%B9%E0%A4%BF%E0%A4%A8%E0%A5%8D%E0%A4%A6%E0%A5%80 > > sqlbox db unable to decode > > %099%09%3f%09(%09M%09%26%09%40 > > can anyone help to resolve > > Thanks > Deepak >

decode sqlbox unicode data

2017-02-20 Thread Web Services
Hi, i have send unicode message (hindi, punjabi etc.) it's easy to decode using url decode function in my application database but after processing same content via sqlbox its unable to decode. example same content in My Db easy to decode using url decode function %E0%A4%B9%E0%A4%BF%E0%A4%A8

How to change data_coding when post sms by sqlbox

2017-02-06 Thread Dmitry Gorbunov
Anyone meet this behavior? Any idea?

How to change data_coding when post sms by sqlbox

2017-02-02 Thread Dmitry Gorbunov
Hello mailing list, I'm using kannel 1.4.4 and sqlbox 0.7.2. When post usr encoded text by http url - all goes fine, in bearerbox i see correct data_coding : 8 and all texts receive correct. But when i insert record in send_sms table of MS SQL database i found in bearer box log data_coding: 216

Re: kannel sqlbox with dl_url

2016-11-29 Thread Amritesh Rachelwar
Hello Prabin, I did DLR thing with sqlbox. Now this time trying to do with dlr-url. My doubt is still i need to tell kannel for dlr-storage = mysql/internal . If yes what I have to put dlr-storage = mysql or internal. Amritesh On Wed, Nov 30, 2016 at 12:38 PM, TechKida by Prabin <trp

Re: kannel sqlbox with dl_url

2016-11-29 Thread TechKida by Prabin
Hi Amritesh, Dlr_url and sqlbox both can work together.but it is suggested to DLR tracking via DLR URL. Regards Prabin Tripathi On Nov 30, 2016 12:30, "Amritesh Rachelwar" <amriteshs...@gmail.com> wrote: > Hi Jahanzaib, > > I have gone through ur portal

Re: kannel sqlbox with dl_url

2016-11-29 Thread Amritesh Rachelwar
Hi Jahanzaib, I have gone through ur portal for DLR thing with sqlbox. That was very helpful, thanks a lot for sharing your knowledge with us. I read somewhere that dlr-url and sqlbox both will not work either one of them only works. I am not sure about this. And yes for that modem thing I know

Re: TLV & sqlbox for MT

2016-09-23 Thread Willy Mularto
Share us your config brother and also your logs. I use SQLBOX and SMPP TLV, insert it to meta_data field and running good. On 24 Sep 2016 12:20 a.m., "spameden" <spame...@gmail.com> wrote: > Hello, > > Is anybody here using sqlbox + TLV for MT? > > I've just

TLV & sqlbox for MT

2016-09-23 Thread spameden
Hello, Is anybody here using sqlbox + TLV for MT? I've just tested on 1.4.4 kannel it seems to be not working at all. With smsbox it works just perfectly, but not with sqlbox for some reason. In both cases I've urlencoded meta_data value, but still no luck.. Any ideas how to fix this? Thanks.

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
nnel users@kannel.org > *Subject:* Re: kannel sqlbox with dl_url > > Hello, > > Which SMSC type you use > > SMPP or anything else ? > > Thanks > > On Thu, Sep 1, 2016 at 1:32 PM, aacable <aaca...@hotmail.com> wrote: > >> binding smsc will solve t

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
kannel sqlbox with dl_url Hello, Which SMSC type you use SMPP or anything else ? Thanks On Thu, Sep 1, 2016 at 1:32 PM, aacable <aaca...@hotmail.com<mailto:aaca...@hotmail.com>> wrote: binding smsc will solve this issue? can you please guide me how can i bind smsc with transceiver

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
eany example for it ? > > > -- > *From:* Web Services [via Kannel] <ml-node+[hidden email] > <http:///user/SendEmail.jtp?type=node=32396=0>> > *Sent:* Thursday, September 1, 2016 12:59 PM > *To:* aacable > *Subject:* Re: kannel sqlbox with dl_url > > Hello, > > DL

Re: kannel sqlbox with dl_url

2016-09-01 Thread aacable
ct: Re: kannel sqlbox with dl_url Hello, DLR URL don't impact sending or reporting system their is some issue with your application or configuration and also please make sure you bind SMSC with transceiver mode. thanks Deepak On Thu, Sep 1, 2016 at 2:44 PM, JAHANZAIB SYED <[hidden emai

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
ay, September 1, 2016 2:12 PM > *To:* JAHANZAIB SYED > *Cc:* kannel users@kannel.org > *Subject:* Re: kannel sqlbox with dl_url > > Hello, > > what DLR url you use during sending i mean you use with any script path or > just unique sms id ? > > Thanks > > Deepak >

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
PM To: JAHANZAIB SYED Cc: kannel users@kannel.org Subject: Re: kannel sqlbox with dl_url Hello, what DLR url you use during sending i mean you use with any script path or just unique sms id ? Thanks Deepak

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, what DLR url you use during sending i mean you use with any script path or just unique sms id ? Thanks Deepak

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
message and there status From: Web Services <coinhost...@gmail.com> Sent: Thursday, September 1, 2016 1:56 PM To: JAHANZAIB SYED Cc: kannel users@kannel.org Subject: Re: kannel sqlbox with dl_url Hello, do you receive an entry in SENT_SMS table ? Thanks

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
:* Thursday, September 1, 2016 1:48 PM > *To:* aacable > *Cc:* kannel users@kannel.org > *Subject:* Re: kannel sqlbox with dl_url > > Hello, > > what DLR mask you using during send ? > > Thanks > > Deepak > > On Thu, Sep 1, 2016 at 8:53 AM, aacable <aaca...@

Re: kannel sqlbox with dl_url

2016-09-01 Thread JAHANZAIB SYED
i have tried 19 and 31 both From: Web Services <coinhost...@gmail.com> Sent: Thursday, September 1, 2016 1:48 PM To: aacable Cc: kannel users@kannel.org Subject: Re: kannel sqlbox with dl_url Hello, what DLR mask you using during send ? Thanks Deepak

Re: kannel sqlbox with dl_url

2016-09-01 Thread Web Services
Hello, what DLR mask you using during send ? Thanks Deepak On Thu, Sep 1, 2016 at 8:53 AM, aacable <aaca...@hotmail.com> wrote: > I have configured the kannel with sqlbox. I can send sms successfully by > inserting query in send_sm table like > > > its DLR al

kannel sqlbox with dl_url

2016-08-31 Thread aacable
I have configured the kannel with sqlbox. I can send sms successfully by inserting query in send_sm table like its DLR also comes inserts fine with *SUCCESS *message. as showed below .. But when I try to add UNIQUE ID in dlr_url , (to track a particular sent message status) then no DLR

Sqlbox Source Code Editing

2016-07-01 Thread Robin C
Hi All, Can anyone help me to suggest how can I edit the sqlbox source code in order to enable pre-paid billing in open SMPP. -- *Thanks & Regards,* Robin C Linux System Administrator *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software Development,

Re: Issues with using UDH with sqlbox

2016-05-16 Thread spameden
03:00 Jon Schøpzinsky <j...@teleguys.com>: > >> Hi Developers, >> >> I am using sqlbox to inject SMS’es into kannel. >> >> My client has specific needs as to how DLR is handled for concatenated >> messages, and therefore I can’t let Kannel do it for me

RE: Installing SQLBox

2016-05-13 Thread Loyc Cossou
Oh, wonderful!! Let me try. Thanks Le 13 mai 2016 21:24, "Rene Kluwen" <rene.klu...@chimit.nl> a écrit : > Somebody changed that part along the lines. > > But to install sqlbox, you don’t need the bootstrap script. > > Just type ./configure and then make. You ma

RE: Installing SQLBox

2016-05-13 Thread Vangelis Typaldos
Bootstrap should be only for debian/ubuntu OS. In Centos/RHEL use only ./configure && make && make install BR From: Loyc Cossou<mailto:loycos...@gmail.com> Sent: Friday, May 13, 2016 8:40 AM To: users@kannel.org<mailto:users@kannel.org> Subject: Installing SQLBox

RE: Installing SQLBox

2016-05-13 Thread Rene Kluwen
Somebody changed that part along the lines. But to install sqlbox, you don’t need the bootstrap script. Just type ./configure and then make. You may (or may not) need to checkout a fresh copy after the bootstrap script having failed. == Rene Van: users [mailto:users-boun...@kannel.org

  1   2   3   4   5   6   7   8   9   10   >