Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_ari_bridges_add_channel_args Struct Reference

#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
 

Detailed Description

Argument struct for ast_ari_bridges_add_channel()

Definition at line 142 of file resource_bridges.h.

Field Documentation

◆ absorb_dtmf

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.

◆ bridge_id

const char* bridge_id

Bridge's id

Definition at line 144 of file resource_bridges.h.

◆ channel

const char** channel

Array of Ids of channels to add to bridge

Definition at line 146 of file resource_bridges.h.

◆ channel_count

size_t channel_count

Length of channel array.

Definition at line 148 of file resource_bridges.h.

◆ channel_parse

char* channel_parse

Parsing context for channel.

Definition at line 150 of file resource_bridges.h.

◆ inhibit_connected_line_updates

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.

◆ mute

int mute

Mute audio from this channel, preventing it to pass through to the bridge

Definition at line 156 of file resource_bridges.h.

◆ role

const char* role

Channel's role in the bridge

Definition at line 152 of file resource_bridges.h.


The documentation for this struct was generated from the following file: