Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_channels.h>
Data Fields | |
const char * | channel_id |
const char * | variable |
Argument struct for ast_ari_channels_get_channel_var()
Definition at line 663 of file resource_channels.h.
const char* channel_id |
Channel's id
Definition at line 665 of file resource_channels.h.
Referenced by ast_ari_channels_get_channel_var(), and ast_ari_channels_get_channel_var_cb().
const char* variable |
The channel variable or function to get
Definition at line 667 of file resource_channels.h.
Referenced by ast_ari_channels_get_channel_var(), ast_ari_channels_get_channel_var_cb(), and ast_ari_channels_get_channel_var_parse_body().