Bridge snapshot events were missing some important transitions that
were noticed in subsequent snapshots. Snapshots will now be published
on all bridge reconfigurations.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@391776
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* \details
* After a series of bridge_channel_push and
* bridge_channel_pull calls, you need to call this function
- * to cause the bridge to complete restruturing for the change
+ * to cause the bridge to complete restructuring for the change
* in the channel makeup of the bridge.
*
* \note On entry, the bridge is already locked.
}
check_bridge_play_sounds(bridge);
set_bridge_peer_vars(bridge);
+ ast_bridge_publish_state(bridge);
}
/*!