Update xml_cdr.php

This commit is contained in:
FusionPBX
2022-08-04 15:37:12 -06:00
committed by GitHub
parent e1449e5cd3
commit 3418859ee9

View File

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