Displaying 20 results from an estimated 1000 matches similar to: "problems setting up cdr_addon_mysql"
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 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 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 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
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
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
2006 Jan 27
0
Re: Asterisk-Users Digest, Vol 18, Issue 181
Hi Dan -
> Got this warning when upgrading to 1.2.3 even when using the most
> current asterisk-addons and even svn asterisk-addons.
>
> WARNING WARNING WARNING
>
> Your Asterisk modules directory, located at
> /usr/lib/asterisk/modules
> contains modules that were not installed by this
> version of Asterisk. Please ensure that these
> modules are compatible
2007 Jul 12
0
No subject
CLI>realtime mysql status
Connected to asterisk at 127.0.0.1, port 3306 with username askuser for 1
minutes, 34 seconds.
Thank you very much for your kind attentino. You help is greatly
appreciated.
Thanks,
Mark
------=_NextPart_000_05AD_01C88E72.41751FF0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC
2005 Jun 18
3
FATAL: Error running install command for wctdm
I got a new motherboard and upgraded Asterisk, ... However, I am not
lucky enough to get it running again.
To compile went ok, besides this remark at the end of asterisk:
WARNING WARNING WARNING
Your Asterisk modules directory, located at
/usr/lib/asterisk/modules
contains modules that were not installed by this
version of Asterisk. Please ensure that these
modules are compatible with
2005 Mar 05
2
Getting asterisk-addons installed on Debian?
Hi,
I am having some trouble installing asterisk addons on Debian. I wish to do
this to use mysql billing.
I have mysql and mysql-devel packages installed I think!?
pbx01:/usr/src/asterisk-addons# dpkg -l mysql-server libmysqlclient*dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/
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
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
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 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 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':
2010 Feb 26
0
realtime modules not load ?
hi, all
i want to try realtime function. but after i install the adds-on . i
cant see the realtime modules have been loaded.
modules exist here:
[root at localhost modules]# ls *mysql*
app_addon_sql_mysql.so cdr_addon_mysql.so res_config_mysql.so
and i can't find the modules
*CLI> module show like sql
Module Description
Use Count
0 modules loaded
what should
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
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi,
I need help with modifying cdr_addon_mysql.c I want to have more
fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c
and replace userfield with ex team (sed -e 's/userfield/team/g' ). When
I try to recomplie
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.