|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <resource_channels.h>
Data Fields | |
| const char * | channel_id |
| const char * | value |
| const char * | variable |
Argument struct for ast_ari_channels_set_channel_var()
Definition at line 702 of file resource_channels.h.
| const char* channel_id |
Channel's id
Definition at line 704 of file resource_channels.h.
| const char* value |
The value to set the variable to
Definition at line 708 of file resource_channels.h.
| const char* variable |
The channel variable or function to set
Definition at line 706 of file resource_channels.h.