
Data Fields | |
| const char * | data |
| const char * | foundcontext |
| char * | incstack [AST_PBX_MAX_STACK] |
| int | stacklen |
| int | status |
| struct ast_switch * | swo |
Definition at line 924 of file pbx.c.
| const char* data |
Definition at line 935 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| const char* foundcontext |
Definition at line 936 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| char* incstack[AST_PBX_MAX_STACK] |
| int stacklen |
Definition at line 932 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 933 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
struct ast_switch* swo [read] |
Definition at line 934 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
1.5.5