|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
#include <resource_channels.h>
Data Fields | |
| const char * | channel_id |
| const char ** | variables |
| size_t | variables_count |
| char * | variables_parse |
Argument struct for ast_ari_channels_get_channel_vars()
Definition at line 732 of file resource_channels.h.
| const char* channel_id |
Channel's id
Definition at line 734 of file resource_channels.h.
| const char** variables |
Array of The channel variables or functions to get
Definition at line 736 of file resource_channels.h.
| size_t variables_count |
Length of variables array.
Definition at line 738 of file resource_channels.h.
| char* variables_parse |
Parsing context for variables.
Definition at line 740 of file resource_channels.h.