Codename Pineapple

Home page | Mailing list | Docs

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

Asterisk developer's documentation :: Codename Pineapple


ast_include Struct Reference

Collaboration diagram for ast_include:

Collaboration graph
[legend]

Detailed Description

ast_include: include= support in extensions.conf

Definition at line 133 of file pbx.c.

Data Fields

int hastime
const char * name
ast_includenext
const char * registrar
const char * rname
char stuff [0]
ast_timing timing


Field Documentation

int hastime
 

If time construct exists

Definition at line 137 of file pbx.c.

Referenced by ast_context_add_include2(), and include_valid().

const char* name
 

Definition at line 134 of file pbx.c.

Referenced by ast_context_add_include2(), ast_context_remove_include2(), and ast_get_include_name().

struct ast_include* next
 

Link them together

Definition at line 139 of file pbx.c.

Referenced by ast_context_add_include2(), ast_context_remove_include2(), and ast_walk_context_includes().

const char* registrar
 

Registrar

Definition at line 136 of file pbx.c.

Referenced by ast_context_add_include2(), ast_context_remove_include2(), and ast_get_include_registrar().

const char* rname
 

Context to include

Definition at line 135 of file pbx.c.

Referenced by ast_context_add_include2(), and ast_context_verify_includes().

char stuff[0]
 

Definition at line 140 of file pbx.c.

Referenced by ast_context_add_include2().

struct ast_timing timing
 

time construct

Definition at line 138 of file pbx.c.

Referenced by ast_context_add_include2(), and include_valid().


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