[asterisk-users] Merge .csv files

David Backeberg dbackeberg at gmail.com
Tue Apr 13 14:00:34 CDT 2010


On Tue, Apr 13, 2010 at 12:56 PM, Ricardo Coelho
<ricardo.tching at gmail.com> wrote:
> Hi there,
>
> Does asterisk keeps the master.csv open between writes? Right now I have 2 asterisk nodes sharing every configuration file (by using a distributed filesystem) except the master.csv files. If asterisk does not keep master.csv file open between writes, then I can share the master.csv file between both nodes right?If not, then any suggestions to merge both master.csv files?

Yes.
download asterisk-extras
compile cdr_mysql
setup a shared database,
point both systems at that shared database.

If you're going to do anything even moderately advanced with
processing your csv files, you'll be glad you went ahead and put this
stuff into a database. Or you can skip the cdr_mysql, but manually
dump two Master.csv files into a database to play with, if you don't
mind your database not continuing to update with new info.



More information about the asterisk-users mailing list