diff --git a/app/xml_cdr/resources/classes/xml_cdr.php b/app/xml_cdr/resources/classes/xml_cdr.php index 82b2836c38..5526f2caa0 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -549,8 +549,8 @@ //ring group or multi destination bridge statement $missed_call = 'false'; } - if (isset($xml->variables->billsec) && $xml->variables->billsec > 0) { - //answered call + if (isset($xml->variables->bridge_uuid) && !empty($xml->variables->bridge_uuid)) { + //call was bridged $missed_call = 'false'; } if (isset($xml->variables->cc_side) && $xml->variables->cc_side == 'member'