summaryrefslogtreecommitdiff
path: root/include/asterisk/bridge_roles.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/bridge_roles.h')
-rw-r--r--include/asterisk/bridge_roles.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asterisk/bridge_roles.h b/include/asterisk/bridge_roles.h
index d90e564b7..f91a6b0aa 100644
--- a/include/asterisk/bridge_roles.h
+++ b/include/asterisk/bridge_roles.h
@@ -52,6 +52,13 @@ int ast_channel_add_bridge_role(struct ast_channel *chan, const char *role_name)
void ast_channel_remove_bridge_role(struct ast_channel *chan, const char *role_name);
/*!
+ * \brief Removes all bridge roles currently on a channel
+ *
+ * \param chan Channel the roles are being removed from
+ */
+void ast_channel_clear_bridge_roles(struct ast_channel *chan);
+
+/*!
* \brief Set a role option on a channel
* \param channel Channel receiving the role option
* \param role_name Role the role option is applied to