From 82f82bd87c57bb0386b4e0dda8004e77f148f03e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 18 Oct 2023 21:28:01 -0600 Subject: [PATCH] Update xml_cdr_details.php --- app/xml_cdr/xml_cdr_details.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index a46ac27f33..1db191abb5 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -99,7 +99,7 @@ } } } - + //find all other matching actions if ($value['extension'] == $detail_action) { if (file_exists($_SERVER["PROJECT_ROOT"]."/app/".$application."/app_languages.php")) { @@ -219,6 +219,7 @@ //build the call flow summary array $xml_cdr = new xml_cdr; $xml_cdr->call_direction = $call_direction; + $xml_cdr->billsec = $billsec; if (empty($call_flow)) { $xml_cdr->call_details = $array; $call_flow_array = $xml_cdr->call_flow();