We are using version 1.4.3 -
When we first start kannel and connect to the SMPP provider we are able to
send messages.
Later on in the day when we try to send sms messages it says Queued for
Later Delivery, but we never get the message -
The status shows that is connected to the smsc -
Here is a script we use for restarting kannel:
#!/bin/sh
clear
echo Restarting the process, please allow 15 seconds...
kill -9 $(/sbin/pidof smsbox)
kill -9 $(/sbin/pidof bearerbox)
cd /opt/gw
sleep 5
nohup ./bearerbox -v 1 > bearerbox.log &
sleep 5
nohup ./smsbox -v 1 > smsbox.log &
cd /root
clea
Unsubscribe
Sas
Hi guys,
Our company is setting up kannel and we want to test it as a proof of
concept with a GSM Phone, and we need to have a demo running as soon as
possible (Deadline is a few hours to be honest)
This is my first time getting a cell phone / gsm phone running on Linux, And
we are running latest
Hi guys,
We are struggling with this a lot, and we hope to have our service launched
before the Arab Ramadhan Season.
It must be something simple, we are generating a URL to send to SENDSMS, and
the text seems to get messed up . we are encoding it, etc. in php but the
arabic text turns into nothi
Hi
We are installing kannel on windows, and wish to use a MYSQL Server on
another server (not the localhost)
Do we still need to configure with --with-mysql, and --with-mysql-dir?
Also, if we do need to install mysql, should we do a cygwin compile or a
windows binary of mysql? (and whats the dif
I installed MYSQL 5 with the --without-server option:
And the configure option ran successfully with kannel,
but when I run make, i get this error:
gw/dlr_mysql.c:74:25: mysql/mysql.h: No such file or directory
gw/dlr_mysql.c:109: error: parse error before '*' token
gw/dlr_mysql.c: In function `m
We are building our software which will use Kannel to send sms's
A Scneario we are struggling to grasp currently is this:
1. When an SMS is sent, we want to know the status of it (delivered, or not,
delayed, etc.) -
So we will look at the DLR that is generated from sending the SMS.
The DLR, sch
-- Forwarded message --
From: Sarfaraz Jamal <[EMAIL PROTECTED]>
Date: Sep 9, 2007 8:13 PM
Subject: Starting Stopping Kannel through Daemons?
To: "users@kannel.org"
Hi guys,
We are primarily a windows shop but can get our way around linux as needed
=)
So far kan
Hi guys,
Earlier I asked on this thread:
http://www.mail-archive.com/users@kannel.org/msg10798.html
If we could set kannel up a daemon.
I know it has the option to be compiled as a daemon,
Besides that, and the start up script - what has to be done to ensure that
we can run it as a daemon?
Also
10 matches
Mail list logo