Merge pull request #4226 from greenbea/master

Update xml_cdr.php
This commit is contained in:
FusionPBX 2019-05-31 08:02:47 -06:00 committed by GitHub
commit 0cee42404f
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"]);