Update xml_cdr.php
This commit is contained in:
@@ -315,8 +315,8 @@ if (!class_exists('xml_cdr')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//get the caller details
|
//get the caller details
|
||||||
$caller_id_name = urldecode($xml->variables->effective_caller_id_name);
|
$caller_id_name = urldecode($xml->variables->caller_id_name);
|
||||||
$caller_id_number = urldecode($xml->variables->effective_caller_id_number);
|
$caller_id_number = urldecode($xml->variables->caller_id_number);
|
||||||
if (isset($xml->variables->effective_caller_id_name)) {
|
if (isset($xml->variables->effective_caller_id_name)) {
|
||||||
$caller_id_name = urldecode($xml->variables->effective_caller_id_name);
|
$caller_id_name = urldecode($xml->variables->effective_caller_id_name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user