similar to: cdr_addon_mysql.so did not register itself duringload

Displaying 20 results from an estimated 1000 matches similar to: "cdr_addon_mysql.so did not register itself duringload"

2006 Dec 28
1
FW: cdr_addon_mysql.so did not register itself duringload
So no one else is having issues with MySQL and 1.4? I'm the only one? -----Original Message----- From: Savoy, Kevin - Williston, ND Sent: Wednesday, December 27, 2006 2:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [asterisk-users] cdr_addon_mysql.so did not register itself duringload Well the addons from 1.4 are installed. This original Asterisk
2006 Dec 26
1
cdr_addon_mysql.so did not register itself during load
I've loaded Asterisk 1.4 with the addons 1.4, libpri 1.4 and Zaptel 1.4 as well. I can place calls but I noticed the MySQL was writing out to the database. When doing an Asterisk load with asterisk -vvvv I saw the following: [Dec 26 11:02:08] WARNING[10029]: loader.c:375 load_dynamic_module: Module 'cdr_addon_mysql.so' did not register its [Dec 26 11:02:08] WARNING[10029]:
2006 Dec 28
2
FW: cdr_addon_mysql.so did not register itselfduringload
Ok so something is missing. I get the below for those two lines. checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... no I even installed the mysql-devel as Bradley Watkins suggested and still it says no. What do I need to make that say yes? Thanks -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2006 Dec 28
0
cdr_addon_mysql.so did not register itselfduringload
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Savoy, Kevin - Williston, ND > Sent: Thursday, December 28, 2006 12:20 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: FW: [asterisk-users] cdr_addon_mysql.so did not > register itselfduringload >
2008 Nov 28
0
[SPAM] - Re: FW: cdr_addon_mysql.so did notregister itselfduringload - Email found in subject
Did you install the MySQL libraries? Debian's command is - apt-get install libmysqlclient15-dev Andy -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthias Urlichs Sent: 27 November 2008 16:05 To: asterisk-users at lists.digium.com Subject: [SPAM] - Re: [asterisk-users] FW: cdr_addon_mysql.so did
2007 May 01
3
Display Caller ID of called party
Not sure if this can be done or not, but I can't seem to find it anywhere on the Wiki. When dialing interoffice with Asterisk 1.4.2, I would like to have the caller id of the person I am dialing displayed and not the number I just dialed. Is this possible? So, if extension 4023 is John Doe, and I dial 4023, my display should read John Doe and not 4023. I am using a Polycom 501 by the way in
2006 Dec 12
4
MeetMe Conferencing and Marked Mode
I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out that the A option activates marked mode and the w option is used to activate the waiting until the marked user arrives. This seems to be what I need. What I can't seem to find is how do I mark a user? Thanks _____________________ Kevin Savoy Business Unit Telecom Analyst 2218 4th
2007 Feb 07
1
After upgrade to 1.4 transfers don't work properly
I have discovered an issue on my system after upgrading from 1.2.13 to 1.4. A call comes in on a T1 line and goes to a Polycom 501 SIP phone. I have confirmed this on multiple phones. When the called person answers and tries to transfer the call to another extension, the call successfully transfers, however the person answering the transfer cannot hear the person that called in, the caller. My
2007 Feb 14
2
Problem Transferring Direct to Voicemail
I am having an issue with 1.4 where we can't successfully transfer a call directly to a voicemail box. We hit "Transfer" on the phone and dial the mailbox number we want to send it to, My dial plan for this is: exten=>_*40XX,n,Voicemail(${EXTEN:1},u) The voicemail system picks up and starts to play its message and at this point. We should then hit "Transfer"
2007 Apr 13
1
Call Recording Servers
We are looking at using Asterisk as a call recording server for an Avaya VoIP S8700 system in a multi-site VoIP Call Center. All calls will be coming in to one location and sent out via VoIP to other call centers. What kind of specs should we be looking at purchasing for our Asterisk server to be record up 200-300 calls simultaneously? Linux runs in 64 bit architecture, but does Asterisk
2004 Jun 21
0
R: Re: cdr_addon_mysql compiling error
Thanks for the tip, but adding the CFLAGS directive doesn't work either, same error message. I'll try to have a look in -dev, but if anyone comes up with a solution, a reply would be appreciated. -Manuel -----Messaggio originale----- Da: Luckcuck Nick-LCKN001 [mailto:LCKN001@motorola.com] Inviato: lunedì, 21. giugno 2004 13:52 A: asterisk-users@lists.digium.com Oggetto: RE:
2004 Jun 21
1
R: Re: cdr_addon_mysql compiling error
>> I'm trying to compile cdr_addon_mysql but keep getting this error. >> Again, searching the Wiki and the mailing list archive didn't bring up >> anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to >> switch back to 3.23? >> >> >> # make >> cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
2004 Jun 11
2
cdr_addon_mysql.c
Following the latest * CVS update, my MySQL was broken. Following the update, Asterisk-addons would compile fine, but when I ran asterisk I got the following error: ERROR[1202489024]: cdr_addon_mysql.c:203 mysql_log: Failed to insert into databas I then tried using the patch (bug id 0001823) from bugs.digium.com, and found that Asterisk-addons would no longer compile, giving me the following
2004 Jul 31
2
Which version of MySQL works with cdr_addon_mysql?
I'm having problems compiling cdr_addon_mysql with MySQL 3.23.58 I get the following errors: cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration cdr_addon_mysql.c:50: warning: data definition has no type or storage class cdr_addon_mysql.c: In function
2004 Jan 28
1
cdr_addon_mysql compile error
Having some trouble building cdr_addon_mysql. I've installed mysql and mysql-dev and all related rpms on a RH9 box. The box is up and running *. I've checked out the asterisk-addons but at "make install", I receive the following error: ./mkdep -fPIC -I../asterisk -I/usr/include/mysql `ls *.c` cc -fPIC -I../asterisk -I/usr/include/mysql -c -o cdr_addon_mysql.o
2004 Jun 15
2
Cdr_addon_mysql.c compile problem.
Good Afternoon Everyone, I am having a problem with compiling the CVS version of *-addons downloaded today. I am also having problems compiling an older version as well but im ignoring that one for now. I believe I have all the correct libraries, and I have done extensive searches everywhere I just wondered if I was missing something really silly, or if this is a problem other people have
2004 Jun 18
2
cdr_addon_mysql compiling error
I'm trying to compile cdr_addon_mysql but keep getting this error. Again, searching the Wiki and the mailing list archive didn't bring up anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to switch back to 3.23? # make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names
2007 Jan 17
3
Asterisk 1.4 and CDR
Hi guys, I have recently installed a Asterisk Server with CDR Call Detail Records. I have installed it over a Asterisk 1.2 , but now It do not run . I have installed it with the following procedure: # yum install ncurses #yum install openh323-devel # yum install mysql-server # yum install mysql # yum install php-gd # yum install php-mysql # yum install mysqlclient10 # yum install zlib # yum
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!?!
2009 Jan 05
1
cdr_addon_mysql 'Failed to insert into database' stops * call processing
Hi All, I have some Asterisk 1.2 servers using the cdr_mysql addon (1.2.3) spitting cdr's over to a MySQL database on another server. All is working well except for a strange problem I ran into this morning. During some cdr database maintenance, the cdr table was locked for a few minutes, during this condition all the Asterisk servers stopped processing calls and reported this error: Jan 5