Data Fields | |
char | account [AST_MAX_ACCOUNT_CODE] |
char | app [256] |
int | callingpid |
char | cid_name [256] |
char | cid_num [256] |
char | context [256] |
char | data [256] |
char | dest [256] |
char | exten [256] |
char | fn [256] |
int | maxlen |
int | maxretries |
int | priority |
int | retries |
int | retrytime |
char | tech [256] |
ast_variable * | vars |
int | waittime |
Definition at line 59 of file pbx_spool.c.
char account[AST_MAX_ACCOUNT_CODE] |
char app[256] |
int callingpid |
char cid_name[256] |
char cid_num[256] |
char context[256] |
char data[256] |
char dest[256] |
char exten[256] |
char fn[256] |
Definition at line 60 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and safe_append().
int maxlen |
Definition at line 96 of file pbx_spool.c.
int maxretries |
int priority |
Definition at line 83 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().
int retries |
Definition at line 62 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and safe_append().
int retrytime |
Definition at line 66 of file pbx_spool.c.
Referenced by apply_outgoing(), init_outgoing(), and safe_append().
char tech[256] |
struct ast_variable* vars |
int waittime |
Definition at line 68 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().