search for: app_addon_sql_mysql

Displaying 20 results from an estimated 63 matches for "app_addon_sql_mysql".

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
2005 Jan 05
3
asterisk addson
Hello I am tying to install asterisk addson, but when i give make, it shows me following error messages: cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3 app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c:164: (...
2005 Jul 21
2
Problems installing asterisk-addons
Hello I have downloaded asterisk-addons but when I make install get: cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c 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 `del_identifier': app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql...
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 `del_identifier': app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c:164: (Each undeclared identifier is reported onl...
2009 Sep 11
0
asterisk addons don't compile using non standart prefix
...erisk-addons-1.6.1.1' make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1.1/channels' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/asterisk-addons-1.6.1.1/channels' make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1.1/apps' [CC] app_addon_sql_mysql.c -> app_addon_sql_mysql.o app_addon_sql_mysql.c:19:22: error: asterisk.h: No such file or directory app_addon_sql_mysql.c:31:27: error: asterisk/file.h: No such file or directory app_addon_sql_mysql.c:32:29: error: asterisk/logger.h: No such file or directory app_addon_sql_mysql.c:33:30: error:...
2005 May 10
1
asterisk-addon
Good day all I downloaded asterisk-addons to try and make asterisk log in the sql db but when I make a make install i get this error cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:162:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3 app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:162: error: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c...
2005 Jun 20
1
Compilation Problem with asterisk-addons
Hello, i have a little Problem with compiling asterisk-addons the failure is: 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 `del_identifier': app_addon_sql_mysql.c:164: error: ?SR_LIST_REMOVE' undecalred (first use in this function) app_addon_sql_mysql.c:164: error: (Each undeclared identifier is...
2005 Jul 05
3
Asterisk addons install problem
...n gmake[1]: Entering directory `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' rm -f *.o *.so *~ gmake[1]: Leaving directory `/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3' SIP# gmake ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/include/mysql `ls *.c` app_addon_sql_mysql.c:15:27: asterisk/file.h: No such file or directory app_addon_sql_mysql.c:16:29: asterisk/logger.h: No such file or directory app_addon_sql_mysql.c:17:30: asterisk/channel.h: No such file or directory app_addon_sql_mysql.c:18:26: asterisk/pbx.h: No such file or directory app_addon_sql_mysql.c:1...
2006 Oct 31
2
compilation problem with asterisk-addons
...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` app_addon_sql_mysql.c:25:27: asterisk/file.h: No such file or directory app_addon_sql_mysql.c:26:29: asterisk/logger.h: No such file or directory app_addon_sql_mysql.c:27:30: asterisk/channel.h: No such file or directory app_addon_sql_mysql.c:28:26: asterisk/pbx.h: No such file or directory app_addon_sql_mysql.c:29:29...
2008 Jan 21
1
asterisk-addons-1.6.0-beta1---Error
Hi, I'm trying to install asterisk-addons-1.6.0-beta1 on my machine. But getting following error during make: [root at Cancer asterisk-addons-1.6.0-beta1]# make make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.6.0-beta1' [CC] app_addon_sql_mysql.c -> app_addon_sql_mysql.o app_addon_sql_mysql.c: In function `aMYSQL_connect': app_addon_sql_mysql.c:266: error: `CLIENT_MULTI_STATEMENTS' undeclared (first use in this function) app_addon_sql_mysql.c:266: error: (Each undeclared identifier is reported only once app_addon_sql_mysql.c:26...
2007 Jun 21
7
asterisk 1.4.1 app_addon_sql_mysql
...****************** Asterisk-addons Module Selection ************************************* Press 'h' for help. XXX 1. app_addon_sql_mysql [*] 2. app_saycountpl XXX 3. cdr_addon_mysql [ ] 4. chan_ooh323 [*] 5....
2005 Jul 06
0
newbie asterisk-addons installation
good day all, my asterisk is working greatly.. and i want to put a billing.. but i have this error when i try 'make' [root@upm asterisk-addons-1.0.7]# make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -I/root/asterisk/include/ -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:165:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3 app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:165: `AST_LIST_REMOVE' undeclared (first use in this function) app_addon_sql_mysql.c:165: (...
2004 Nov 27
0
problems setting up cdr_addon_mysql
...-C format_mp3 clean make[1]: Entering directory `/usr/src/asterisk-addons/format_mp3' rm -f *.o *.so *~ make[1]: Leaving directory `/usr/src/asterisk-addons/format_mp3' rfadmin:/usr/src/asterisk-addons# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` app_addon_sql_mysql.c:15:27: asterisk/file.h: No such file or directory app_addon_sql_mysql.c:16:29: asterisk/logger.h: No such file or directory app_addon_sql_mysql.c:17:30: asterisk/channel.h: No such file or directory app_addon_sql_mysql.c:18:26: asterisk/pbx.h: No such file or directory app_addon_sql_mysql.c:19:29...
2004 May 28
3
Asterisk addons
Hi to all!! Is there another method to download asterisk addons??? Thanks.... F -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/8f1f7764/attachment.htm
2009 May 05
1
"Asterisk cmd MYSQL" app_addon_sql_mysql / performance ?
I was looking for a (http socket module / mysql module) not using AGI(perl/php/shell) for asterisk in order to do intensive database / web server interactions as needed without performance to much overhead. Is there a real benefit in using : "Asterisk cmd MYSQL" app_addon_sql_mysql , I see it require perl DBD so it is not using Mysql C API, then there must be an instance of the perl interpreter for every query ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090505/93e4cd67...
2003 Jul 18
5
cdr_mysql
Considering that I had a failure with compiling the latest version of asterisk because of cdr_mysql, I am going to assume that I need to have a copy of the mysql headers on the system in order to compile cdr_mysql.so. Does that sound correct? Kim C. Callis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 13
1
app_addon_sql_mysql.c:116 find_identifier
...;SIP/testcorp-0827e670", "Query resultid 19 DELETE FROM recordings WHERE file="xxx"") in new stack [May 13 16:00:39] -- Executing [s at macro-SDgeenopname:5] MYSQL("SIP/testcorp-0827e670", "*Clear 20*") in new stack [May 13 16:00:39] WARNING[4358]: app_addon_sql_mysql.c:116 find_identifier: Identifier 20, identifier_type 2 not found in identifier list [May 13 16:00:39] WARNING[4358]: app_addon_sql_mysql.c:355 aMYSQL_clear: Invalid result identifier 20 passed in aMYSQL_clear [May 13 16:00:39] -- Executing [s at macro-SDgeenopname:6] MYSQL("SIP/testco...
2005 Mar 18
2
Asterisk 1.0.7 Released
Hello everyone, Version 1.0.7 of Asterisk, Zaptel, libpri, and Asterisk-addons has now been released. Libpri and -addons have not changed, but have been updated anyway to keep the version numbers consistent. All of the tarballs are available on the ftp site. ftp://ftp.asterisk.org/pub/asterisk/ I have posted the ChangeLogs for easy viewing at the following address.
2005 Feb 02
6
problem in compiling asterisk-addons
there is a problem in compiling asterisk-addons any one have fixed this problem. i want res_config_mysql.so any one help me ----------------------------------------------------- [root@localhost asterisk-addons]# make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o res_config_mysql.o res_config_mysql.c res_config_mysql.c: In function `realtime_mysql':
2006 Jan 20
1
Calling MySQL 5 stored procedures from app_mysql
...;QUERY=SELECT f_1('100')") in new stack -- Executing MYSQL("IAX2/100-3", "Query resultid 1 SELECT f_1('100')") in new stack -- Executing MYSQL("IAX2/100-3", "Fetch fetchid 2 vm_active") in new stack Jan 21 00:26:15 WARNING[31631]: app_addon_sql_mysql.c:318 aMYSQL_fetch: ast_MYSQL_fetch: numFields=1 -- Executing NoOp("IAX2/100-3", "Voicemail active: 1") in new stack -- Executing MYSQL("IAX2/100-3", "Clear 2") in new stack -- Executing MYSQL("IAX2/100-3", "Disconnect 1") in n...