similar to: Asterisk addons

Displaying 20 results from an estimated 700 matches similar to: "Asterisk addons"

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
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
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
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':
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
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 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
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
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
2004 May 28
1
Fw: Asterisk and MySQL
Hi! It's all ok with CVS login...I download asterisk-addons. I would try to store sip friends in MySQL database and also the voicemail....can you help me??? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/92a56a25/attachment.htm
2006 Jan 21
3
cvs asterisk compile failed (newer libpri)
I used: cvs checkout zaptel libpri asterisk asterisk-addons asterisk-sounds iaxyprov astcc and in the same order I try to compile it. Asterisk ends with the lines below. It complains of a newer libpri, but I just did it a step before! What do I miss? chan_zap.c:62:2: #error "You need newer libpri" chan_zap.c:128: error: parse error before '<<' token chan_zap.c:133:1:
2008 Jan 18
3
Accessing a MySQL database and using the same db for cdr
Hi guys, Does someone use a mysql database for accessing data and in the same time for storing cdr ? if that is the case, which module is used ? thanks -- Cyril SCETBON
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
2004 May 26
7
PostgreSQL
Hi to all!! Here's my problem: [cdr_pgsql.so] => (PostgreSQL CDR Backend) == Parsing '/etc/asterisk/cdr_pgsql.conf': Found May 26 17:21:35 ERROR[16384]: cdr_pgsql.c:298 my_load_module: cdr_pgsql: Unable to connect to database server localhost. Calls will not be logged! May 26 17:21:35 ERROR[16384]: cdr_pgsql.c:299 my_load_module: cdr_pgsql: Reason: could not connect to server:
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
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 Apr 03
1
RE: Asterisk-Addon-1.4.0 MySQL module
I still can't figure out why res_config_mysql module not showing up with many attempt. Anyone have any idea on this? checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... yes configure: creating ./config.status config.status: creating build_tools/menuselect-deps config.status: creating makeopts Sincerely, K -----Original Message----- From: KC
2004 Aug 23
1
Problem with asterisk and postgresql
Hi Every one and Fabio Donaggio Fabio Donaggio you have faced same type of problem with postgresql with asterisk. Did you solved your problem. Please help me. The problem is as follows: When i reload the asterisk I had got this error "== Parsing '/etc/asterisk/cdr_pgsql.conf': Found Aug 23 14:22:33 ERROR[1076245120]: cdr_pgsql.c:299 my_load_module: cdr_pgsql: Unable to connect