|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <resource_bridges.h>
Data Fields | |
| const char * | bridge_id |
| const char ** | channel |
| size_t | channel_count |
| char * | channel_parse |
Argument struct for ast_ari_bridges_remove_channel()
Definition at line 180 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 182 of file resource_bridges.h.
| const char** channel |
Array of Ids of channels to remove from bridge
Definition at line 184 of file resource_bridges.h.
| size_t channel_count |
Length of channel array.
Definition at line 186 of file resource_bridges.h.
| char* channel_parse |
Parsing context for channel.
Definition at line 188 of file resource_bridges.h.