#include <extconf.h>

Data Fields | |
| const char * | data |
| const char * | foundcontext |
| char * | incstack [AST_PBX_MAX_STACK] |
| int | stacklen |
| int | status |
| struct ast_switch * | swo |
| const char * data |
Definition at line 237 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| const char * foundcontext |
Definition at line 238 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| char * incstack |
Definition at line 233 of file extconf.h.
Referenced by pbx_find_extension().
| int stacklen |
Definition at line 234 of file extconf.h.
Referenced by ast_hint_extension_nolock(), ast_merge_contexts_and_delete(), check_goto(), check_pval_item(), get_parking_exten(), pbx_extension_helper(), pbx_find_extension(), register_peer_exten(), and remove_exten_if_exist().
| int status |
Definition at line 235 of file extconf.h.
Referenced by check_goto(), check_pval_item(), pbx_extension_helper(), and pbx_find_extension().
| struct ast_switch * swo |
Definition at line 236 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().