Does anyone know of a way to have asterisk save multiple cdr records in different places (i.e. the same record in a database locally and in another database on another system, or database and csv, or some other strange combination)? Aaron Daniel
Hi Aaron, you can simply add the cdr library u need in the default /usr/lib/asterisk/modules. I don't think u can load the same module twice but u can load cvs ad pgsql module at the same time. U have to change the Makefile inside the <asterisk root>/cdr to build the module u need. Bye Aaron Daniel wrote:> Does anyone know of a way to have asterisk save multiple cdr records > in different places (i.e. the same record in a database locally and in > another database on another system, or database and csv, or some other > strange combination)? > > Aaron Daniel > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Aaron Daniel wrote:> Does anyone know of a way to have asterisk save multiple cdr records in > different places (i.e. the same record in a database locally and in > another database on another system, or database and csv, or some other > strange combination)?Well, I've been using mysql replication for a while now, but just not for asterisk (yet). You could do that, but it all depends on what you want to accomplish. Would be a nice way to get a realtime copy on a remote server/location indeed.. You can find more about it on the mysql site, just search for replication. Kristof.