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:32:20 -06:00
committed by GitHub
parent 18a382e3a4
commit 1bc8f1798e

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