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'; }