Asterisk - The Open Source Telephony Project
18.5.0
|
#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.
Referenced by ast_ari_channels_move(), ast_ari_channels_move_cb(), and ast_ari_channels_move_parse_body().
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.
Referenced by ast_ari_channels_move(), ast_ari_channels_move_cb(), and ast_ari_channels_move_parse_body().
const char* channel_id |
Channel's id
Definition at line 271 of file resource_channels.h.
Referenced by ast_ari_channels_move(), and ast_ari_channels_move_cb().