]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Fri, 12 Jan 2024 15:42:50 +0000 (15:42 +0000)
commitc31cd32b8296c675f66be7a4d39e89b45c3aec2c
treef0ba9fe8a3b489210a795060bc1fcb6b9866e019
parent7683259f378a34f1b483f05537a5d093d98ca4d8
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
main/channel.c
res/res_pjsip_session.c