similar to: Asterisk-addons 1.2.8 and 1.4.4 released

Displaying 20 results from an estimated 20000 matches similar to: "Asterisk-addons 1.2.8 and 1.4.4 released"

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 Jun 14
0
compile error with asterisk-addons
I try to install asterisk-addons but I get an error. Who can help me? Is my MySQL not complete or do I have another problem? root@unitedsecure asterisk-addons]# make install 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 (without types) in function declaration cdr_addon_mysql.c:50: warning:
2005 Jun 03
0
Installation of Asterisk addons 1.0.7 fails (longish)
Good morning! Sorry if this gets posted twice, I tried via NNTP before, and it didn't seem to work. After having downloaded the tarball for Asterisk addons via FTP from ftp.asterisk.org I am trying to install it following the instructions on http://www.voip-info.org/wiki-Asterisk+addon+asterisk-addons, so far without success. Could somebody maybe advise where I am taking the wrong path?
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
Hi, Using Zack's -shared replacement posted earlier, addons now compiles. For some reason though, when trying to load it cannot find cdr_mysql.conf even though it's in the /etc/asterisk directory as it should be. Anyone with any ideas? There's still references to _i386 files that are probably incorrect as well. Thanks Rob console messages: apsvr1*CLI> reload Mar 23
2006 Oct 31
2
compilation problem with asterisk-addons
Hi, Trying to compile asterisk-addons 1.2.5 on Centos 4.4 produces this: Note: MySQL libraries are installed and the structure is as follows: /usr/src/astsources/asterisk-1.2.13 /usr/src/astsources/asterisk-addons-1.2.5 in /usr/src/astsources/asterisk-addons-1.2.5 I do: make clean make and the output is: ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
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
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
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
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,
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
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 Jun 09
0
asterisk-addons mysql
I just downloaded the latest *CVS onto a freshly installed Redhat 9 system, and I noticed that the compile of asterisk-addons fails as follows: # make clean ; make install rm -f *.so *.o .depend ./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 cdr_addon_mysql.c:50:
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
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
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
2011 May 02
1
Asterisk repository: asterisk14-addons-mysql
Hello, We have chosen to upgrade our Trixbox installations (2.6.2.3, asterisk 1.4.20) and everything work smooth. The problem we face now is that asterisk14-addons-mysql looks to have not been compiled with uniqueID feature and we are asking your opinion about what should be the best fix for this problem. Our workarround was to overwrite (from backup) the cdr_addon_mysql.so module, but this is
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 May 21
0
Asterisk-Addons 1.6.0.2 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk-Addons 1.6.0.2. Asterisk-Addons 1.6.0.2 is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ This release resolves a potential crash issue in the ooh323 channel driver, and resolves a couple of minor issues with cdr_addon_mysql. For a summary of the changes in this release, please