Update xml_cdr.php
This commit is contained in:
@@ -292,9 +292,11 @@ if (!class_exists('xml_cdr')) {
|
|||||||
foreach ($xml->callflow as $row) {
|
foreach ($xml->callflow as $row) {
|
||||||
$caller_id_number = urldecode($row->caller_profile->caller_id_number);
|
$caller_id_number = urldecode($row->caller_profile->caller_id_number);
|
||||||
}
|
}
|
||||||
if (strlen($caller_id_name) == 0) foreach ($xml->callflow as $row) {
|
if (strlen($caller_id_name) == 0) {
|
||||||
|
foreach ($xml->callflow as $row) {
|
||||||
$caller_id_name = urldecode($row->caller_profile->caller_id_name);
|
$caller_id_name = urldecode($row->caller_profile->caller_id_name);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//misc
|
//misc
|
||||||
$uuid = check_str(urldecode($xml->variables->uuid));
|
$uuid = check_str(urldecode($xml->variables->uuid));
|
||||||
|
|||||||
Reference in New Issue
Block a user