Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: peterpan746 on December 07, 2008, 12:21:42 PM

Title: Sending ASTERISK CDR to IP device
Post by: peterpan746 on December 07, 2008, 12:21:42 PM
Greetings,

Is there a way to send the CDR data to an IP device rather than the database?

Any help would be appreciated

Thnx in advance
Title: Re: Sending ASTERISK CDR to IP device
Post by: SARK devs on December 08, 2008, 05:08:54 PM
what kind of an IP device?

Regards

S
Title: Re: Sending ASTERISK CDR to IP device
Post by: peterpan746 on December 08, 2008, 06:50:31 PM
http://www.sstelecoms.com/www/index.php?option=com_docman&task=doc_view&gid=199&Itemid=69

It's a LAN buffer.

Title: Re: Sending ASTERISK CDR to IP device
Post by: SARK devs on December 08, 2008, 07:33:42 PM
Well, it's just a linux file - /var/log/asterisk/cdr-csv/Master.csv, so you can write a program or daemon to do whatever you like with it.  Each row is unix timestamped so it should be easy enough to manage and monitor.  You can also change what data the logger generates by fooling around with cdr_custom.conf in the asterisk directory.

Kind Regards

S