]> 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:45 +0000 (15:42 +0000)
commitb71e338eea8b1460c89993630bfbdb66279477ea
tree00cd5b8e0f7d77e6216b7a9d2bdc7dcad54b0de9
parent494fb0b675782c2df8aee4de2162f28984969866
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