]> 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:32:12 +0000 (18:32 +0000)
commit1972df7b091ac3749fa3240d7300069cb2395561
treeeddccd5fe96dcec298d490100ca7e6a19a7c426c
parent1a95cd932b3783f62d290e5858a675f668a12e56
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 57d31d97dcc80d3aeb839807e81198a97cf4a362)
bridges/bridge_simple.c