Update xml_cdr.php
This commit is contained in:
parent
a08adce533
commit
c00563efd8
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue