From 3418859ee96a5777eb58997bde0814284fe274c3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 4 Aug 2022 15:37:12 -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 591b959fac..4e867b05f4 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -374,7 +374,7 @@ if (!class_exists('xml_cdr')) { } //set missed calls - if (isset($xml->variables->missed_call) { + if (isset($xml->variables->missed_call)) { $missed_call = $xml->variables->missed_call; } elseif (isset($xml->variables->answer_stamp) && isset($xml->variables->bridge_uuid)) {