Asterisk - The Open Source Telephony Project
21.4.1
|
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 include_alloc().
struct ast_include* next |
const char * registrar |
Registrar
Definition at line 42 of file pbx_include.c.
Referenced by handle_cli_dialplan_save(), and include_alloc().
const char * rname |
struct ast_timing timing |
time construct
Definition at line 46 of file pbx_include.c.
Referenced by include_alloc(), and include_free().