Prevent trying to pickup the call from the caller in the same call group.

This commit is contained in:
Mark Crane 2015-03-31 03:06:55 +00:00
parent 2fb45fe1d2
commit 8e4d2092ee
1 changed files with 1 additions and 0 deletions

View File

@ -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