]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_simple: Suppress unchanged topology change requests
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 30 Oct 2023 18:01:04 +0000 (12:01 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:21:32 +0000 (18:21 +0000)
commit5dcd79ceb029d69726934a62200adc7f64afa4d7
tree6b9619270afffcbf4c203a51e3d37d7f0381b496
parentd1c62f7fa0b861a1286c72888c68d968e28eb8ab
bridge_simple: Suppress unchanged topology change requests

In simple_bridge_join, we were sending topology change requests
even when the new and old topologies were the same.  In some
circumstances, this can cause unnecessary re-invites and even
a re-invite flood.  We now suppress those.

Resolves: #384
(cherry picked from commit 11a586b65e878a32f371245ac00d2c0ae2561c09)
bridges/bridge_simple.c