
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 920 of file pbx.c.
| const char* data |
Definition at line 931 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| const char* foundcontext |
Definition at line 932 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
| char* incstack[AST_PBX_MAX_STACK] |
| int stacklen |
Definition at line 928 of file pbx.c.
Referenced by ast_hint_extension(), pbx_extension_helper(), and pbx_find_extension().
| int status |
Definition at line 929 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
struct ast_switch* swo [read] |
Definition at line 930 of file pbx.c.
Referenced by pbx_extension_helper(), and pbx_find_extension().
1.5.3