Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_channels.h>
Data Fields | |
const char * | channel_id |
const char * | context |
const char * | extension |
const char * | label |
int | priority |
Argument struct for ast_ari_channels_continue_in_dialplan()
Definition at line 237 of file resource_channels.h.
const char* channel_id |
Channel's id
Definition at line 239 of file resource_channels.h.
Referenced by ast_ari_channels_continue_in_dialplan(), and ast_ari_channels_continue_in_dialplan_cb().
const char* context |
The context to continue to.
Definition at line 241 of file resource_channels.h.
Referenced by ast_ari_channels_continue_in_dialplan(), ast_ari_channels_continue_in_dialplan_cb(), and ast_ari_channels_continue_in_dialplan_parse_body().
const char* extension |
The extension to continue to.
Definition at line 243 of file resource_channels.h.
Referenced by ast_ari_channels_continue_in_dialplan(), ast_ari_channels_continue_in_dialplan_cb(), and ast_ari_channels_continue_in_dialplan_parse_body().
const char* label |
The label to continue to - will supersede 'priority' if both are provided.
Definition at line 247 of file resource_channels.h.
Referenced by ast_ari_channels_continue_in_dialplan(), ast_ari_channels_continue_in_dialplan_cb(), and ast_ari_channels_continue_in_dialplan_parse_body().
int priority |
The priority to continue to.
Definition at line 245 of file resource_channels.h.
Referenced by ast_ari_channels_continue_in_dialplan(), ast_ari_channels_continue_in_dialplan_cb(), and ast_ari_channels_continue_in_dialplan_parse_body().