Collaboration diagram for ast_exten:
Data Fields | |
char * | app |
char * | cidmatch |
void * | data |
void(* | datad )(void *) |
char * | exten |
char * | label |
int | matchcid |
ast_exten * | next |
ast_context * | parent |
ast_exten * | peer |
int | priority |
const char * | registrar |
char | stuff [0] |
Definition at line 110 of file pbx.c.
char* app |
Definition at line 117 of file pbx.c.
Referenced by ast_get_extension_app(), and pbx_extension_helper().
char* cidmatch |
Definition at line 113 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_cidmatch(), handle_context_add_extension(), and pbx_find_extension().
void* data |
Definition at line 118 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_app_data(), and pbx_substitute_variables().
void(* datad)(void *) |
Referenced by ast_add_extension2().
char* exten |
Definition at line 111 of file pbx.c.
Referenced by ast_add_extension2(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), and pbx_find_extension().
char* label |
int matchcid |
Definition at line 112 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_matchcid(), and pbx_find_extension().
Definition at line 122 of file pbx.c.
Referenced by __ast_context_destroy(), ast_add_extension2(), ast_context_remove_extension2(), and pbx_find_extension().
struct ast_context* parent |
Definition at line 116 of file pbx.c.
Referenced by ast_hint_state_changed(), and ast_merge_contexts_and_delete().
Definition at line 120 of file pbx.c.
Referenced by __ast_context_destroy(), ast_add_extension2(), ast_context_remove_extension2(), and pbx_find_extension().
int priority |
Definition at line 114 of file pbx.c.
Referenced by ast_add_extension2(), ast_context_remove_extension2(), ast_walk_extension_priorities(), complete_context_remove_extension(), destroy_exten(), and pbx_extension_helper().
const char* registrar |
Definition at line 121 of file pbx.c.
Referenced by ast_context_remove_extension2(), and ast_get_extension_registrar().