Update xml_cdr.php

This commit is contained in:
FusionPBX 2020-01-31 21:28:29 -07:00 committed by GitHub
parent a08adce533
commit c00563efd8
1 changed files with 2 additions and 2 deletions

View File

@ -315,8 +315,8 @@ if (!class_exists('xml_cdr')) {
}
//get the caller details
$caller_id_name = urldecode($xml->variables->effective_caller_id_name);
$caller_id_number = urldecode($xml->variables->effective_caller_id_number);
$caller_id_name = urldecode($xml->variables->caller_id_name);
$caller_id_number = urldecode($xml->variables->caller_id_number);
if (isset($xml->variables->effective_caller_id_name)) {
$caller_id_name = urldecode($xml->variables->effective_caller_id_name);
}