[asterisk-commits] mmichelson: branch 12 r401223 - /branches/12/include/asterisk/bridge.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Oct 18 11:05:58 CDT 2013


Author: mmichelson
Date: Fri Oct 18 11:05:56 2013
New Revision: 401223

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401223
Log:
Remove the bit about requiring ast_bridge_depart() to be called before ast_bridge_destroy().


Modified:
    branches/12/include/asterisk/bridge.h

Modified: branches/12/include/asterisk/bridge.h
URL: http://svnview.digium.com/svn/asterisk/branches/12/include/asterisk/bridge.h?view=diff&rev=401223&r1=401222&r2=401223
==============================================================================
--- branches/12/include/asterisk/bridge.h (original)
+++ branches/12/include/asterisk/bridge.h Fri Oct 18 11:05:56 2013
@@ -414,7 +414,7 @@
  * While this function will kick all channels out of the bridge, channels that
  * were added to the bridge using ast_bridge_impart() with the flag
  * AST_BRIDGE_IMPART_CHAN_DEPARTABLE set must have ast_bridge_depart() called
- * on them before calling ast_bridge_destroy().
+ * on them.
  */
 int ast_bridge_destroy(struct ast_bridge *bridge, int cause);
 




More information about the asterisk-commits mailing list