From f39448ba545758c1f87d8af083ca167c2f7cce24 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 23 Jul 2025 15:29:20 -0600 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/resources/classes/xml_cdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/resources/classes/xml_cdr.php b/app/xml_cdr/resources/classes/xml_cdr.php index 557fccd5b1..5526f2caa0 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -549,7 +549,7 @@ //ring group or multi destination bridge statement $missed_call = 'false'; } - if (isset($xml->variables->bridge_uuid)) { + if (isset($xml->variables->bridge_uuid) && !empty($xml->variables->bridge_uuid)) { //call was bridged $missed_call = 'false'; }