mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
Tweak ast_bridge_depart() doxygen.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user