summaryrefslogtreecommitdiff
path: root/res/ari/resource_bridges.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/resource_bridges.h')
-rw-r--r--res/ari/resource_bridges.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/ari/resource_bridges.h b/res/ari/resource_bridges.h
index e75d8e028..72dba1e0c 100644
--- a/res/ari/resource_bridges.h
+++ b/res/ari/resource_bridges.h
@@ -150,6 +150,10 @@ struct ast_ari_bridges_add_channel_args {
char *channel_parse;
/*! Channel's role in the bridge */
const char *role;
+ /*! Absorb DTMF coming from this channel, preventing it to pass through to the bridge */
+ int absorb_dtmf;
+ /*! Mute audio from this channel, preventing it to pass through to the bridge */
+ int mute;
};
/*!
* \brief Body parsing function for /bridges/{bridgeId}/addChannel.