|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#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 296 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 298 of file resource_bridges.h.
| const char** channel |
Array of Ids of channels to remove from bridge
Definition at line 300 of file resource_bridges.h.
| size_t channel_count |
Length of channel array.
Definition at line 302 of file resource_bridges.h.
| char* channel_parse |
Parsing context for channel.
Definition at line 304 of file resource_bridges.h.