Data Fields | |
struct { | |
ast_state_cb * first | |
ast_state_cb * last | |
} | callbacks |
ast_exten * | exten |
int | laststate |
struct { | |
ast_hint * next | |
} | list |
Definition at line 247 of file pbx.c.
struct { ... } callbacks |
Callback list for this extension
Referenced by ast_extension_state_add(), ast_extension_state_del(), ast_merge_contexts_and_delete(), ast_remove_hint(), handle_show_hint(), handle_show_hints(), and handle_statechange().
Extension
Definition at line 248 of file pbx.c.
Referenced by ast_add_hint_nolock(), ast_change_hint(), ast_extension_state_add(), ast_merge_contexts_and_delete(), ast_remove_hint(), complete_core_show_hint(), handle_show_hint(), handle_show_hints(), and handle_statechange().
struct ast_state_cb* first |
struct ast_state_cb* last |
int laststate |
Last known state
Definition at line 249 of file pbx.c.
Referenced by ast_merge_contexts_and_delete(), handle_show_hint(), handle_show_hints(), and handle_statechange().
struct { ... } list |
Pointer to next hint in list
Referenced by ast_add_hint_nolock(), ast_change_hint(), ast_extension_state_del(), and complete_core_show_hint().