#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_find_extension(), and pbx_extension_helper().
| const char * foundcontext |
Definition at line 238 of file extconf.h.
Referenced by pbx_find_extension(), and pbx_extension_helper().
| 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 register_peer_exten(), get_parking_exten(), remove_exten_if_exist(), pbx_find_extension(), pbx_extension_helper(), ast_hint_extension_nolock(), ast_merge_contexts_and_delete(), check_goto(), and check_pval_item().
| int status |
Definition at line 235 of file extconf.h.
Referenced by pbx_find_extension(), pbx_extension_helper(), check_goto(), and check_pval_item().
| struct ast_switch * swo |
Definition at line 236 of file extconf.h.
Referenced by pbx_find_extension(), and pbx_extension_helper().