Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_ari_bridges_remove_channel_args Struct Reference

#include <resource_bridges.h>

Data Fields

const char * bridge_id
 
const char ** channel
 
size_t channel_count
 
char * channel_parse
 

Detailed Description

Argument struct for ast_ari_bridges_remove_channel()

Definition at line 180 of file resource_bridges.h.

Field Documentation

const char* bridge_id

Bridge's id

Definition at line 182 of file resource_bridges.h.

Referenced by ast_ari_bridges_remove_channel(), and ast_ari_bridges_remove_channel_cb().

const char** channel

Array of Ids of channels to remove from bridge

Definition at line 184 of file resource_bridges.h.

Referenced by ast_ari_bridges_remove_channel(), ast_ari_bridges_remove_channel_cb(), and ast_ari_bridges_remove_channel_parse_body().

size_t channel_count
char* channel_parse

Parsing context for channel.

Definition at line 188 of file resource_bridges.h.

Referenced by ast_ari_bridges_remove_channel_cb().


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