Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <resource_channels.h>
Data Fields | |
const char * | app |
const char * | app_args |
const char * | channel_id |
Argument struct for ast_ari_channels_move()
Definition at line 269 of file resource_channels.h.
const char* app |
The channel will be passed to this Stasis application.
Definition at line 273 of file resource_channels.h.
const char* app_args |
The application arguments to pass to the Stasis application provided by 'app'.
Definition at line 275 of file resource_channels.h.
const char* channel_id |
Channel's id
Definition at line 271 of file resource_channels.h.