Update xml_cdr.php

This commit is contained in:
agree 2019-05-30 15:02:32 -04:00 committed by GitHub
parent 2d6f9bc02a
commit a2a365d114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@
$json_string = trim($row["json"]);
$array = json_decode($json_string,true);
$remove_prefix = false;
$prefix = false;
if (is_array($array["app_log"]["application"])) {
foreach ($array["app_log"]["application"] as $application) {
$app_data = urldecode($application["@attributes"]["app_data"]);