Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_ari_channels_continue_in_dialplan_args Struct Reference

#include <resource_channels.h>

Data Fields

const char * channel_id
 
const char * context
 
const char * extension
 
const char * label
 
int priority
 

Detailed Description

Argument struct for ast_ari_channels_continue_in_dialplan()

Definition at line 237 of file resource_channels.h.

Field Documentation

◆ channel_id

const char* channel_id

◆ context

const char* context

◆ extension

const char* extension

◆ label

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().

◆ priority

int priority

The documentation for this struct was generated from the following file: