diff --git a/resources/install/scripts/intercept_group.lua b/resources/install/scripts/intercept_group.lua index 845666c96e..bfc82f5a18 100644 --- a/resources/install/scripts/intercept_group.lua +++ b/resources/install/scripts/intercept_group.lua @@ -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