[asterisk-commits] rmudgett: branch 12 r401232 - /branches/12/include/asterisk/bridge.h

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


Author: rmudgett
Date: Fri Oct 18 11:20:25 2013
New Revision: 401232

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401232
Log:
Tweak ast_bridge_depart() doxygen.

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=401232&r1=401231&r2=401232
==============================================================================
--- branches/12/include/asterisk/bridge.h (original)
+++ branches/12/include/asterisk/bridge.h Fri Oct 18 11:20:25 2013
@@ -567,7 +567,8 @@
  * This does not hang up the channel.
  *
  * \note This API call can only be used on channels that were added to the bridge
- *       using the ast_bridge_impart API call with the independent flag FALSE.
+ *       using the ast_bridge_impart API call with the AST_BRIDGE_IMPART_CHAN_DEPARTABLE
+ *       flag.
  */
 int ast_bridge_depart(struct ast_channel *chan);
 




More information about the asterisk-commits mailing list