Asterisk - The Open Source Telephony Project
18.5.0
|
ast_include: include= support in extensions.conf More...
Data Fields | |
int | hastime |
const char * | name |
struct ast_include * | next |
const char * | registrar |
const char * | rname |
char | stuff [0] |
struct ast_timing | timing |
ast_include: include= support in extensions.conf
ast_include: include= support in extensions.conf
Definition at line 37 of file pbx_include.c.
int hastime |
If time construct exists
Definition at line 44 of file pbx_include.c.
Referenced by ast_context_add_include2(), include_alloc(), include_valid(), and main().
const char * name |
Definition at line 38 of file pbx_include.c.
Referenced by ast_context_add_include2(), ast_get_include_name(), PathSegment::get_child(), include_alloc(), Parameter::load(), SwaggerType::load(), Property::load(), and main().
struct ast_include * next |
Link them together
Definition at line 151 of file conf2ael.c.
Referenced by __ast_context_destroy(), ast_context_add_include2(), ast_walk_context_includes(), main(), and pbx_find_extension().
const char * registrar |
Registrar
Definition at line 42 of file pbx_include.c.
Referenced by ast_context_add_include2(), ast_get_include_registrar(), and include_alloc().
const char * rname |
Context to include
Definition at line 40 of file pbx_include.c.
Referenced by ast_context_add_include2(), ast_context_verify_includes(), include_alloc(), include_rname(), and pbx_find_extension().
char stuff |
Definition at line 47 of file pbx_include.c.
Referenced by ast_context_add_include2(), and include_alloc().
struct ast_timing timing |
time construct
Definition at line 46 of file pbx_include.c.
Referenced by ast_context_add_include2(), include_alloc(), include_free(), include_valid(), and main().