![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
ast_exten Struct Reference
Collaboration diagram for ast_exten:
Definition at line 115 of file pbx.c.
Data Fields | |
| const char * | app |
| ast_app * | cached_app |
| const char * | cidmatch |
| void * | data |
| void(* | datad )(void *) |
| char * | exten |
| const char * | label |
| int | matchcid |
| ast_exten * | next |
| ast_context * | parent |
| ast_exten * | peer |
| int | priority |
| const char * | registrar |
| char | stuff [0] |
|
|
Application to execute Definition at line 122 of file pbx.c. Referenced by ast_add_extension2(), ast_get_extension_app(), and pbx_extension_helper(). |
|
|
Cached location of application Definition at line 123 of file pbx.c. Referenced by pbx_extension_helper(). |
|
|
Caller id to match for this extension Definition at line 118 of file pbx.c. Referenced by ast_add_extension2(), ast_get_extension_cidmatch(), and show_dialplan_helper(). |
|
|
Data to use (arguments) Definition at line 124 of file pbx.c. Referenced by ast_add_extension2(), ast_get_extension_app_data(), and pbx_substitute_variables(). |
|
|
Data destructor Referenced by ast_add_extension2(). |
|
|
Extension name Definition at line 116 of file pbx.c. Referenced by ast_add_extension2(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), and ast_remove_hint(). |
|
|
Label Definition at line 120 of file pbx.c. Referenced by ast_add_extension2(). |
|
|
Match caller id ? Definition at line 117 of file pbx.c. Referenced by ast_add_extension2(), ast_get_extension_matchcid(), and show_dialplan_helper(). |
|
|
Extension with a greater ID Definition at line 128 of file pbx.c. Referenced by ast_add_extension2(), and ast_context_remove_extension2(). |
|
|
The context this extension belongs to Definition at line 121 of file pbx.c. Referenced by ast_add_extension2(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), and ast_remove_hint(). |
|
|
Next higher priority with our extension Definition at line 126 of file pbx.c. Referenced by add_pri(), and ast_context_remove_extension2(). |
|
|
Priority Definition at line 119 of file pbx.c. Referenced by add_pri(), ast_add_extension2(), ast_walk_extension_priorities(), complete_context_remove_extension(), destroy_exten(), and pbx_extension_helper(). |
|
|
Registrar Definition at line 127 of file pbx.c. Referenced by ast_add_extension2(), and ast_get_extension_registrar(). |
|
|
Definition at line 129 of file pbx.c. Referenced by ast_add_extension2(). |