mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Remove the bit about requiring ast_bridge_depart() to be called before ast_bridge_destroy().
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -414,7 +414,7 @@ static inline void _ast_bridge_unlock(struct ast_bridge *bridge, const char *fil
|
|||||||
* While this function will kick all channels out of the bridge, channels that
|
* 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
|
* were added to the bridge using ast_bridge_impart() with the flag
|
||||||
* AST_BRIDGE_IMPART_CHAN_DEPARTABLE set must have ast_bridge_depart() called
|
* 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);
|
int ast_bridge_destroy(struct ast_bridge *bridge, int cause);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user