dlr storage with mysql

2009-09-16 Thread freeburn
if i use fakesmsc does the mysql database gets any entry in the specified fields? because my kannel runs without any warning and in the log i can see that connection with mysql is established. but when i looked through the database i havent seen any entry. is it ok? or there is a problem.

Re: dlr storage with mysql

2009-09-16 Thread Alejandro Guerrieri
Dlr records are only kept on the database while the messages are in transit. Once a message gets accepted/rejected (any final status) the record is removed from the DB. Hope it help, Alejandro On Wed, Sep 16, 2009 at 8:41 PM, freeburn hoss...@finder-lbs.com wrote: if i use fakesmsc does the

DLR: storage type 'mysql' is not supported!

2009-07-08 Thread abhishek jain
Hi friends, When i place the following line in group = core dlr-storage = mysql i get the following errror: 2009-07-08 16:44:54 [21654] [0] PANIC: DLR: storage type 'mysql' is not supported! Pl. advice, i have installed kannel via yum command, mysql and mysql-devel are installed on my sytem

Re: DLR: storage type 'mysql' is not supported!

2009-07-08 Thread abhishek jain
Hi, For info: i have kannel-1.4.1-2.el5.i386 and kannel-devel-1.4.1-2.el5.i386 Thanks abhi On Wed, Jul 8, 2009 at 4:44 PM, abhishek jainabhishek.netj...@gmail.com wrote: Hi friends, When i place the following line in group = core dlr-storage = mysql i get the following errror: 2009-07

RE: DLR: storage type 'mysql' is not supported!

2009-07-08 Thread Bashir Jahed
2009 01:17 PM To: users@kannel.org Subject: Re: DLR: storage type 'mysql' is not supported! Hi, For info: i have kannel-1.4.1-2.el5.i386 and kannel-devel-1.4.1-2.el5.i386 Thanks abhi On Wed, Jul 8, 2009 at 4:44 PM, abhishek jainabhishek.netj...@gmail.com wrote: Hi friends, When i place

DLR storage in MySQL

2006-08-29 Thread David Ritchie
We're storing DLRs in MySQL successfully but the DLRs aren't being deleted which seems at odds with other people's experience (i.e. http://www.kannel.org/pipermail/users/2006-August/000294.html) but makes sense, since often we include a dlr-mask value (e.g. 12) which result in multiple DLRs

Re: DLR storage in MySQL

2006-08-29 Thread Stipe Tolj
David Ritchie wrote: We're storing DLRs in MySQL successfully but the DLRs aren't being deleted which seems at odds with other people's experience (i.e. http://www.kannel.org/pipermail/users/2006-August/000294.html) but makes sense, since often we include a dlr-mask value (e.g. 12) which

Re: DLR storage in MySQL

2006-08-29 Thread Stipe Tolj
Vincent CHAVANIS wrote: We delete DLR after 2 months after their creations if they are still in our db. A simply SQL request would do that easily. @Vinc: this would be a perfect coding task for you: Implement the Kannel DLR cleaner thread that cleans entries uppon a specific time from the

DLR : storage type 'mysql' not supported

2006-04-28 Thread Jay
Guys,I am using MySQL 5.0Kannel version 1.4.0did this;./configure --with-mysql --with-mysql-dir=/usr/local/mysqlmakemake installa part of the ./configure output :Configuring DB support ...checking whether to compile with MySQL support... searchingchecking for mysql_config... (cached)

Re: DLR : storage type 'mysql' not supported

2006-04-26 Thread Sriram
Yes, for MySQL u need the latest CVS version. I recommend you try out with version 3.23 or so with kannel. it works for me Sriram - Original Message - From: Roman Yeryomin [EMAIL PROTECTED] To: users@kannel.org Sent: Tuesday, April 25, 2006 8:36 Subject: Re: DLR : storage type 'mysql

Re: DLR : storage type 'mysql' not supported

2006-04-26 Thread Willy
Sriram, Can you share to us the error message? Regards Willy - Original Message - From: Sriram [EMAIL PROTECTED] To: Roman Yeryomin [EMAIL PROTECTED]; users@kannel.org Sent: Wednesday, April 26, 2006 3:44 PM Subject: Re: DLR : storage type 'mysql' not supported Yes, for MySQL u need

RE: DLR : storage type 'mysql' not supported

2006-04-26 Thread Rayson Lee
@kannel.org Subject: DLR : storage type 'mysql' not supported Hi guys, I've read that most of the answer to my problem is to recompile kannel ./configure --with-mysql --with-mysql-dir=/usr/local/mysql make make install but still problem persists... is it possible that my mysql version (5.0

