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

2024-05-20 Thread Alex Kinch
wrote: > 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

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

SSL handshake failure on smsbox service call to various https URLs

2024-05-17 Thread Alex Kinch
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: SSL write failed: OpenSSL error 1: error:0001:lib(0)::reason(1) 2024-05-17 15:14:25 [24] [9]

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: 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
;>> 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 I use? >>> >&g

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
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: Mismatch between received message coding and smsbox forwarded message coding

2022-10-24 Thread Alexander Malysh
ETA:?smpp?] [from:] [to:xxx] [flags:-1:2:-1:0:-1] > > > > [msg:278:] [udh:0:] > > > > > > > > As you can see the second flag, the message coding %c, is set to 2 and > > > > the body of the MO is UCS2 encoded. > > > >

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

2022-10-20 Thread Giulio Giovannini
to 2 and the > body of the MO is UCS2 encoded. > > I forward this message out using smsbox HTTP client capabilities > configuring the below get-url: > > group = sms-service > keyword-regex = ".*" > name= > catch-all = true > get-url = " > http://xxx

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

2022-10-19 Thread Alexander Malysh
SMSC:] [SVC:] [ACT:] [BINF:] > [FID:] [META:?smpp?] [from:] [to:xxx] [flags:-1:2:-1:0:-1] > [msg:278:] [udh:0:] > > As you can see the second flag, the message coding %c, is set to 2 and the > body of the MO is UCS2 encoded. > > I forward this message out u

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

2022-10-05 Thread Mesbahuddin Malik
10-03 08:14:15 Receive SMS [SMSC:] [SVC:] [ACT:] [BINF:] >>>> [FID:] [META:?smpp?] [from:] [to:xxx] [flags:-1:2:-1:0:-1] >>>> [msg:278:] [udh:0:] >>>> >>>> As you can see the second flag, the message coding %c, is set to 2 an

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

2022-10-05 Thread Giulio Giovannini
an MO message with the below flags: >>> >>> 2022-10-03 08:14:15 Receive SMS [SMSC:] [SVC:] [ACT:] [BINF:] >>> [FID:] [META:?smpp?] [from:] [to:xxx] [flags:-1:2:-1:0:-1] >>> [msg:278:] [udh:0:] >>> >>> As you can see the

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

2022-10-05 Thread Mesbahuddin Malik
xx] [udh:0:] >> >> As you can see the second flag, the message coding %c, is set to 2 and >> the body of the MO is UCS2 encoded. >> >> I forward this message out using smsbox HTTP client capabilities >> configuring the below get-url: >> >> gr

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

2022-10-05 Thread Giulio Giovannini
SMSC:] [SVC:] [ACT:] [BINF:] > [FID:] [META:?smpp?] [from:] [to:xxx] [flags:-1:2:-1:0:-1] > [msg:278:] [udh:0:] > > As you can see the second flag, the message coding %c, is set to 2 and the > body of the MO is UCS2 encoded. > > I forward this message out u

Mismatch between received message coding and smsbox forwarded message coding

2022-10-03 Thread Giulio Giovannini
, is set to 2 and the body of the MO is UCS2 encoded. I forward this message out using smsbox HTTP client capabilities configuring the below get-url: group = sms-service keyword-regex = ".*" name= catch-all = true get-url = " http://.com/dispatcher?messageCoding=%c&To

Re: SMSBOX not starting with PANIC

2021-12-17 Thread Stipe Tolj
st' at port `13001' 2021-12-14 10:39:14 [4089406] [0] PANIC: Couldn't connect to the bearerbox. 2021-12-14 10:39:14 [4089406] [0] PANIC: /usr/local/sbin/smsbox(gw_backtrace+0xf0) [0x5557e89e6fc0] 2021-12-14 10:39:14 [4089406] [0] PANIC: /usr/local/sbin/smsbox(gw_panic+0x167) [0x5557e89e7

Re: SMSBOX not starting with PANIC

