Kannel Issues - Queued for Later Delivery

2012-11-27 Thread Sarfaraz Jamal
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 -

RE: Kannel Start/Stop Restart Script

2013-01-12 Thread Sarfaraz Jamal
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

2013-05-02 Thread Sarfaraz Jamal
Unsubscribe Sas

gsm phones questions on redhat 4

2007-07-30 Thread Sarfaraz Jamal
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

Re: send arabic sms

2007-08-23 Thread Sarfaraz Jamal
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

Question about MYSQL Support

2007-08-31 Thread Sarfaraz Jamal
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

MySQL Dependencies Problem on CYGWIN?

2007-08-31 Thread Sarfaraz Jamal
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

Delivery Report Question

2007-09-03 Thread Sarfaraz Jamal
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

Starting Stopping Kannel through Daemons?

2007-09-09 Thread Sarfaraz Jamal
-- 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

Setting up Kannel as a Daemon

2007-11-11 Thread Sarfaraz Jamal
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