mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed bug: Cases not unassigning when calls in case_queue
This commit is contained in:
@@ -63,7 +63,7 @@ if (ALLOW_OPERATOR_EXTENSION_SELECT && VOIP_ENABLED)
|
||||
//unassign extension
|
||||
$operator_id = get_operator_id();
|
||||
|
||||
if (get_case_id($operator_id) == false && is_voip_enabled($operator_id))
|
||||
if (get_case_id($operator_id,false) == false && is_voip_enabled($operator_id))
|
||||
{
|
||||
$sql = "UPDATE `extension`
|
||||
SET current_operator_id = NULL
|
||||
|
||||
Reference in New Issue
Block a user