2021-12-16 Thread Norbert Kwizera
--chuid kannel \ --exec $BOXPATH/run_kannel_box \ -- \ --pidfile $PIDFILES/kannel_wapbox.pid \ --no-extra-args \ $BOXPATH/wapbox -v 4 -- $CONF ) test ! -z $START_SMSBOX && ( log_daemon_msg "Starting SMSBOX" log_progress_msg "smsbox" ul

Re: SMSBOX not starting with PANIC

2021-12-16 Thread Vangelis Typaldos
You need first to start bearerbox before starting smsbox. Best Regards, Αποκτήστε το Outlook για Android<https://aka.ms/AAb9ysg> From: users on behalf of Norbert Kwizera Sent: Wednesday, December 15, 2021 9:07:33 PM To: users@kannel.org Subject: SMSB

SMSBOX not starting with PANIC

2021-12-15 Thread Norbert Kwizera
:14 [4089406] [0] PANIC: Couldn't connect to the bearerbox. 2021-12-14 10:39:14 [4089406] [0] PANIC: /usr/local/sbin/smsbox(gw_backtrace+0xf0) [0x5557e89e6fc0] 2021-12-14 10:39:14 [4089406] [0] PANIC: /usr/local/sbin/smsbox(gw_panic+0x167) [0x5557e89e7137] 2021-12-14 10:39:14 [4089406] [0] PANIC: /

Re: Message sent to smsbox "vanished" ...

2020-05-29 Thread Tolga Ulas
For high (what's the tps?) traffic, you may opt in to use some database as a store instead of a file based system. What type of connector are you using in bearerbox? Tolga Ulas +90 533 7464908, skypeid:tolgaulas On Fri, May 29, 2020 at 6:46 PM Paulo Correia wrote: > Hello kannel users! > > We'

Message sent to smsbox "vanished" ...

2020-05-29 Thread Paulo Correia
Hello kannel users! We've been struggling with the issues of lack of sockets due to increased traffic and ulimit not extended to the current needs. Until now, this only affected the DLRs, but it seems to be affecting the messages sent to kannel via the sendsms cgi. We've noticed that on situat

Re: Sending DLR messages from smsbox

2020-05-06 Thread Stipe Tolj
Am 05.05.20, 15:02, schrieb Robert Robinson: Hello; We currently use Kannel 1.4.5 as a middleware box which sits between our network and our partner network. We call into smsbox, using the HTTP API to submit outbound messages to bearerbox, and using the sms-service to make HTTP calls into our

Re: Sending DLR messages from smsbox

2020-05-05 Thread Alvaro Cornejo
: > Hello; > > > > We currently use Kannel 1.4.5 as a middleware box which sits between our > network and our partner network. We call into smsbox, using the HTTP API to > submit outbound messages to bearerbox, and using the sms-service to make > HTTP calls into our networ

Sending DLR messages from smsbox

2020-05-05 Thread Robert Robinson
Hello; We currently use Kannel 1.4.5 as a middleware box which sits between our network and our partner network. We call into smsbox, using the HTTP API to submit outbound messages to bearerbox, and using the sms-service to make HTTP calls into our network when bearerbox submits messages to

RE: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Rene Kluwen
If you post your bearerbox log files, maybe it will give a hint about why it doesn’t want to start. == Rene Van: users Namens Arun Verzonden: donderdag 23 april 2020 16:39 Aan: users@kannel.org Onderwerp: Re: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to

Re: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Arun
*to core Group and start *smsbox *I get > the following error ( Without dlr-storage=mysql works fine) > > > > > > > > > > *0:02:34 [7000] [0] ERROR: connect to <127.0.0.1> failed2020-04-23 > 10:02:34 [7000] [0] ERROR: System error 111: Connection refused20

Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Arun
hi all Below is my Kannel.conf I want to store Dlr Messages in MySql When I add *dlr-storage = mysql *to core Group and start *smsbox *I get the following error ( Without dlr-storage=mysql works fine) *0:02:34 [7000] [0] ERROR: connect to <127.0.0.1> failed2020-04-23 10:02:34 [70

Regarding Kannel SMSBOX response with http code 502 bad gateway.

2019-05-14 Thread Manas Mohanty
Hi All, We are using kannel-1.4.4 as sms gateway. To send messages to kannel we are using kannel http url as we are using smsbox and bearerbox. As we are using multiple kannel (smsbox and bearerbox), we are using AWS ALB (load balancer) in between our application and smsbox. We build kannel

RE: SMSBox not starting

2016-04-06 Thread Беляев Владимир Николаевич
^C2016-04-06 11:29:46 [31378] [0] ERROR: SIGINT received, aborting program... you turn it on themselves From: christopher kamutumwa [mailto:chriskamutu...@gmail.com] Sent: Wednesday, April 06, 2016 2:33 PM To: Беляев Владимир Николаевич Cc: users Subject: Re: SMSBox not starting

Re: SMSBox not starting

2016-04-06 Thread christopher kamutumwa
bearerbox has started but still cant get smsbox started view below. help please root@ctlgate:/var/log/kannel# smsbox -v 0 /etc/kannel/kannel.conf 2016-04-06 11:28:02 [31378] [0] INFO: Debug_lvl = 0, log_file = , log_lvl = 0 2016-04-06 11:28:02 [31378] [0] DEBUG: Kannel smsbox version `1.5.0

RE: SMSBox not starting

2016-04-06 Thread Беляев Владимир Николаевич
First run bearerbox From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher kamutumwa Sent: Wednesday, April 06, 2016 2:08 PM To: users Subject: SMSBox not starting -- Forwarded message -- From: christopher kamutumwa mailto:chriskamutu

SMSBox not starting

2016-04-06 Thread christopher kamutumwa
-- Forwarded message -- From: christopher kamutumwa Date: Wed, Apr 6, 2016 at 11:07 AM Subject: To: users hi am failing to start smsbox error below as well as conf file; root@ctlgate:~# smsbox -v 0 /etc/kannel/kannel.conf 2016-04-06 11:04:00 [30724] [0] INFO: Debug_lvl = 0

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-23 Thread Milan P. Stanic
On Wed, 2016-03-23 at 15:27, j...@evonet.fi wrote: > > 2016-03-23 15:46 GMT+03:00 : > >> Thank you! I finally got things working. Few notes I hope someone fixes. > >> > >> 1. Documentation is bit old, for example table 7.2 is outdated. > >> I'am using modem, so nowdays at2 smsc module. It does supp

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-23 Thread jape
to > devel@ list. > > >> 4. what is role of this sqlbox? it's quite handy peace of cake. could it >> be adopted in the kannel? I'm not using OpenSMPP but it is also tight >> outside plugin, At least documentation should be arranged so that it is >> easy to

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-23 Thread spameden
x27;m not using OpenSMPP but it is also tight > outside plugin, At least documentation should be arranged so that it is > easy to configure whole system. > The role of sqlbox is to store messages in the database. Basic kannel functionality is bearerbox and smsbox. Bearerbox is a main applicat

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-23 Thread jape
m >> your upstream SMSC operators. >> >> 2. Modify sent_sms table, add status column and modify sqlbox code to >> UPDATE MT records right after DLR comes to the kannel setting the status >> from dlr_mask. I'd also suggest auto-generating dlr_url based on the >> cu

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread spameden
. > > 2. Modify sent_sms table, add status column and modify sqlbox code to > UPDATE MT records right after DLR comes to the kannel setting the status > from dlr_mask. I'd also suggest auto-generating dlr_url based on the > current time so you would match correct entry. > > 3

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread spameden
so suggest auto-generating dlr_url based on the current time so you would match correct entry. 3. You can use sqlbox with smsbox and set up a dlr_url hook to the external script. >How do I implement DLR status? Is my only option to archive this to create >a script that writes delivery statu

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread jape
the tricks... >> >> thx, Jarno >> >> -- kannel.conf >> group = core >> admin-port = 13000 >> admin-password = >> admin-deny-ip = "192.168.100.1" # deny outside gw >> admin-allow-ip = "127.0.0.*;192.*.*.*" >> smsbox-p

Re: smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread spameden
word = > admin-deny-ip = "192.168.100.1" # deny outside gw > admin-allow-ip = "127.0.0.*;192.*.*.*" > smsbox-port = 15001 > log-file = "/var/log/kannel/bearerbox.log" > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > > group =

smsbox - sqlbox - bearerbox & dlr status

2016-03-22 Thread jape
admin-deny-ip = "192.168.100.1" # deny outside gw admin-allow-ip = "127.0.0.*;192.*.*.*" smsbox-port = 15001 log-file = "/var/log/kannel/bearerbox.log" box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" group = smsbox bearerbox-host = 12

RE: SMSBOX Denied from Host

2015-12-14 Thread Arif Noor
2 02 61 61 61 61 61 61 61 2e ..aaa. 2015-12-14 18:10:49 [15925] [6] DEBUG:Octet string dump ends. 2015-12-14 18:10:49 [15925] [6] DEBUG: SMPP PDU dump ends. Regards. From: Jesus Irausquin [mailto:jdirausq...@gmail.com] Sent: Monday, December 14, 2015 5:56 PM To: Arif Noor C

Re: SMSBOX Denied from Host

2015-12-14 Thread Jesus Irausquin
Hi, The next line you have in your configuration is denying all smsbox connections attempts: box-deny-ip = "*.*.*.*" Just delete it... Regards, Dan > On 14/12/2015, at 0:57, Arif Noor wrote: > > Greeting Kannel users, > > I’m having this issue where smsbox was

SMSBOX Denied from Host

2015-12-13 Thread Arif Noor
Greeting Kannel users, I'm having this issue where smsbox was not able to create a box like below, kindly advise how can I fix this. 2015-12-14 13:14:26 [2765] [0] INFO: Kannel bearerbox II version svn-r5154 starting 2015-12-14 13:14:26 [2765] [0] INFO: Loading store file `/opt/k

Re: Smsbox-route and smsbox_list empty!

2015-11-05 Thread ha...@aeon.pk
Try this: group = smsbox-route smsbox-id = mainbox smsc-id = OpOne;OpTwo;OpThree;OpFour;OpFive On Sun, Nov 1, 2015 at 1:57 PM, Artem Chekulaev wrote: > My complete working config (change IPs and passwords only) > > - > > group = core > admin-port = 13000 > admin-pass

Re: Smsbox-route and smsbox_list empty!

2015-11-01 Thread Artem Chekulaev
log = "/var/log/kannel/access_kannel.log" store-type = file store-location = "/var/log/kannel/store_sms" smsbox-port = 13001 dlr-storage = internal sms-resend-retry = 10 box-deny-ip = "" box-allow-ip = "*.*.*.*" group = smsbox sendsms-port = 13003 log

Re: Smsbox-route and smsbox_list empty!

2015-10-30 Thread ha...@aeon.pk
Then your routing is not OK. Share complete config. On Fri, Oct 30, 2015 at 12:42 PM, Artem Chekulaev wrote: > We have smsbox connected - this is checked. > > 2015-10-29 23:08 GMT+03:00 ha...@aeon.pk : > >> This error comes when bearerbox is unable to pass on the received

Re: Smsbox-route and smsbox_list empty!

2015-10-30 Thread Artem Chekulaev
We have smsbox connected - this is checked. 2015-10-29 23:08 GMT+03:00 ha...@aeon.pk : > This error comes when bearerbox is unable to pass on the received MO > messages to smsbox. Are you connecting your smsbox? > > On Wed, Oct 28, 2015 at 6:28 PM, Artem Chekulaev > wrote: >

Re: Smsbox-route and smsbox_list empty!

2015-10-29 Thread ha...@aeon.pk
This error comes when bearerbox is unable to pass on the received MO messages to smsbox. Are you connecting your smsbox? On Wed, Oct 28, 2015 at 6:28 PM, Artem Chekulaev wrote: > Hi! > > Tried to add smsbox route to config and received warning "smsbox_list > empty".

Smsbox-route and smsbox_list empty!

2015-10-28 Thread Artem Chekulaev
Hi! Tried to add smsbox route to config and received warning "smsbox_list empty". I added to config *** group = smsbox ... smsbox-id = main ... group = smsbox-route smsbox-id = main ... *** and received this warning. When I disabled smsbox-id in smsbox group and disabled full sm

Re: impact of bearerbox running without smsbox

2015-10-14 Thread ha...@aeon.pk
BBOX is the front end of kannel towards SMSC. For incoming SMS, it accepts and forwards them to relevant sqlbox/smsbox defined in the config. If SMSBOX is not connected and only BBOX is up, it will receive and store the messages in temp file/directory, and wait for smsbox to connect to it. The

Re: impact of bearerbox running without smsbox

2015-09-30 Thread Jeff Thorn
On Sep 30, 2015 10:38 PM, "spameden" wrote: > > > 2015-10-01 5:23 GMT+03:00 Jeff Thorn : > >> Hello, >> We had a instance of the bearerbox running for a few hours without smsbox >> running. Looks like we had a number of incoming message (deliver_sm) &g

Re: impact of bearerbox running without smsbox

2015-09-30 Thread spameden
2015-10-01 5:23 GMT+03:00 Jeff Thorn : > Hello, > We had a instance of the bearerbox running for a few hours without smsbox > running. Looks like we had a number of incoming message (deliver_sm) > attempts. > > The logs show this (several times): > > WARNING: smsb

impact of bearerbox running without smsbox

2015-09-30 Thread Jeff Thorn
Hello, We had a instance of the bearerbox running for a few hours without smsbox running. Looks like we had a number of incoming message (deliver_sm) attempts. The logs show this (several times): WARNING: smsbox_list empty! WARNING: incoming messages queue too long, dropping a message WARNING

Big Latency when routing smsbox exec and get-utl

2015-08-31 Thread Daniel Camacho
he App.Srvr. that apparently worked fine. I've observed that when MT's, acces.log register the event not untill the SMSC aknowledge the SMS. I'm guessing that when MO's the Log (smsbox-access.log) does register just when the App.Server does accept the request (200-Ok). Ca

Re: smsbox is gone

2015-08-15 Thread spameden
2015-08-15 17:39 GMT+03:00 Moazzam : > Thanks, however, I am wondering from where "admin" is coming and where I > should define it? in main kannel smsbox or sqlbox or smppbox? > > //Moazzam > > check for smsbox-id variable, you should define it in the section related

Re: smsbox is gone

2015-08-15 Thread Moazzam
Thanks, however, I am wondering from where "admin" is coming and where I should define it? in main kannel smsbox or sqlbox or smppbox? //Moazzam On 8/15/2015 4:36 PM, spameden wrote: 2015-08-14 22:02 GMT+03:00 Moazzam <mailto:moz...@gmail.com>>: Hi, I am gett

Re: smsbox is gone

2015-08-15 Thread spameden
2015-08-14 22:02 GMT+03:00 Moazzam : > Hi, > > I am getting following error in my gateway.log of kannel v1.4.4 off and > on. Do not know what is the issue. My smsbox and sqlbox has the id > configured like > > Box connections: > smsbox:sqlbox, IP 127.0.0.1 (0 queued)

smsbox is gone

2015-08-14 Thread Moazzam
Hi, I am getting following error in my gateway.log of kannel v1.4.4 off and on. Do not know what is the issue. My smsbox and sqlbox has the id configured like Box connections: smsbox:sqlbox, IP 127.0.0.1 (0 queued), (on-line 0d 0h 47m 11s) smsbox:main, IP 127.0.0.1 (0 queued), (on

smsbox is gone! Error

2015-08-12 Thread Achyut Raj
Our architecture is we have Smppbox (clients connect via this) running with kannel on top of a php web application. This is the error we get in the Kannel.log file. "WARNING: Could not route message to smsbox id , smsbox is gone!" We think this is causing the issue with reouting DL

Re: multiple smsbox]

2015-03-22 Thread ha...@aeon.pk
Copy the SMSBOX config to 2 files. Rename the smsbox, and change other parameters. Connect them to same bbox host port. On Thu, Mar 19, 2015 at 10:33 AM, wrote: > > Hi, > > How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? > > I don't have any Idea.

Re: multiple smsbox

2015-03-22 Thread ha...@aeon.pk
Connect to same bearerbox port. Connect as many as you want. On Wed, Mar 18, 2015 at 11:53 AM, Nilubon Soonthon wrote: > Hi, > > How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? > > I don’t have any Idea. > > > > Thanks&Regards > > Nilubon Soonthon >

Re: multiple smsbox]

2015-03-19 Thread Milan P. Stanic
On Thu, 2015-03-19 at 12:33, nilubo...@jasmine.com wrote: > How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? Do you need two smsboxes or two sms services? > I don't have any Idea. Try to define two smsbox groups in kannel.conf [ I don't know if that wi

multiple smsbox]

2015-03-18 Thread nilubon . s
Hi, How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? I don't have any Idea. Thanks&Regards Nilubon Soonthon Hi,How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5?I don’t have any Idea. Thanks&RegardsNilubon Soonthon

multiple smsbox

2015-03-17 Thread Nilubon Soonthon
Hi, How to setup 2 smsboxes that connected to the 1 bearerbox on Centos 5? I don't have any Idea. Thanks&Regards Nilubon Soonthon

Abrupt End of SMS Processing by SMSbox/Bearer box

2014-12-24 Thread Joy Larnyoh
Hi list, We are currently testing the kannel SMSbox and we are seeing some issues with the kannel. The issue is that the though kannel bearer box and smsbox are running we realize when we hit the send-sms URL, we get "0:Accepted for delivery". The SMS does not however hit the bea

Re: Questions regarding smsbox mo queue

2014-11-27 Thread Alvaro Cornejo
) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Thu, Nov 27, 2014 at 10:51 AM, Germán Bobr < german.b...@redmondsoftware.com> wrote: > Smsbox has http-request-

