similar to: Cdr_addon_mysql.c compile problem.

Displaying 20 results from an estimated 120 matches similar to: "Cdr_addon_mysql.c compile problem."

2004 Jun 17
3
asterisk-addons compilation error
Folks I am getting the following error as of today after updating both asterisk and asterisk-addons. These are both under /usr/src. Any ideas? dora-debian:/usr/local/src/asterisk-addons# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
2004 Jun 18
2
cdr_addon_mysql compiling error
I'm trying to compile cdr_addon_mysql but keep getting this error. Again, searching the Wiki and the mailing list archive didn't bring up anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to switch back to 3.23? # make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names
2004 Jun 24
1
Asterisk Manager Commands - Timeout
Hi everyone, I am trying to generate calls from the asterisk manager. I am using perl and Socket.pm the "Originate: Zap/g1/$phonenumber\r\n" command I send works without any problem if I leave the "Timeout: $timeout\r\n" line out, however with the Timeout line in I get some very odd behaviour. I have searched the internet for ages and cannot find any useful information on
2004 Jun 21
0
R: Re: cdr_addon_mysql compiling error
Thanks for the tip, but adding the CFLAGS directive doesn't work either, same error message. I'll try to have a look in -dev, but if anyone comes up with a solution, a reply would be appreciated. -Manuel -----Messaggio originale----- Da: Luckcuck Nick-LCKN001 [mailto:LCKN001@motorola.com] Inviato: lunedì, 21. giugno 2004 13:52 A: asterisk-users@lists.digium.com Oggetto: RE:
2004 Jun 30
1
asterisk-addons unable to compile
Hello, I know that there was a previous posting regarding this in which the addition of: CFLAGS+=-I../asterisk/include fixed the problem, but I have tried that and am still getting the following when trying to run make: ./mkdep -fPIC -I../asterisk/include/asterisk -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk/include/asterisk -I../asterisk -D_GNU_SOURCE
2009 Jan 05
1
cdr_addon_mysql 'Failed to insert into database' stops * call processing
Hi All, I have some Asterisk 1.2 servers using the cdr_mysql addon (1.2.3) spitting cdr's over to a MySQL database on another server. All is working well except for a strange problem I ran into this morning. During some cdr database maintenance, the cdr table was locked for a few minutes, during this condition all the Asterisk servers stopped processing calls and reported this error: Jan 5
2007 Feb 15
0
addons 1.4 and cdr_addon_mysql not installed !
So, after reading this, I wonder if anyone has 1.4 and MySQL working... Is there a non-standard version I can download? more /usr/src/asterisk-1.4.0/doc/mysql.txt MYSQL LICENSING UPDATE ====================== We were recently contacted by MySQL and informed that the MySQL client libraries are now under GPL license and not LGPL license as before. Since Asterisk does allow exceptions to GPL,
2007 Oct 16
0
AST-2007-023 - SQL Injection Vulnerability in cdr_addon_mysql
Asterisk Project Security Advisory - AST-2007-023 +------------------------------------------------------------------------+ | Product | Asterisk-Addons | |--------------------+---------------------------------------------------| | Summary | SQL Injection Vulnerability in cdr_addon_mysql |
2007 Oct 16
0
AST-2007-023 - SQL Injection Vulnerability in cdr_addon_mysql
Asterisk Project Security Advisory - AST-2007-023 +------------------------------------------------------------------------+ | Product | Asterisk-Addons | |--------------------+---------------------------------------------------| | Summary | SQL Injection Vulnerability in cdr_addon_mysql |
2004 Jan 28
1
cdr_addon_mysql compile error
Having some trouble building cdr_addon_mysql. I've installed mysql and mysql-dev and all related rpms on a RH9 box. The box is up and running *. I've checked out the asterisk-addons but at "make install", I receive the following error: ./mkdep -fPIC -I../asterisk -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk -I/usr/include/mysql -c -o cdr_addon_mysql.o
2006 Oct 11
1
cdr_addon_mysql.c - Asterisk 1.4 - Asterisk Addons
Hi guys, I've been installing Asterisk 1.4 with Asterisk addons, and i could notice that in /usr/lib/asterisk/modules/ doesn't have cdr_addon_mysql.so even after compiling Asterisk Addons! In fact the cdr_addon_mysql.c exists, but it doesn't seems to be compile when i run Asterisk-Addons: make && make install Any one can help me on this? -- best regards Marco Mouta
2006 Dec 26
1
cdr_addon_mysql.so did not register itself during load
I've loaded Asterisk 1.4 with the addons 1.4, libpri 1.4 and Zaptel 1.4 as well. I can place calls but I noticed the MySQL was writing out to the database. When doing an Asterisk load with asterisk -vvvv I saw the following: [Dec 26 11:02:08] WARNING[10029]: loader.c:375 load_dynamic_module: Module 'cdr_addon_mysql.so' did not register its [Dec 26 11:02:08] WARNING[10029]:
2006 Dec 27
0
cdr_addon_mysql.so did not register itself duringload
Well the addons from 1.4 are installed. This original Asterisk 1.2.x box was created by my predecessor and he had the cdr_addon_mysql.so and res_config_mysql.so files on a server that we copied to any new installation. I'm not sure where he got these files. As far as I can tell shouldn't the install of the addons create these files? If not where do I get them from? I've done a search
2006 Dec 28
0
cdr_addon_mysql.so did not register itselfduringload
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Savoy, Kevin - Williston, ND > Sent: Thursday, December 28, 2006 12:20 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: FW: [asterisk-users] cdr_addon_mysql.so did not > register itselfduringload >
2007 Jan 05
1
addons 1.4 and cdr_addon_mysql not installed !
Hi, I have installed asterisk on Ubuntu 6.06 server CD All required packages has been installed and upgraded When start "sudo make menuselect" from addons, I can't select all addons that require mysqlclient (app_addon_sql_mysql, cdr_addon_mysql, res_config_mysql). If I run "apt-cache search mysqlclient", I find the following installed packages: libmysqlclient15-dev
2007 Jul 18
1
cdr_addon_mysql.so is not created
I'm trying to add MySQL CDR recording in Asterisk 1.4.6 I'm following the instructions posted here: http://www.voip-info.org/wiki-Asterisk+cdr+mysql but after running make, the cdr_addon_mysql.so is not created. I don't get any compile errors. In fact it just seems to skip the compile altogther: I saw somewhere that one should comment out: #include <asterisk.h> in
2008 Nov 28
0
[SPAM] - Re: FW: cdr_addon_mysql.so did notregister itselfduringload - Email found in subject
Did you install the MySQL libraries? Debian's command is - apt-get install libmysqlclient15-dev Andy -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthias Urlichs Sent: 27 November 2008 16:05 To: asterisk-users at lists.digium.com Subject: [SPAM] - Re: [asterisk-users] FW: cdr_addon_mysql.so did
2010 May 13
1
Error at start of asterisk with cdr_addon_mysql.o
Hi all, I use asterisk-1.6.2.7 and asterisk addon version 1.6.2.1. It started ok with out cdr_addon_mysql.o. But when I put cdr_addon_mysql.o in to modules folder, it fail at start and the following out has been thrown: ---------- [root at localhost modules]# /usr/sbin/safe_asterisk: line 145: 13270 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTBINDIR}/asterisk -f ${CLIARGS}
2006 Dec 28
2
FW: cdr_addon_mysql.so did not register itselfduringload
Ok so something is missing. I get the below for those two lines. checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... no I even installed the mysql-devel as Bradley Watkins suggested and still it says no. What do I need to make that say yes? Thanks -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2004 Nov 27
0
problems setting up cdr_addon_mysql
Im trying to add mysql billing to my * box, running *1.0.2 on Debian I follow the instructions at http://www.voip-info.org/wiki-Asterisk+cdr+mysql and download the asterisk-addons via cvs When I get to the "make" part, the errors I get indicate a path somewhere is wrong. I can't for the life of me work out exactly where it is. Any help would be muchly appreciated!?!