Asterisk - The Open Source Telephony Project GIT-master-7e7a603
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

Channel's id

Definition at line 239 of file resource_channels.h.

◆ context

const char* context

The context to continue to.

Definition at line 241 of file resource_channels.h.

◆ extension

const char* extension

The extension to continue to.

Definition at line 243 of file resource_channels.h.

Referenced by Registration::write().

◆ 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.

◆ priority

int priority

The priority to continue to.

Definition at line 245 of file resource_channels.h.


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