mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -292,8 +292,10 @@ if (!class_exists('xml_cdr')) {
|
||||
foreach ($xml->callflow as $row) {
|
||||
$caller_id_number = urldecode($row->caller_profile->caller_id_number);
|
||||
}
|
||||
if (strlen($caller_id_name) == 0) foreach ($xml->callflow as $row) {
|
||||
$caller_id_name = urldecode($row->caller_profile->caller_id_name);
|
||||
if (strlen($caller_id_name) == 0) {
|
||||
foreach ($xml->callflow as $row) {
|
||||
$caller_id_name = urldecode($row->caller_profile->caller_id_name);
|
||||
}
|
||||
}
|
||||
|
||||
//misc
|
||||
|
||||
Reference in New Issue
Block a user