Re: validity period

2006-09-20 Thread Jyothi rao
does anyone know how it should be used ??On 9/12/06, Jyothi rao [EMAIL PROTECTED] wrote: has anybody used the validity period ?? On 9/2/06, Jyothi rao [EMAIL PROTECTED] wrote: Hi, I have read about the validity period in kannel user guide and tested it for validityperiod=1 in the smsc group.

Re: DB error

2006-09-20 Thread Patrick Okui
Looks like a bug in kannel, but I'm not sure. In general, always keep the list CC'ed when you post. On Thursday 21 September 2006 02:54, Mirza Aamir Raza Khan wrote: Thanks a lot Patrick for your quick response, I installed -dev package for MySQL and it is done, Now facing below error when I

Re: udh record

2006-09-20 Thread Alex Kinch
I've used this in the past to clean up Kannels UDH into something more normal: function cleanudh($udh) { $udh = urlencode($udh); $udh = str_replace(%,,$udh); return($udh); } On 9/20/06, Boardmain [EMAIL PROTECTED] wrote: Hi, why in my php script im not able to get

Re: validity period

2006-09-20 Thread Rodrigo Cremaschi
Does your operator support this parameter? On 9/20/06, Jyothi rao [EMAIL PROTECTED] wrote: does anyone know how it should be used ?? On 9/12/06, Jyothi rao [EMAIL PROTECTED] wrote: has anybody used the validity period ?? On 9/2/06, Jyothi rao [EMAIL PROTECTED] wrote: Hi, I have

R: udh record

2006-09-20 Thread Boardmain
Perfect , it work... u are able to recive crrectly long messages? (u have a script ho take all parts into one big sms?) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Alex Kinch Inviato: mercoledì 20 settembre 2006 15.44 A: Boardmain Cc:

Re: R: udh record

2006-09-20 Thread Alex Kinch
Well.. there's a patch (hopefully) about to be added to CVS that will automatically re-join concatenated messages and then pass them in one piece to your PHP script. It's been talked about on the kannel-devel list, see http://www.mail-archive.com/devel@kannel.org/msg06211.html On 9/20/06,

Building PostgreSQL support on NetBSD

2006-09-20 Thread Jeff Tupholme
Hi, I am trying to build Kannel on NetBSD 2.0.2 with PostgreSQL support for DLR storage. I am using the pkgsrc system and by default Kannel 1.4 builds and works successfully but without any database support enabled. When I try to rebuild and add Postgres support, using --with-pgsql,

Ramdom strange characters in the MO-SMS

2006-09-20 Thread hapanimeli
Hello there, I tried to look for a similar case in the forum but couldn't find one. I'm using Kannel 1.3.2 for delivering my SMS alerts and services. For some unknown reason, sometimes I get text messages with some weird characters in between letters. For example, if the body of the MO-SMS sent

Re: Ramdom strange characters in the MO-SMS

2006-09-20 Thread Rodrigo Cremaschi
Hello Hapa, 1.3.2? (Why is this version still available? Why the site still states This section contains the latest development release version, version 1.3.2.?) Please, try latest CVS version from http://www.kannel.org/download/kannel-snapshot.tar.gz or at least 1.4.0-stable

Re: Ramdom strange characters in the MO-SMS

2006-09-20 Thread hapanimeli
Hi Rodrigo Thanks. The problem is that one of my agregators only support that version of Kannel H. Rodrigo Cremaschi wrote: Hello Hapa, 1.3.2? (Why is this version still available? Why the site still states This section contains the latest development release version, version

Re: Re: ringtone : a simple tutorial

2006-09-20 Thread Fourat Zouari
Alejandro, can you share your code snippet ?thanksOn 9/20/06, Alejandro Guerrieri [EMAIL PROTECTED] wrote:You have 2 options:1. Use Kannel's PPG to compile the wap-push. Kannel does all the magic, though many people seems to have problems getting it to workright (me included).2. Compile the

Clickatell SMPP API Kannel

2006-09-20 Thread Dindaine johan
Has someone already configured kannel with clickatell SMPP API. it has been 3 days that I try to configure it. Please help me or explain this configuration.

Re: Clickatell SMPP API Kannel

2006-09-20 Thread Stipe Tolj
Dindaine johan wrote: Has someone already configured kannel with clickatell SMPP API. it has been 3 days that I try to configure it. yep, Clickatell uses some fancy SMPP v3.4 optonal fields for various things, but Kannel should be able to deal with them if interface version 3.3 is used. See

reply to a short message

2006-09-20 Thread rrodenbe
I'm new to kannel so I have a couple of doubts. I'm connected to an operator and I'm able to send and receive messages. The operator is using SMPP and first tests are working ok. So I've read the docs but I'm not sure about: a) how I know mysql-dlr system is really working. As docs indicates I've

Make Install Error

2006-09-20 Thread Mirza Aamir Raza Khan
 Dear Patrick ./configure command runs sucessful but make command shows this error, how to resolve this? Can anyone please help me out? /usr/include/openssl/ssl.h:915: `debug' redeclared as different kind of symbolgwlib/log.h:114: previous declaration of