Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_bridges.h>
Data Fields | |
int | absorb_dtmf |
const char * | bridge_id |
const char ** | channel |
size_t | channel_count |
char * | channel_parse |
int | inhibit_connected_line_updates |
int | mute |
const char * | role |
Argument struct for ast_ari_bridges_add_channel()
Definition at line 142 of file resource_bridges.h.
int absorb_dtmf |
Absorb DTMF coming from this channel, preventing it to pass through to the bridge
Definition at line 154 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), ast_ari_bridges_add_channel_cb(), and ast_ari_bridges_add_channel_parse_body().
const char* bridge_id |
Bridge's id
Definition at line 144 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), and ast_ari_bridges_add_channel_cb().
const char** channel |
Array of Ids of channels to add to bridge
Definition at line 146 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), ast_ari_bridges_add_channel_cb(), and ast_ari_bridges_add_channel_parse_body().
size_t channel_count |
Length of channel array.
Definition at line 148 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), ast_ari_bridges_add_channel_cb(), and ast_ari_bridges_add_channel_parse_body().
char* channel_parse |
Parsing context for channel.
Definition at line 150 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel_cb().
int inhibit_connected_line_updates |
Do not present the identity of the newly connected channel to other bridge members
Definition at line 158 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), ast_ari_bridges_add_channel_cb(), and ast_ari_bridges_add_channel_parse_body().
int mute |
Mute audio from this channel, preventing it to pass through to the bridge
Definition at line 156 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), ast_ari_bridges_add_channel_cb(), and ast_ari_bridges_add_channel_parse_body().
const char* role |
Channel's role in the bridge
Definition at line 152 of file resource_bridges.h.
Referenced by ast_ari_bridges_add_channel(), ast_ari_bridges_add_channel_cb(), and ast_ari_bridges_add_channel_parse_body().