summaryrefslogtreecommitdiff
path: root/include/asterisk/stasis_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/stasis_app.h')
-rw-r--r--include/asterisk/stasis_app.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/stasis_app.h b/include/asterisk/stasis_app.h
index 40ec208d6..8430cf330 100644
--- a/include/asterisk/stasis_app.h
+++ b/include/asterisk/stasis_app.h
@@ -675,6 +675,10 @@ int stasis_app_control_remove_channel_from_bridge(
* \since 12
* \brief Gets the bridge currently associated with a control object.
*
+ * \note If the bridge returned by this function is to be held for any
+ * length of time, its refcount should be incremented until the
+ * caller is finished with it.
+ *
* \param control Control object for the channel to query.
*
* \return Associated \ref ast_bridge.