diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h index 8f8618d154e6cd54264cc312244a1571ccb0c933..a28481c90c40583392999bf6ca3b565929d7be40 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);