RE: [Asterisk-Users] MORE Questions regarding CDR's

2003-08-17 Thread Scott Stingel
How do I get the asterisk compile to produce the cdr_mysql.so module, assuming this is what I need to get CDR's into my mysql database. Is "load => cdr_mysql.so" what I put in the modules.conf file as it says? It looks like asterisk loads the modules in /usr/lib/asterisk/modules, but there is no c

Re: [Asterisk-Users] MORE Questions regarding CDR's

2003-08-17 Thread Tilghman Lesher
On Sunday 17 August 2003 17:25, Scott Stingel wrote: > How do I get the asterisk compile to produce the cdr_mysql.so module, > assuming this is what I need to get CDR's into my mysql database. You need to install the mysql client libraries and headers. Follow the appropriate instructions for your

RE: [Asterisk-Users] MORE Questions regarding CDR's

2003-08-18 Thread Scott Stingel
> [mailto:[EMAIL PROTECTED] On Behalf Of > Tilghman Lesher > Sent: Monday, August 18, 2003 12:02 AM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] MORE Questions regarding CDR's > > > On Sunday 17 August 2003 17:25, Scott Stingel wrote: > > Ho

Re: [Asterisk-Users] MORE Questions regarding CDR's

2003-08-18 Thread Tilghman Lesher
On Monday 18 August 2003 02:55 am, Scott Stingel wrote: > Yes, I have installed mysql and mysql-devel, and the mysql server > is running on the system. > > My question is how to produce the cdr_mysql.so loadable file. I > have followed the setup instructions in cdr_mysql.conf etc, and > have rebuil