Data Fields | |
ast_string_field_mgr | __field_mgr |
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 |
ast_flags | options |
int | priority |
int | retries |
int | retrytime |
const ast_string_field | tech |
ast_variable * | vars |
int | waittime |
Definition at line 71 of file pbx_spool.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 89 of file pbx_spool.c.
Definition at line 89 of file pbx_spool.c.
const ast_string_field account |
const ast_string_field app |
long callingpid |
PID which is currently calling
Definition at line 76 of file pbx_spool.c.
Referenced by apply_outgoing().
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 |
Definition at line 89 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and safe_append().
const ast_string_field exten |
const ast_string_field fn |
Definition at line 89 of file pbx_spool.c.
Referenced by attempt_thread(), remove_from_queue(), and safe_append().
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 77 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().
int maxlen |
Maximum length of call
Definition at line 92 of file pbx_spool.c.
int maxretries |
Maximum number of retries permitted
Definition at line 73 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
options
Definition at line 93 of file pbx_spool.c.
Referenced by apply_outgoing(), init_outgoing(), and remove_from_queue().
int priority |
If extension/context/priority: Dialplan priority
Definition at line 90 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().
int retries |
Current number of retries
Definition at line 72 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and safe_append().
int retrytime |
How long to wait between retries (in seconds)
Definition at line 74 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), init_outgoing(), and safe_append().
const ast_string_field tech |
Definition at line 89 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and safe_append().
struct ast_variable* vars |
Variables and Functions
Definition at line 91 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 75 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().