DLR : storage type 'mysql' not supported

2006-04-25 Thread Jay
Hi guys,I've read that most of the answer to my problem is to recompile kannel ./configure --with-mysql --with-mysql-dir=/usr/local/mysqlmakemake installbut still problem persists...is it possible that my mysql version (5.0) is not supported? ot is there a valid reason for this?help pls..thanks

Re: DLR : storage type 'mysql' not supported

2006-04-25 Thread Roman Yeryomin
On Tuesday 25 April 2006 17:35, Jay wrote:: Hi guys, I've read that most of the answer to my problem is to recompile kannel ./configure --with-mysql --with-mysql-dir=/usr/local/mysql make make install but still problem persists... is it possible that my mysql version (5.0) is not

RE: DLR : storage type 'mysql' not supported

2006-04-25 Thread Rene Kluwen
: storage type 'mysql' not supportedHi guys,I've read that most of the answer to my problem is to recompile kannel ./configure --with-mysql --with-mysql-dir=/usr/local/mysqlmakemake installbut still problem persists...is it possible that my mysql version (5.0) is not supported? ot

DLR storage type 'mysql' not supported?

2006-02-23 Thread Ngurah Bagus
Hi, I'm trying to set up a DLR storage using mysql, but when I put dlr-storage = mysql in group=core, I get 2006-02-24 11:50:06 [4800] [0] PANIC: DLR: storage type 'mysql' is not supported! Can anyone shed a light to this matter? Thanks! I wonder if my bearerbox is also outdated, like my

Re: DLR storage type 'mysql' not supported?

2006-02-23 Thread Ngurah Bagus
that Cheers Sriram - Original Message - From: Ngurah Bagus To: users@kannel.org Sent: Friday, February 24, 2006 10:20 Subject: DLR storage type 'mysql' not supported? Hi, I'm trying to set up a DLR storage using mysql, but when I put dlr-storage = mysql in group

Re: external dlr-storage to Mysql couldn't be set

2005-05-04 Thread Aarno Syvänen
Try newer version. There is a name conflict with mysql in older ones. Aarno On 2.5.2005, at 18.56, chouaieb ben Smail wrote: hi again, First of all, i'd like to thank you for your explanation and support, Mr Sadok, but the external dlr-storage (Mysql) isn't yet set when compiling since an other

external dlr-storage to Mysql couldn't be set

2005-05-02 Thread chouaieb ben Smail
hi, i'm asking about why i couldnt't use the external DLR storage (MySQL) in the core configuration, when i execute the bearerbox with the config-file indicating dlr-storage=mysql, the result is shown below: [EMAIL PROTECTED] gw]$ ./bearerbox -v 1 smstest.conf 2005-04-30 11:04:51 [6481] [0] INFO

Re : external dlr-storage to Mysql couldn't be set

2005-05-02 Thread Mohamed Sadok MOUHA
Hi, you may change source code of Kannel and recompile it. Just modify any occurence of list_delete by gw_list_delete (in gw/*.c *.h and gwlib/*.c *.h). @+ Sadok

external dlr-storage to Mysql couldn't be set

2005-05-02 Thread chouaieb ben Smail
hi again, First of all, i'd like to thank you for your explanation and support, Mr Sadok, but the external dlr-storage (Mysql) isn't yet set when compiling since an other error is generated (as you could see below) even after changing the occurence of list_delete to gw_list_delete

Re: external dlr-storage to Mysql couldn't be set

2005-05-02 Thread Alexander Malysh
Hi, just try latest cvs snapshot... Thanks, Alex chouaieb ben Smail schrieb: hi again, First of all, i'd like to thank you for your explanation and support, Mr Sadok, but the external dlr-storage (Mysql) isn't yet set when compiling since an other error is generated (as you could see below) even

Re: Kannel Panic using dlr-storage with mysql

2004-03-30 Thread tiago_mendonca
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ariee Sent: terça-feira, 30 de Março de 2004 2:43 To: [EMAIL PROTECTED] Subject: Fw: Kannel Panic using dlr-storage with mysql please recompile kannel and add this --with-dlr=mysql so your configure line will be like

Re: Kannel Panic using dlr-storage with mysql

2004-03-30 Thread Alejandro Guerrieri
-feira, 30 de Março de 2004 2:43 To: [EMAIL PROTECTED] Subject: Fw: Kannel Panic using dlr-storage with mysql please recompile kannel and add this --with-dlr=mysql so your configure line will be like this : ./configure --with-malloc=native --enable-start-stop-daemon=no --with-mysql =/usr/local