Difference between revisions of "Call Detail Records"

From FusionPBX
Jump to: navigation, search
Line 8: Line 8:
 
  - If you reverse this situation you will then get call detail records.  You will also need to start the XML CDR module after you have done this.
 
  - If you reverse this situation you will then get call detail records.  You will also need to start the XML CDR module after you have done this.
 
  Note that if you want to see your old CDR CSV records, after the change, or you really want to continue using CDR CSV you can go to Menu Manager and unhide the CDR CSV menu.
 
  Note that if you want to see your old CDR CSV records, after the change, or you really want to continue using CDR CSV you can go to Menu Manager and unhide the CDR CSV menu.
 +
Note that call recordings can be downloaded from the Call Detail Records page, but this capability is not currently provided in CDR CSV - so if you need to use call recordings it would be better to use XML CDR.
  
 
  '''Wrong xml_cdr.conf.xml config'''
 
  '''Wrong xml_cdr.conf.xml config'''
 
  - check '''<param name="url" value="<nowiki>http://localhost/mod/xml_cdr/v_xml_cdr_import.php</nowiki>"/>''' and adapt it to your situation.
 
  - check '''<param name="url" value="<nowiki>http://localhost/mod/xml_cdr/v_xml_cdr_import.php</nowiki>"/>''' and adapt it to your situation.

Revision as of 06:46, 19 January 2011

Menu: (Apps-Call Detail Records)

Call Detail Records ( also known as call data record or CDR ) are detailed information on the calls. The information contains source, destination, duration, and other useful call details. Use the fields to filter the information for the specific call records that are desired. Then view the calls in the list or download them as comma seperated file by using the 'csv' button.

Note: if you have no records showing up under Apps-Call Detail Records this is probably because:

The module is disabled.  
- Older installations of FusionPBX had the CDR CSV module enabled and the XML CDR module disabled.
- If you reverse this situation you will then get call detail records.  You will also need to start the XML CDR module after you have done this.
Note that if you want to see your old CDR CSV records, after the change, or you really want to continue using CDR CSV you can go to Menu Manager and unhide the CDR CSV menu.
Note that call recordings can be downloaded from the Call Detail Records page, but this capability is not currently provided in CDR CSV - so if you need to use call recordings it would be better to use XML CDR.
Wrong xml_cdr.conf.xml config
- check <param name="url" value="http://localhost/mod/xml_cdr/v_xml_cdr_import.php"/> and adapt it to your situation.