Displaying 10 results from an estimated 10 matches for "ast_list_remove".
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 only
once
app_addon_sql_mysql.c:164: for...
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: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: for ea...
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.c:164: error: (Each undeclared identifier is reported only once
app_addon_sql_mys...
2005 Oct 05
1
"AST_LIST_REMOVE" passed 4 arguments but takes just 3
I have seen this error all over the net as a problem with the cvs head of
asterisk-addons back in January. But I checked out the code TODAY and I am
still getting this error. Has anyone else seen/fixed this when trying to
compile asterisk-addons out of the CVS head? I also got the same error when
I downloaded the tar.gz.
HELP!
-------------- next part --------------
An HTML attachment was
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:162: error: (Each undeclared identifier is
reported only once
app_addon_sql_mysql...
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 reported only once
app_addon_sql_mysq...
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 Jul 06
0
newbie asterisk-addons installation
...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: (Each undeclared identifier
is reported only once
app_addon_sql_mysql.c:165: for ea...
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:
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':