Koozali.org: home of the SME Server

Sending ASTERISK CDR to IP device

Offline peterpan746

  • ***
  • 55
  • +0/-0
Sending ASTERISK CDR to IP device
« 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

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Sending ASTERISK CDR to IP device
« Reply #1 on: December 08, 2008, 05:08:54 PM »
what kind of an IP device?

Regards

S


Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Sending ASTERISK CDR to IP device
« Reply #3 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