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

helper function for originate More...

Collaboration diagram for fast_originate_helper:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field account
 
const ast_string_field app
 
const ast_string_field appdata
 
struct ast_format_capcap
 
const ast_string_field channelid
 
const ast_string_field cid_name
 
const ast_string_field cid_num
 
const ast_string_field context
 
const ast_string_field data
 
int early_media
 
const ast_string_field exten
 
const ast_string_field idtext
 
const ast_string_field otherchannelid
 
int priority
 
const ast_string_field tech
 
int timeout
 
struct ast_variablevars
 

Detailed Description

helper function for originate

Definition at line 5375 of file manager.c.

Field Documentation

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 5393 of file manager.c.

◆ account

const ast_string_field account

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ app

const ast_string_field app

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ appdata

const ast_string_field appdata

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ cap

struct ast_format_cap* cap

Codecs used for a call

Definition at line 5377 of file manager.c.

Referenced by action_originate(), destroy_fast_originate_helper(), and fast_originate().

◆ channelid

const ast_string_field channelid

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ cid_name

const ast_string_field cid_name

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ cid_num

const ast_string_field cid_num

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ context

const ast_string_field context

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ data

const ast_string_field data

data can contain a channel name struct ast_string_field_mgr __field_mgr extension number, username, password, etc.

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ early_media

int early_media

Definition at line 5378 of file manager.c.

Referenced by action_originate(), and fast_originate().

◆ exten

const ast_string_field exten

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ idtext

const ast_string_field idtext

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ otherchannelid

const ast_string_field otherchannelid

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ priority

int priority

Definition at line 5393 of file manager.c.

Referenced by action_originate(), and fast_originate().

◆ tech

const ast_string_field tech

Definition at line 5393 of file manager.c.

Referenced by fast_originate().

◆ timeout

int timeout

Definition at line 5376 of file manager.c.

Referenced by action_originate(), and fast_originate().

◆ vars

struct ast_variable* vars

Definition at line 5395 of file manager.c.

Referenced by action_originate(), destroy_fast_originate_helper(), and fast_originate().


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