[svn-commits] kmoore: trunk r391776 - /trunk/main/bridging.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 14 11:08:57 CDT 2013


Author: kmoore
Date: Fri Jun 14 11:08:55 2013
New Revision: 391776

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=391776
Log:
Publish bridge snapshots more often

Bridge snapshot events were missing some important transitions that
were noticed in subsequent snapshots. Snapshots will now be published
on all bridge reconfigurations.

Modified:
    trunk/main/bridging.c

Modified: trunk/main/bridging.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/bridging.c?view=diff&rev=391776&r1=391775&r2=391776
==============================================================================
--- trunk/main/bridging.c (original)
+++ trunk/main/bridging.c Fri Jun 14 11:08:55 2013
@@ -2083,7 +2083,7 @@
  * \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.
@@ -2109,6 +2109,7 @@
 	}
 	check_bridge_play_sounds(bridge);
 	set_bridge_peer_vars(bridge);
+	ast_bridge_publish_state(bridge);
 }
 
 /*!




More information about the svn-commits mailing list