#include <extconf.h>
Data Fields | |
const char * | data |
const char * | data |
const char * | foundcontext |
const char * | foundcontext |
char * | incstack [AST_PBX_MAX_STACK] |
char * | incstack [AST_PBX_MAX_STACK] |
int | stacklen |
int | status |
ast_switch * | swo |
ast_switch * | swo |
Definition at line 212 of file extconf.h.
const char* data |
Definition at line 223 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
const char* foundcontext |
const char* foundcontext |
Definition at line 224 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
char* incstack[AST_PBX_MAX_STACK] |
int stacklen |
Definition at line 220 of file extconf.h.
Referenced by ast_hint_extension(), ast_merge_contexts_and_delete(), pbx_extension_helper(), pbx_find_extension(), and register_peer_exten().
int status |
Definition at line 221 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().
struct ast_switch* swo |
struct ast_switch* swo |
Definition at line 222 of file extconf.h.
Referenced by pbx_extension_helper(), and pbx_find_extension().