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
| int hastime |
If time construct exists
Definition at line 838 of file pbx.c.
Referenced by include_valid(), and ast_context_add_include2().
| const char* name |
Definition at line 835 of file pbx.c.
Referenced by ast_context_remove_include2(), ast_context_add_include2(), and ast_get_include_name().
| struct ast_include* next |
Link them together
Definition at line 840 of file pbx.c.
Referenced by pbx_find_extension(), ast_context_remove_include2(), ast_context_add_include2(), __ast_internal_context_destroy(), __ast_context_destroy(), and ast_walk_context_includes().
| const char* registrar |
Registrar
Definition at line 837 of file pbx.c.
Referenced by ast_context_remove_include2(), ast_context_add_include2(), __ast_context_destroy(), and ast_get_include_registrar().
| const char* rname |
Context to include
Definition at line 836 of file pbx.c.
Referenced by pbx_find_extension(), ast_context_add_include2(), and ast_context_verify_includes().
| char stuff[0] |
Definition at line 841 of file pbx.c.
Referenced by ast_context_add_include2().
| struct ast_timing timing |
time construct
Definition at line 839 of file pbx.c.
Referenced by include_valid(), ast_context_remove_include2(), and ast_context_add_include2().