mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix. Intercept can find wrong channel.
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
-- if not extension then
|
||||
-- sql = sql .. "AND direction = 'outbound' ";
|
||||
-- end
|
||||
sql = sql .. "AND (1=1 ";
|
||||
sql = sql .. "AND (1<>1 ";
|
||||
for key,extension in pairs(extensions) do
|
||||
sql = sql .. "OR presence_id = '"..extension.."@"..domain_name.."' ";
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user