Hello guys, I need to be able to throw cdrs on more than one servers at a time. Please let me know how this can be done. Thanks
The easiest way for you to use MySQL-Relay or MySQL-Proxy with ODBC.
Regards,
Faisal Hanif
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Owais Ahmad
Sent: Tuesday, June 05, 2012 7:54 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] CDRs on multiple servers.
Hello guys,
I need to be able to throw cdrs on more than one servers at a time. Please
let me know how this can be done.
Thanks
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
On Tue, 5 Jun 2012, Owais Ahmad wrote:> I need to be able to throw cdrs on more than one servers at a time.Do you mean: 1) I need to collect the CDRs from multiple servers in one place so I can report on them. Or 2) I need to distribute the CDRs to multiple servers so I won't lose [m]any in case a host smokes. I like storing CDRs in a database (MySQL is my choice) so '1' is easy and '2' may be handled with database replication. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
"Owais Ahmad" <millennium.bug at gmail.com> writes:> Hello guys, > > I need to be able to throw cdrs on more than one servers at a time. Please let me know how this can be done.cdr_adaptive_odbc handles multiple servers. Just define several with [foo] and [bar] and it Just Works. /Benny