similar to: problems compiling asterisk-addons

Displaying 20 results from an estimated 1000 matches similar to: "problems compiling asterisk-addons"

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':
2005 Mar 22
2
Asterisk-addons/OS X woes
Hi, Know there has been numerous posts on the subject of asterisk-addons and OS X. We have other uses for MySQL on the machine so changing over to Postgres at this point (which apparently works for CDRs) is not really an option. Have also contemplated a cron job to simply poll the csv cdrs and insert them into MySQL. Messy but gets over the short term problem. Compilation problem does
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':
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:
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 Mar 02
1
Addons Make Problems! HELP!
Hi all, I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64. I have compiled and installed Asterisk 1.0.6 without any problems. When I try to make asterisk-addons-1.0.6 it say me: [root@server1 asterisk-addons-1.0.6]# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` make -C format_mp3 all make[1]: Entering directory
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
2005 Mar 19
2
Problem with asterisk-addons/OS X
Hi, Having all sorts of troubles getting mysql cdr support under OS X. Mysql, DBI and DBD all installed and running ok, privileges all set correctly (I think). Latest asterisk-addons checked out of cvs. Keep getting error on make install (implies gcc doesn't support -shared linking, which is wierd): Anyone got mysql cdr support running on OS X? Cheers Rob
2007 Jun 30
1
FW: fail to load modules
Hi, Does Asterisk_addons_1.4.2 cant be use in the new Asterisk release or no one really want to share their experiences? Since this project is belonging to everyone within this list, why still no one really want to share the experiences and to growth the Asterisk to the next level by keeping their secret in behind. As see, Asterisk 1.4 has so many feature improvements, and it's
2006 May 30
5
Compiling Asterisk-addons
Did the following: svn checkout http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel svn checkout http://svn.digium.com/svn/libpri/trunk libpri Compiled and installed zaptel, libpri, asterisk and finally asterisk-addons. Following errors ocurrs when compiling
2007 Jun 28
2
fail to load modules
Hi all, I am a bit out with the Asterisk 1.4.4, after I complied and installed the Asterisk and I got such error messages [Jun 28 16:56:19] WARNING[28625] res_smdi.c: No SMDI interfaces are available to listen on, not starting SDMI listener. [Jun 28 16:56:19] WARNING[28625] loader.c: Error loading module 'chan_ooh323.so': /usr/lib/asterisk/modules/chan_ooh323.so: undefined symbol:
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`
2007 Jun 21
7
asterisk 1.4.1 app_addon_sql_mysql
when I enter asterisk-addons-1.4.1 and make menuselect ************************************* Asterisk-addons Module Selection ************************************* Press 'h' for help. XXX 1. app_addon_sql_mysql
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!?!
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
2008 Mar 25
1
Have problem with realtime sql
Hi, I am having a strange problem with attempting to get voicemail-to-mysql to work. The biggest problem is that I am not able to store voicemail into database. So, I followed the instructor found on the web: Updated the /usr/src/asterisk/apps/Makefile to have USE_MYSQL_VM_INTERFACE=1 and recompiled asterisk, with make clean; make; make install (By the way, is it necessary to update the Makefile
2007 Jul 18
1
Issue in insatlling addons-1.4.2
Hi, I'm using Asterisk-1.4.7.1. Everything was working fine. Now I'm trying to Install Asterisk-addons-1.4.2. The procedure I followed is as... # cd asterisk-addons-1.4.2 #./configure #make menuselect #make #make install Everything is going fine except make install. I've tried many times, but the same error I'm gettiing--- The error is--- asterisk-addons-1.4.2]# make install
2005 Mar 01
0
Addons compile errors
Hi all, I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64. I have compiled and installed Asterisk 1.0.6 without any problems. When I try to make asterisk-addons-1.0.6 it say me: [root@server1 asterisk-addons-1.0.6]# make ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` make -C format_mp3 all make[1]: Entering directory
2005 Mar 25
1
asterisk-addons and 64bit make
Hi all, I have an Athlon 64 server with Fedora Core 2 x86_64. When I try to make asterisk-addons-1.0.7 (and olders) it can't and it say me [root@server1 asterisk-addons-1.0.7]# make install ./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c` make -C format_mp3 all make[1]: Entering directory `/usr/src/asterisk-addons-1.0.7/format_mp3' gcc -pipe -Wall