This fixed a scenario where an outgoing call can be picked up if the callee returns a 183 session progress with sdp
This commit is contained in:
parent
13c9c5df31
commit
b9c7b13e21
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue