Merge pull request #1209 from badcrc/master

Fix. Call intercept - a scenario where an outgoing call can be intercepted
This commit is contained in:
FusionPBX 2015-10-26 12:02:41 -06:00
commit 1a1a05bc61
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@
end
sql = sql .. ") ";
sql = sql .. "and call_uuid is not null ";
sql = sql .. "and direction = 'outbound' ";
--if (domain_count > 1) then
-- sql = sql .. "and context = '"..context.."' ";
--end