Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


outgoing Struct Reference

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
 
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
 
format_t format
 
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 75 of file pbx_spool.c.

Field Documentation

struct ast_string_field_mgr __field_mgr

Definition at line 93 of file pbx_spool.c.

struct ast_string_field_pool* __field_mgr_pool

Definition at line 93 of file pbx_spool.c.

const ast_string_field account

account code

Definition at line 93 of file pbx_spool.c.

Referenced by attempt_thread().

const ast_string_field app

If application: Application name

Definition at line 93 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

long callingpid

PID which is currently calling

Definition at line 80 of file pbx_spool.c.

Referenced by apply_outgoing(), and scan_service().

const ast_string_field cid_name

CallerID Information: Name

Definition at line 93 of file pbx_spool.c.

Referenced by attempt_thread().

const ast_string_field cid_num

CallerID Information: Number/extension

Definition at line 93 of file pbx_spool.c.

Referenced by attempt_thread().

const ast_string_field context

If extension/context/priority: Dialplan context

Definition at line 93 of file pbx_spool.c.

Referenced by attempt_thread().

const ast_string_field data

If application: Application data

Definition at line 93 of file pbx_spool.c.

Referenced by attempt_thread().

const ast_string_field dest

Which device/line to use for outgoing call

Definition at line 93 of file pbx_spool.c.

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

const ast_string_field exten

If extension/context/priority: Extension in dialplan

Definition at line 93 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

const ast_string_field fn

File name of call file

Definition at line 93 of file pbx_spool.c.

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

format_t format

Formats (codecs) for this call

Definition at line 81 of file pbx_spool.c.

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

int maxlen

Maximum length of call

Definition at line 96 of file pbx_spool.c.

int maxretries

Maximum number of retries permitted

Definition at line 77 of file pbx_spool.c.

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

struct ast_flags options

options

Definition at line 97 of file pbx_spool.c.

Referenced by apply_outgoing(), new_outgoing(), and remove_from_queue().

int priority

If extension/context/priority: Dialplan priority

Definition at line 94 of file pbx_spool.c.

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

int retries

Current number of retries

Definition at line 76 of file pbx_spool.c.

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

int retrytime

How long to wait between retries (in seconds)

Definition at line 78 of file pbx_spool.c.

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

const ast_string_field tech

Which channel technology to use for outgoing call

Definition at line 93 of file pbx_spool.c.

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

struct ast_variable* vars

Variables and Functions

Definition at line 95 of file pbx_spool.c.

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

int waittime

How long to wait for an answer

Definition at line 79 of file pbx_spool.c.

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


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