mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -738,7 +738,7 @@ if (!class_exists('xml_cdr')) {
|
||||
//add to the xml cdr table
|
||||
$this->array[$key]['record_path'] = $record_path;
|
||||
$this->array[$key]['record_name'] = $record_name;
|
||||
$this->array[$key]['record_length'] = record_length;
|
||||
$this->array[$key]['record_length'] = $record_length;
|
||||
}
|
||||
|
||||
//add to the call recordings table
|
||||
|
||||
Reference in New Issue
Block a user