Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:03 2007

Asterisk developer's documentation :: Codename Pineapple


outgoing Struct Reference

Collaboration diagram for outgoing:

Collaboration graph
[legend]

Detailed Description

Definition at line 69 of file pbx_spool.c.

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
ast_flags options
int priority
int retries
int retrytime
char tech [256]
ast_variablevars
int waittime


Field Documentation

char account[AST_MAX_ACCOUNT_CODE]
 

Definition at line 100 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char app[256]
 

Definition at line 87 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

long callingpid
 

Definition at line 80 of file pbx_spool.c.

Referenced by apply_outgoing().

char cid_name[256]
 

Definition at line 97 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char cid_num[256]
 

Definition at line 96 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char context[256]
 

Definition at line 92 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char data[256]
 

Definition at line 88 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char dest[256]
 

Definition at line 84 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char exten[256]
 

Definition at line 91 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

char fn[256]
 

Definition at line 70 of file pbx_spool.c.

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

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(), and attempt_thread().

struct ast_flags options
 

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(), and safe_append().

int retrytime
 

Definition at line 76 of file pbx_spool.c.

Referenced by apply_outgoing(), init_outgoing(), and safe_append().

char tech[256]
 

Definition at line 83 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

struct ast_variable* vars
 

Definition at line 103 of file pbx_spool.c.

Referenced by apply_outgoing(), and attempt_thread().

int waittime
 

Definition at line 78 of file pbx_spool.c.

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


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen