
Data Fields | |
| const char * | app |
| const char * | cidmatch |
| void * | data |
| void(* | datad )(void *) |
| char * | exten |
| const char * | label |
| int | matchcid |
| struct ast_exten * | next |
| struct ast_context * | parent |
| struct ast_exten * | peer |
| int | priority |
| const char * | registrar |
| char | stuff [0] |
Definition at line 114 of file pbx.c.
| const char* app |
Application to execute
Definition at line 121 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_app(), and pbx_extension_helper().
| const char* cidmatch |
Caller id to match for this extension
Definition at line 117 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_cidmatch(), handle_context_add_extension(), handle_context_add_extension_deprecated(), and pbx_find_extension().
| void* data |
Data to use (arguments)
Definition at line 122 of file pbx.c.
Referenced by add_pri(), ast_add_extension2(), ast_get_extension_app_data(), destroy_exten(), and pbx_substitute_variables().
| void(* datad)(void *) |
Data destructor
Referenced by add_pri(), ast_add_extension2(), and destroy_exten().
| char* exten |
Extension name
Definition at line 115 of file pbx.c.
Referenced by add_pri(), ast_add_extension2(), ast_context_remove_extension2(), ast_get_extension_name(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and pbx_find_extension().
| const char* label |
Label
Definition at line 119 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_label(), handle_save_dialplan(), and pbx_find_extension().
| int matchcid |
Match caller id ?
Definition at line 116 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_matchcid(), and pbx_find_extension().
Extension with a greater ID
Definition at line 126 of file pbx.c.
Referenced by __ast_context_destroy(), add_pri(), ast_add_extension2(), ast_context_remove_extension2(), and ast_walk_context_extensions().
struct ast_context* parent [read] |
The context this extension belongs to
Definition at line 120 of file pbx.c.
Referenced by ast_add_extension2(), ast_get_extension_context(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), and ast_remove_hint().
Next higher priority with our extension
Definition at line 124 of file pbx.c.
Referenced by __ast_context_destroy(), add_pri(), ast_context_remove_extension2(), and ast_walk_extension_priorities().
| int priority |
Priority
Definition at line 118 of file pbx.c.
Referenced by add_pri(), ast_add_extension2(), ast_get_extension_priority(), complete_context_remove_extension(), complete_context_remove_extension_deprecated(), destroy_exten(), pbx_extension_helper(), and pbx_find_extension().
| const char* registrar |
Registrar
Definition at line 125 of file pbx.c.
Referenced by ast_add_extension2(), ast_context_remove_extension2(), and ast_get_extension_registrar().
| char stuff[0] |
1.5.5