
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 929 of file pbx.c.
| const char* data |
Definition at line 940 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| const char* foundcontext |
Definition at line 941 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| char* incstack[AST_PBX_MAX_STACK] |
| int stacklen |
Definition at line 937 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 938 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
struct ast_switch* swo [read] |
Definition at line 939 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
1.5.6