]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Revert "core & res_pjsip: Improve topology change handling."
authorGeorge Joseph <gjoseph@sangoma.com>
Fri, 12 Jan 2024 12:47:58 +0000 (05:47 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:20 +0000 (18:29 +0000)
commita42c5438e93d6105c5fb333bf164bfa5e2e729d6
treece60d8a1519b30adb5d7b3338440cc130f193bfb
parentfd57ddb3e9bdecd45b3ae9cbdb94abfe69e7255b
Revert "core & res_pjsip: Improve topology change handling."

This reverts commit 315eb551dbd18ecd424a2f32179d4c1f6f6edd26.

Over the past year, we've had several reports of "topology storms"
occurring where 2 external facing channels connected by one or more
local channels and bridges will get themselves in a state where
they continually send each other topology change requests.  This
usually manifests itself in no-audio calls and a flood of
"Exceptionally long queue length" messages.  It appears that this
commit is the cause so we're reverting it for now until we can
determine a more appropriate solution.

Resolves: #530
(cherry picked from commit 4715c1b11ca64092e28c3f8f08d9a4a07eda75e5)
main/channel.c
res/res_pjsip_session.c