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)) {