Questions regarding smsbox mo queue

2014-11-27 Thread Germán Bobr
Smsbox has http-request-retry and http-queue-delay parameters to configure a retry queue when my sms-service's post-url is not available. 1- Where is that queue stored? 2- Is there some kind of persistence capability? 3- Has this queue any kind of limit? 4- Is it posible to configure http-re

Re: Kannel bearerbox and smsbox startup issue

2014-11-21 Thread Alvaro Cornejo
ror 13: Permission denied >> 2014-11-21 10:41:55 [1912] [6] ERROR: AT2[/dev/ttyACM0]: Couldn't connect >> (retrying in 10 seconds). >> >> ***** >> >> It happens only when kannel is

Re: Kannel bearerbox and smsbox startup issue [SOLVED]

2014-11-20 Thread Tapan Kumar Thapa
> Date: Fri, 21 Nov 2014 11:17:11 +0530 > Subject: Re: Kannel bearerbox and smsbox startup issue > From: tapan.thapa2...@gmail.com > To: aaca...@hotmail.com > CC: cornejo.alv...@gmail.com; users@kannel.org > > When i google with "kannel System error 13: Permiss

RE: Kannel bearerbox and smsbox startup issue [SOLVED]

2014-11-20 Thread JAHANZAIB SYED
kannel user list and specially to Tapan Kumar Thapa Regards, SYED JAHANZAIB Date: Fri, 21 Nov 2014 11:17:11 +0530 Subject: Re: Kannel bearerbox and smsbox startup issue From: tapan.thapa2...@gmail.com To: aaca...@hotmail.com CC: cornejo.alv...@gmail.com; users@kannel.org When i google with

