Data Fields | |
char | account [AST_MAX_ACCOUNT_CODE] |
char | app [256] |
long | 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 |
struct ast_flags | options |
int | priority |
int | retries |
int | retrytime |
char | tech [256] |
struct ast_variable * | vars |
int | waittime |
Definition at line 69 of file pbx_spool.c.
char account[AST_MAX_ACCOUNT_CODE] |
char app[256] |
long callingpid |
char cid_name[256] |
char cid_num[256] |
char context[256] |
char data[256] |
char dest[256] |
Definition at line 84 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and scan_service().
char exten[256] |
char fn[256] |
Definition at line 70 of file pbx_spool.c.
Referenced by apply_outgoing(), remove_from_queue(), safe_append(), and scan_service().
int maxlen |
Definition at line 106 of file pbx_spool.c.
int maxretries |
Definition at line 74 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and scan_service().
Definition at line 109 of file pbx_spool.c.
Referenced by apply_outgoing(), init_outgoing(), and remove_from_queue().
int priority |
Definition at line 93 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().
int retries |
Definition at line 72 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), safe_append(), and scan_service().
int retrytime |
Definition at line 76 of file pbx_spool.c.
Referenced by apply_outgoing(), init_outgoing(), safe_append(), and scan_service().
char tech[256] |
Definition at line 83 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and scan_service().
struct ast_variable* vars [read] |
int waittime |
Definition at line 78 of file pbx_spool.c.
Referenced by apply_outgoing(), attempt_thread(), and init_outgoing().