Displaying 20 results from an estimated 10000 matches similar to: "cdr_addon_mysql.c - Asterisk 1.4 - Asterisk Addons"
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
2004 Jun 11
2
cdr_addon_mysql.c
Following the latest * CVS update, my MySQL was broken.
Following the update, Asterisk-addons would compile fine, but when I ran
asterisk I got the following error:
ERROR[1202489024]: cdr_addon_mysql.c:203 mysql_log: Failed to insert
into databas
I then tried using the patch (bug id 0001823) from bugs.digium.com, and
found that Asterisk-addons would no longer compile, giving me the
following
2006 Dec 28
1
FW: cdr_addon_mysql.so did not register itself duringload
So no one else is having issues with MySQL and 1.4? I'm the only one?
-----Original Message-----
From: Savoy, Kevin - Williston, ND
Sent: Wednesday, December 27, 2006 2:09 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [asterisk-users] cdr_addon_mysql.so did not register itself
duringload
Well the addons from 1.4 are installed. This original Asterisk
2005 Jul 05
3
Asterisk addons install problem
Hi there:
I have successfully installed the Asterisk 1.0.9 on my Freebsd 5.4
box. When I tend to install the addon for mysql CDR billing, It always
return me the following errors:
SIP# gmake clean
rm -f *.so *.o .depend
gmake -C format_mp3 clean
gmake[1]: Entering directory
`/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3'
rm -f *.o *.so *~
gmake[1]: Leaving directory
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
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi,
I need help with modifying cdr_addon_mysql.c I want to have more
fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c
and replace userfield with ex team (sed -e 's/userfield/team/g' ). When
I try to recomplie
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
2004 Jun 27
1
asterisk addon mysql
hi,
ive read through the last few posts with people having problems compiling the
asterisk-addons for mysql support, and none of them have helped me resolve my
compile problem. I currently have -- CVS-06/24/04-22:20:31 and downloaded
asterisk-addons.
I compiled * first then asterisk-addons, have added
CFLAGS+=-I../asterisk/include
When I try to make install for asterisk-addons i get
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
2004 Jun 21
1
R: Re: 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
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 Jul 13
3
asterisk-addons compilation "error: dereferencing pointer to incomplete type"
I am having trouble getting asterisk-addons 1.4.2 to compile (after a
successful configure). Asterisk itself (and AsteriskGUI) compile fine.
I get:
cdr_addon_mysql.c: In function `handle_cdr_mysql_status':
cdr_addon_mysql.c:91: error: dereferencing pointer to incomplete type
cdr_addon_mysql.c:93: error: dereferencing pointer to incomplete type
cdr_addon_mysql.c:95: error: dereferencing
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
2005 Jun 29
1
Can't build cdr_addon_mysql.
I have been unable to build cdr_addon_mysql from asterisk-addons-1.09.
Could it be a mysql4 issue
[root@server9 asterisk-addons-1.0.9]# make cdr_addon_mysql
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:24:22: asterisk.h: No such file or directory
I have MySQL devel
# ls /usr/include/mysql/
total 404
drwxr-xr-x 2
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me?
I did the CVS checkout and then compiled asterisk
Then I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function
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]:
2005 May 17
2
Compile Error - MySql addon
When compiling asterisk-addons I get the following error. Anyone got any
idea's ?, any help would be appreciated.
make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3'
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
cc -shared -Xlinker -x -o cdr_addon_mysql.so
cdr_addon_mysql.o -lmysqlclient -lz -L/usr/lib/mysql
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 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
2005 Mar 14
3
asterisk-addons OS X
Has anyone had any luck getting the addon's to compile
under OS X? I have been able to get 1.06 to build and
run great, but I really want to get the
cdr_addon_mysql.so to enable mysql writing.
When I try to compile I get a bunch of Undefined
symbols and I have tried adding everything to my path.
I've got mysql_devel, etc.
I have posted this to the Mac Asterisk mailing list
about a week
2005 Jan 29
2
problem in compiling asterisk addon
i have problem in compiling asterisk-addons 1.0.1
---------------------------------------------------------
[root@kamran asterisk-addons-1.0.1]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/local/mysql/include -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
../asterisk: Not a directory
make: *** [cdr_addon_mysql.o] Error 1
---------------------------------------------------------
i want to