mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-16 20:52:33 +00:00
11a586b65e
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