This all sounds very nice and do-able, but doesn't this sound like a high-odds scenario for creating a single point-of-failure especially if the 5 machines are all creating a high volume of calls?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Miguel Molina Sent: Thursday, June 04, 2009 11:01 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Question about core CDR system for multilpe servers Gustavo A Gonzalez escribió: > Hi all! Im not sure if it is the correct place but, Ive five boxes running > asterisk and each one with his own cdr mysql database. What Im looking for > is to get a core CDR system that holds information stored on each asterisk > server. Have you any suggestion/process to accomplish that?. Thanks!!! > > Gustavo A. González > > Well, this sounds fairly simple. Can you do it by configuring each asterisk server (cdr_mysql.conf) to connect to the same MySQL core database server. Inside it, you can have each server CDR in a separate database, or in a single database for all of them using different table names. How to configure it, depends on performance inside the MySQL server, and how do you want to store the information. Maybe is not a good idea to have all the CDRs on the same database if the tables are going to be too big. But having all of them in a single database server, shouldn't be a problem. Cheers, -- Ing. Miguel Molina Grupo de Tecnología Millenium Phone Center _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
