mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user