mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-15 23:55:00 +00:00
Merge pull request #1209 from badcrc/master
Fix. Call intercept - a scenario where an outgoing call can be intercepted
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user