Data Fields | |
const char * | data |
const char * | foundcontext |
char * | incstack [AST_PBX_MAX_STACK] |
int | stacklen |
int | status |
ast_switch * | swo |
Definition at line 982 of file pbx.c.
const char* data |
Definition at line 993 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
const char* foundcontext |
Definition at line 994 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
char* incstack[AST_PBX_MAX_STACK] |
int stacklen |
Definition at line 990 of file pbx.c.
Referenced by ast_hint_extension(), ast_merge_contexts_and_delete(), pbx_extension_helper(), and pbx_find_extension().
int status |
Definition at line 991 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
struct ast_switch* swo |
Definition at line 992 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().