Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
outgoing Struct Reference
Collaboration diagram for outgoing:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field account
 
const ast_string_field app
 
long callingpid
 
struct ast_format_capcapabilities
 
const ast_string_field cid_name
 
const ast_string_field cid_num
 
const ast_string_field context
 
const ast_string_field data
 
const ast_string_field dest
 
const ast_string_field exten
 
const ast_string_field fn
 
int maxlen
 
int maxretries
 
struct ast_flags options
 
int priority
 
int retries
 
int retrytime
 
const ast_string_field tech
 
struct ast_variablevars
 
int waittime
 

Detailed Description

Definition at line 77 of file pbx_spool.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 95 of file pbx_spool.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 95 of file pbx_spool.c.

◆ account

const ast_string_field account

Definition at line 95 of file pbx_spool.c.

Referenced by attempt_thread().

◆ app

const ast_string_field app

◆ callingpid

long callingpid

PID which is currently calling

Definition at line 82 of file pbx_spool.c.

Referenced by parse_line(), and scan_service().

◆ capabilities

struct ast_format_cap* capabilities

Formats (codecs) for this call File name of call file Which channel technology to use for outgoing call Which device/line to use for outgoing call If application: Application name If application: Application data If extension/context/priority: Extension in dialplan If extension/context/priority: Dialplan context CallerID Information: Number/extension CallerID Information: Name account code

Definition at line 83 of file pbx_spool.c.

Referenced by attempt_thread(), free_outgoing(), new_outgoing(), and parse_line().

◆ cid_name

const ast_string_field cid_name

Definition at line 95 of file pbx_spool.c.

Referenced by attempt_thread().

◆ cid_num

const ast_string_field cid_num

Definition at line 95 of file pbx_spool.c.

Referenced by attempt_thread().

◆ context

const ast_string_field context

Definition at line 95 of file pbx_spool.c.

Referenced by attempt_thread(), pbx_outgoing_attempt(), and pbx_outgoing_exec().

◆ data

const ast_string_field data

Definition at line 95 of file pbx_spool.c.

Referenced by attempt_thread().

◆ dest

const ast_string_field dest

Definition at line 95 of file pbx_spool.c.

Referenced by apply_outgoing(), attempt_thread(), safe_append(), and scan_service().

◆ exten

const ast_string_field exten

◆ fn

const ast_string_field fn

◆ maxlen

int maxlen

Maximum length of call

Definition at line 98 of file pbx_spool.c.

◆ maxretries

int maxretries

Maximum number of retries permitted

Definition at line 79 of file pbx_spool.c.

Referenced by attempt_thread(), parse_line(), and scan_service().

◆ options

struct ast_flags options

options

Definition at line 99 of file pbx_spool.c.

Referenced by attempt_thread(), new_outgoing(), parse_line(), and remove_from_queue().

◆ priority

int priority

If extension/context/priority: Dialplan priority

Definition at line 96 of file pbx_spool.c.

Referenced by attempt_thread(), new_outgoing(), parse_line(), pbx_outgoing_attempt(), and pbx_outgoing_exec().

◆ retries

int retries

Current number of retries

Definition at line 78 of file pbx_spool.c.

Referenced by apply_outgoing(), attempt_thread(), parse_line(), safe_append(), and scan_service().

◆ retrytime

int retrytime

How long to wait between retries (in seconds)

Definition at line 80 of file pbx_spool.c.

Referenced by attempt_thread(), new_outgoing(), parse_line(), safe_append(), and scan_service().

◆ tech

const ast_string_field tech

Definition at line 95 of file pbx_spool.c.

Referenced by apply_outgoing(), attempt_thread(), safe_append(), and scan_service().

◆ vars

struct ast_variable* vars

Variables and Functions

Definition at line 97 of file pbx_spool.c.

Referenced by append_variable(), attempt_thread(), and free_outgoing().

◆ waittime

int waittime

How long to wait for an answer

Definition at line 81 of file pbx_spool.c.

Referenced by attempt_thread(), new_outgoing(), and parse_line().


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