Re: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread Tapan Kumar Thapa
13: Permission denied > 2014-11-21 10:41:55 [1912] [6] ERROR: AT2[/dev/ttyACM0]: Couldn't connect > (retrying in 10 seconds). > > * > > It happens only when kannel is auto start on reboot. bu

RE: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread JAHANZAIB SYED
-21 10:41:55 [1912] [6] ERROR: AT2[/dev/ttyACM0]: Couldn't connect (retrying in 10 seconds). *** It happens only when kannel is auto start on reboot. but when i start bearerbox and smsbox manually , then it

Re: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread Tapan Kumar Thapa
admin interface output means that bearerbox and smsbox were started perfectly fine however bearerbox was unable to connect with your modem smsc. Now you need to check as to why modem smsc was not on. Enable debug logs after system restart while all boxes are on and see what was causing issue

RE: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread JAHANZAIB SYED
/run_kannel_box --pidfile /var/run/kannel/kannel_wapbox.pid --no-extra-args /usr/sbin/wapbox -v 4 -- /etc/kannel/kannel.conf kannel1180 0.0 0.0 7424 720 ?Ss 10:04 0:00 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/kannel_smsbox.pid --no-extra-args /usr/sbin/smsbox -v 4

Re: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread Tapan Kumar Thapa
Once system is restarted, have you checked that kannel is working? Have you checked if bearerbox and smsbox were working? On Fri, Nov 21, 2014 at 10:19 AM, JAHANZAIB SYED wrote: > Not working, when I do system reboot, and try to send messages, they goes > to queue, and when i kill the

