diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h index 610e0f944ca6323cfb067d42e6ea15a796f057bf..7d21aa76f455b24b94eac4e3c1167b5bfdb25b79 100644 --- a/include/asterisk/bridge.h +++ b/include/asterisk/bridge.h @@ -409,6 +409,12 @@ static inline void _ast_bridge_unlock(struct ast_bridge *bridge, const char *fil * \endcode * * This destroys a bridge that was previously created. + * + * \note + * 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 + * AST_BRIDGE_IMPART_CHAN_DEPARTABLE set must have ast_bridge_depart() called + * on them before calling ast_bridge_destroy(). */ int ast_bridge_destroy(struct ast_bridge *bridge, int cause);