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

#include <channel.h>

Collaboration diagram for outgoing_helper:
Collaboration graph
[legend]

Data Fields

const char * account
 
const char * cid_name
 
const char * cid_num
 
int connect_on_early_media
 
const char * context
 
const char * exten
 
struct ast_channelparent_channel
 
int priority
 
struct ast_variablevars
 

Detailed Description

Definition at line 1105 of file channel.h.

Field Documentation

◆ account

const char* account

Definition at line 1112 of file channel.h.

Referenced by __ast_request_and_dial(), and ast_call_forward().

◆ cid_name

const char* cid_name

Definition at line 1111 of file channel.h.

Referenced by __ast_request_and_dial().

◆ cid_num

const char* cid_num

Definition at line 1110 of file channel.h.

Referenced by __ast_request_and_dial().

◆ connect_on_early_media

int connect_on_early_media

Definition at line 1109 of file channel.h.

Referenced by __ast_request_and_dial().

◆ context

const char* context

Definition at line 1106 of file channel.h.

Referenced by __ast_request_and_dial().

◆ exten

const char* exten

Definition at line 1107 of file channel.h.

Referenced by __ast_request_and_dial().

◆ parent_channel

struct ast_channel* parent_channel

Definition at line 1114 of file channel.h.

Referenced by __ast_request_and_dial(), and ast_call_forward().

◆ priority

int priority

Definition at line 1108 of file channel.h.

Referenced by __ast_request_and_dial().

◆ vars

struct ast_variable* vars

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