RE: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread JAHANZAIB SYED
Not working, when I do system reboot, and try to send messages, they goes to queue, and when i kill the kannel processes and start bearerbox and smsbox in separate panel, sms starts to work. This is my /etc/default/kannel file. ** root

Re: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread Alvaro Cornejo
celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Thu, Nov 20, 2014 at 9:26 AM, JAHANZAIB SYED wrote: > my problem is that when I start bearerbox and smsbox in terminal (separate > termin

RE: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread JAHANZAIB SYED
my problem is that when I start bearerbox and smsbox in terminal (separate terminal for each command) like bearerbox -v 0 /etc/kannel/kannel.conf smsbox -v 0 /etc/kannel/kannel.conf sms via web works fine. but when i reboot , the SMS via web goes in Queue. Regards, SYED JAHANZAIB

RE: Kannel bearerbox and smsbox startup issue

2014-11-20 Thread Tapan Kumar Thapa
Start bearerbox and smsbox with & sign and than test. Sent from my Windows Phone -- From: JAHANZAIB SYED Sent: ‎20-‎11-‎2014 19:33 To: users@kannel.org Subject: Kannel bearerbox and smsbox startup issue I have configured *Kannel *(bearerbox+smsbox) in Ubuntu 1

Kannel bearerbox and smsbox startup issue

2014-11-20 Thread JAHANZAIB SYED
I have configured Kannel (bearerbox+smsbox) in Ubuntu 12.04. If i start kannel via following commands (in separate terminals) bearerbox -v 0 /etc/kannel/kannel.conf smsbox -v 0 /etc/kannel/kannel.conf Then the SMS delivery via webhttp works fine. Example: http://10.0.0.1:13013/cgi-bin

Re: Receiving French characters from Kannel -smsbox

2014-10-29 Thread RK Krishnas
Hi Moses, 1. Are you on Live Server ? 2. Are the sms comming to short or long code & if so, they are received by ur bearbox from smsc & forwarded to smsbox right ? 3. Are you storing the sms from php file to db 4. In db ur having issue regarding french characters right ??? *Rajeev

Receiving French characters from Kannel -smsbox

2014-10-29 Thread MOSES KARIUKI
Hi All, I am having problems receiving French characters from smsc. Messages received are processed by smsbox and stored to db via a php script called receivesms.php. This is my config: group = smsbox bearerbox-host = localhost sendsms-port = 13013 #global-sender = 13013 smsbox-id = box1 log

RE: Regarding: How to Use SQLBox With BearerBox And SMSBox Properly

2014-10-17 Thread Rene Kluwen
Are you inserting the proper dlr_mask? From: users [mailto:users-boun...@kannel.org] On Behalf Of Aditya Khanna Sent: donderdag 16 oktober 2014 7:24 To: users@kannel.org; Aditya Khanna Subject: Regarding: How to Use SQLBox With BearerBox And SMSBox Properly Hello Everyone, I'm ne

Re: Regarding: How to Use SQLBox With BearerBox And SMSBox Properly

2014-10-16 Thread ha...@aeon.pk
#x27;m using Kannel as > SMS Gateway. > > First I was configuring Bearerbox and SMSBox for push messages to > connected SMPP server through HTTP. I was send each message to kannel using > HTTP Url. but It is failed when I'm sending Bulk SMS up to 50K to 100K. My > HTTP has

Regarding: How to Use SQLBox With BearerBox And SMSBox Properly

2014-10-15 Thread Aditya Khanna
*Hello Everyone,* I'm need of your help. Currently, I'm developing a Bulk SMS Application, So I'm using Kannel as SMS Gateway. First I was configuring Bearerbox and SMSBox for push messages to connected SMPP server through HTTP. I was send each message to kannel using HTTP Url. b

Regarding: How To Update DLR When Using SQLBox With Bearerbox And SMSBox

2014-10-15 Thread Aditya Khanna
*Hello Everyone,* When I'm sending each request to Kannel through HTTP Url, I'm getting dlr of each message. *Now, I'm using SQLBox with Bearerbox and SMSBox.* I'm successfully configure SQLBox with Bearerbox and SMSBox. But I'm facing some serious problems. They a

Re: HTTP Not Hitting To SMSBox

2014-07-27 Thread ha...@aeon.pk
nator.com (166.62.16.78). > > My Kannel Gateway is working on localhost (127.0.0.1) bearerbox at port > 13000 and smsbox at port 13001. > > When I'm sending SMS from send-url: > http://127.0.0.1:13013?username=test&password=test..&to=123456 > from HTTP application th

Re: HTTP Not Hitting To Kannel SMSBox

2014-07-27 Thread ha...@aeon.pk
I'm hosting my SMS Application on http://www.somedomain.com, > Kannel hosting on local server (127.0.0.1) > (Bearerbox at 13000 port and Smsbox at 13001 port) > send-url is http://127.0.0.1:13013/cgi-bin/sendsms?*parameters*"; > > Parameters are passed from HTTP form >

  1   2   3   4   5   6   7   >