|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
#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.
| const char* bridge_id |
Bridge's id
Definition at line 144 of file resource_bridges.h.
| const char** channel |
Array of Ids of channels to add to bridge
Definition at line 146 of file resource_bridges.h.
| size_t channel_count |
Length of channel array.
Definition at line 148 of file resource_bridges.h.
| char* channel_parse |
Parsing context for channel.
Definition at line 150 of file resource_bridges.h.
| 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.
| int mute |
Mute audio from this channel, preventing it to pass through to the bridge
Definition at line 156 of file resource_bridges.h.
| const char* role |
Channel's role in the bridge
Definition at line 152 of file resource_bridges.h.