David A. Lauer
2003-Dec-27 20:30 UTC
[Asterisk-Users] Re: Asterisk-Users digest, Vol 1 #2282 - 15 msgs
Thanks, I might be interested. If I use cdr_odbc what do I gain or loose? Any codec limitations? Performance or reporting limitations?> Message: 10 > Date: Sat, 27 Dec 2003 15:10:14 -0600 (CST) > From: Brian West <brian@bkw.org> > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] mysql cdrs > Reply-To: asterisk-users@lists.digium.com > > Or use cdr_odbc :P
cdr_odbc is for logging CDR data to a database. Its pretty much blind to the type of database you choose as long as it has an ODBC driver. We had it speaking to an AS/400 running DB2... we also have it working with MSSQL (not my goal but hey it works), mysql, pgsql and flatfiles. I have yet to hear it works with oracle (anyone out there test this?) bkw On Sat, 27 Dec 2003, David A. Lauer wrote:> > Thanks, I might be interested. If I use cdr_odbc what do I gain or > loose? > > Any codec limitations? > > Performance or reporting limitations? > > > > Message: 10 > > Date: Sat, 27 Dec 2003 15:10:14 -0600 (CST) > > From: Brian West <brian@bkw.org> > > To: asterisk-users@lists.digium.com > > Subject: RE: [Asterisk-Users] mysql cdrs > > Reply-To: asterisk-users@lists.digium.com > > > > Or use cdr_odbc :P > > > > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Brian West wrote:>cdr_odbc is for logging CDR data to a database. Its pretty much blind to >the type of database you choose as long as it has an ODBC driver. > >We had it speaking to an AS/400 running DB2... we also have it working >with MSSQL (not my goal but hey it works), mysql, pgsql and flatfiles. > >I have yet to hear it works with oracle (anyone out there test this?) > >bkw > > >Brian, I see the cdr_odbc stuff is now in the CVS but I did not see a sample config file in the configs directory of the CVS.. Am I mising somthing? How is cdr_odbc configured? Later..
WipeOut wrote:> I see the cdr_odbc stuff is now in the CVS but I did not see a sample > config file in the configs directory of the CVS.. Am I mising somthing? > > How is cdr_odbc configured?http://www.voip-info.org/wiki-Asterisk+cdr+odbc /O