[asterisk-users] Asterisk CDR MySQL

2007-02-20 Thread Mike Hammett
I'm attempting to setup Asterisk 1.4.0 CDRs to use MySQL. Modules show like cdr_mysql.so tells me it is loaded. Reload cdr with MySQL started or stopped makes no difference in the errors. Ideas? ___ --Bandwidth and Colocation prov

[Asterisk-Users] Asterisk CDR - Mysql

2005-05-02 Thread Callum McGillivray
Hi All, We have configured our Asterisk Server (CVS Head) to use mysql for CDR's, following the guidelines located at http://www.voip-info.org/wiki-Asterisk+cdr+mysql . When Asterisk starts up there are no errors, when we make a call there are no errors, however I am not seeing records in the d

[Asterisk-Users] Asterisk cdr mysql

2005-11-27 Thread Abdul Lateef Khan
Hi all, Did anyone installed asterisk-addons successfull? Becuase i am getting some error in installation. Error: cdr_addon_mysql.c: In function `my_load_module': cdr_addon_mysql.c:292: warning: assignment makes pointer from integer without a cast cc -shared -Xlinker -x -o cdr_addon_mysql.so cdr

Re: [asterisk-users] Asterisk CDR MySQL

2007-02-20 Thread Goke Aruna
Mike Hammett wrote: > > I’m attempting to setup Asterisk 1.4.0 CDRs to use MySQL. > > Modules show like cdr_mysql.so tells me it is loaded. > > Reload cdr with MySQL started or stopped makes no difference in the > errors. > > Ideas? > > --

Re: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-02 Thread Matthew Boehm
What is in your debug log? It will show the exact SQL that is being executed. -Matthew > From: Callum McGillivray <[EMAIL PROTECTED]> > Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion > > Date: Tue, 03 May 2005 11:35:52 +1000 > To: > Subject: [Aste

Re: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-02 Thread Callum McGillivray
What is in your debug log? It will show the exact SQL that is being executed. -Matthew From: Callum McGillivray <[EMAIL PROTECTED]> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion Date: Tue, 03 May 2005 11:35:52 +1000 To: Subject: [Asterisk-Users] Asterisk CDR

Re: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-02 Thread Matthew Boehm
t; yes in your modules.conf? -Matthew > From: Callum McGillivray <[EMAIL PROTECTED]> > Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion > > Date: Tue, 03 May 2005 12:03:17 +1000 > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subjec

RE: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-04 Thread Rick Baranowski
at_mp3.so ; do install -m 755 $x /usr/lib/asterisk/modules ; done [EMAIL PROTECTED] asterisk-addons]# -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Boehm Sent: Monday, May 02, 2005 7:03 PM To: Asterisk Users Subject: Re: [Asterisk-Users] Asterisk

Re: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-04 Thread Matthew Boehm
k-addons/format_mp3' > for x in format_mp3/format_mp3.so ; do install -m 755 $x > /usr/lib/asterisk/modules ; done > [EMAIL PROTECTED] asterisk-addons]# > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthew > Boehm Sent: Mo

RE: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-04 Thread Rick Baranowski
ling List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk CDR - Mysql If "cdr mysql status" is 'command not found' then that means you haven't loaded the module. Check your module path to make sure it really is there. (/usr/lib/asterisk/modules/) If it is indeed

RE: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-04 Thread Brent DeShazer
ednesday, May 04, 2005 10:14 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Asterisk CDR - Mysql Matthew, Thank you very much for the help. We know that the module is not loading because we can't do the make and make install successful

Re: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-04 Thread Matthew Boehm
O6-c -o >> format_mp3.o format_mp3.c >> gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes >> -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -O6 -shared >> -Xlinker >> -x -o format_mp3.so common.o dct64_i386.o decode_ntom.o layer3.o >>

RE: [Asterisk-Users] Asterisk CDR - Mysql

2005-05-04 Thread Rick Baranowski
- Non-Commercial Discussion Subject: RE: [Asterisk-Users] Asterisk CDR - Mysql >From your make output it looks like maybe you don't have the mySQL development package installed on this box? The one with the associated header files, etc. On the RPM-based Linux systems I've used (like Redhat

Re: [Asterisk-Users] Asterisk cdr mysql

2005-11-29 Thread Moises Silva
hum, may be a mismatching between the asterisk source and the mysql module source. Where are you getting the sources and please explain how are you starting the compilation. Best RegardsOn 11/27/05, Abdul Lateef Khan <[EMAIL PROTECTED]> wrote: Hi all,Did anyone installed asterisk-addons successful