summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-10-18 16:20:54 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-10-18 16:20:54 +0000
commit7352433be57a41ddf0627cc9cdd4ed386053238a (patch)
treeeb81cab9ae652f9640ea9b6cc194bc96cefa610b /include
parentdb099a641b3ef350ec85709b1ddf03719839723e (diff)
Tweak ast_bridge_depart() doxygen.
........ Merged revisions 401232 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/bridge.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h
index 8f8618d15..a28481c90 100644
--- a/include/asterisk/bridge.h
+++ b/include/asterisk/bridge.h
@@ -567,7 +567,8 @@ int ast_bridge_impart(struct ast_bridge *bridge,
* 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);