
Data Fields | |
| const char * | data |
| const char * | foundcontext |
| char * | incstack [AST_PBX_MAX_STACK] |
| int | stacklen |
| int | status |
| ast_switch * | swo |
Definition at line 922 of file pbx.c.
| const char* data |
Definition at line 933 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| const char* foundcontext |
Definition at line 934 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| char* incstack[AST_PBX_MAX_STACK] |
| int stacklen |
Definition at line 930 of file pbx.c.
Referenced by ast_hint_extension(), pbx_extension_helper(), and pbx_find_extension().
| int status |
Definition at line 931 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| struct ast_switch* swo |
Definition at line 932 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
1.5.1