mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 03:03:49 +00:00
Prevent trying to pickup the call from the caller in the same call group.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user