mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-22 08:25:12 -07:00
ed4978ae8b
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