Prevent trying to pickup the call from the caller in the same call group.
This commit is contained in:
parent
2fb45fe1d2
commit
8e4d2092ee
|
|
@ -171,6 +171,7 @@
|
|||
x = x + 1;
|
||||
end
|
||||
sql = sql .. ") ";
|
||||
sql = sql .. "and call_uuid is not null ";
|
||||
--if (domain_count > 1) then
|
||||
-- sql = sql .. "and context = '"..context.."' ";
|
||||
--end
|
||||
|
|
|
|||
Loading…
Reference in New Issue