Have you wanted to trace call records for both sides of each call without ugly hacks?

Submitted by admin on Thu, 02/22/2007 - 21:50.
::

FreeSWITCH's mod_cdr attaches to the global hangup event handler, and can log to 3 logging methods at the current time: Perl Data Dumper records (1 per file), CSV format, and MySQL using prepared statements (requires 4.1.x or greater). Both sides of every call are logged, adding additional possibilities for data analysis. Arbitrary channel variables can be set and logged as well, and are key-value pairs. Additionally, mod_cdr is written in C++ making use of object orientation, and proves how easy it is to integrate C++ modules in FreeSWITCH, giving developers even more leverage in the languages of choice. For more information, get a current copy of FreeSWITCH today!