mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update v_xml_cdr_import.php
This commit is contained in:
@@ -169,6 +169,7 @@
|
||||
}
|
||||
$database->fields['caller_id_name'] = check_str(urldecode($row->caller_profile->caller_id_name));
|
||||
$database->fields['caller_id_number'] = check_str(urldecode($row->caller_profile->caller_id_number));
|
||||
$database->fields['caller_destination_number'] = check_str(urldecode($row->caller_profile->destination_number));
|
||||
$x++;
|
||||
}
|
||||
unset($x);
|
||||
|
||||
Reference in New Issue
Block a user