Data Fields | |
char | account [AST_MAX_ACCOUNT_CODE] |
char | app [256] |
long | callingpid |
char | cid_name [256] |
char | cid_num [256] |
char | context [AST_MAX_CONTEXT] |
char | data [256] |
char | dest [256] |
char | exten [AST_MAX_EXTENSION] |
char | fn [256] |
int | format |
int | maxlen |
int | maxretries |
ast_flags | options |
int | priority |
int | retries |
int | retrytime |
char | tech [256] |
ast_variable * | vars |
int | waittime |
Definition at line 63 of file pbx_spool.c.
char account[AST_MAX_ACCOUNT_CODE] |
account code
Definition at line 85 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char app[256] |
If application: Application name
Definition at line 75 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
long callingpid |
PID which is currently calling
Definition at line 69 of file pbx_spool.c.
Referenced by apply_outgoing().
char cid_name[256] |
CallerID Information: Name
Definition at line 83 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char cid_num[256] |
CallerID Information: Number/extension
Definition at line 82 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char context[AST_MAX_CONTEXT] |
If extension/context/priority: Dialplan context
Definition at line 79 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char data[256] |
If applicatoin: Application data
Definition at line 76 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char dest[256] |
Which device/line to use for outgoing call
Definition at line 73 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char exten[AST_MAX_EXTENSION] |
If extension/context/priority: Extension in dialplan
Definition at line 78 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
char fn[256] |
Definition at line 64 of file pbx_spool.c.
Referenced by apply_outgoing(), remove_from_queue(), and safe_append().
int format |
Formats (codecs) for this call
Definition at line 70 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().
int maxlen |
Maximum length of call
Definition at line 89 of file pbx_spool.c.
int maxretries |
Maximum number of retries permitted
Definition at line 66 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
options
Definition at line 91 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 80 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().
int retries |
Current number of retries
Definition at line 65 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 67 of file pbx_spool.c.
Referenced by apply_outgoing(), init_outgoing(), and safe_append().
char tech[256] |
Which channel driver to use for outgoing call
Definition at line 72 of file pbx_spool.c.
Referenced by apply_outgoing(), and attempt_thread().
struct ast_variable* vars |
Variables and Functions
Definition at line 87 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 68 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().