[asterisk-commits] mmichelson: trunk r401224 - in /trunk: ./ include/asterisk/bridge.h

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


Author: mmichelson
Date: Fri Oct 18 11:06:20 2013
New Revision: 401224

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

Merged revisions 401223 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/bridge.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: trunk/include/asterisk/bridge.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/bridge.h?view=diff&rev=401224&r1=401223&r2=401224
==============================================================================
--- trunk/include/asterisk/bridge.h (original)
+++ trunk/include/asterisk/bridge.h Fri Oct 18 11:06:20 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