Update xml_cdr.php

Remove billsec greater than 0. The reason is that a call maybe answered to play a greeting. Bridged is a better option because the call has a second leg.
This commit is contained in:
FusionPBX
2025-07-23 15:24:09 -06:00
committed by GitHub
parent 6585009ccd
commit 9f182b0d36

View File

@@ -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)) {
//call was bridged
$missed_call = 'false';
}
if (isset($xml->variables->cc_side) && $xml->variables->cc_side == 'member'