Missed Calls exclude LOSE_RACE
This commit is contained in:
parent
ff7488eed3
commit
a16c109c96
|
|
@ -45,6 +45,7 @@
|
|||
$sql .= " or direction = 'local' \n";
|
||||
$sql .= " ) \n";
|
||||
$sql .= " and (missed_call = true or bridge_uuid is null) ";
|
||||
$sql .= " and hangup_cause <> 'LOSE_RACE' ";
|
||||
if (is_array($assigned_extensions) && sizeof($assigned_extensions) != 0) {
|
||||
$x = 0;
|
||||
foreach ($assigned_extensions as $assigned_extension_uuid => $assigned_extension) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue