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 017c29f475
commit ea6df88750

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