|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#include <resource_bridges.h>
Data Fields | |
| const char * | bridge_id |
| const char ** | variables |
| size_t | variables_count |
| char * | variables_parse |
Argument struct for ast_ari_bridges_get_bridge_vars()
Definition at line 202 of file resource_bridges.h.
| const char* bridge_id |
Bridge's id
Definition at line 204 of file resource_bridges.h.
| const char** variables |
Array of The bridge variables or functions to get
Definition at line 206 of file resource_bridges.h.
| size_t variables_count |
Length of variables array.
Definition at line 208 of file resource_bridges.h.
| char* variables_parse |
Parsing context for variables.
Definition at line 210 of file resource_bridges.h.