]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 31 Oct 2023 14:54:53 +0000 (14:54 +0000)
commited4978ae8b6ff9231573d25e010929a0854e9145
tree95b6fdc7e3d637ba0fad2fc93b90ac022587fce1
parentb94f8bb21678850eae5a28206be4ff1b32d8ba06
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
bridges/bridge_simple.c