Update xml_cdr.php

This commit is contained in:
FusionPBX
2025-07-23 15:29:20 -06:00
committed by GitHub
parent 9f182b0d36
commit f39448ba54

View File

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