Collaboration diagram for ast_hint:
Data Fields | |
ast_state_cb * | callbacks |
ast_exten * | exten |
int | laststate |
Definition at line 199 of file pbx.c.
struct ast_state_cb* callbacks |
Callback list for this extension
Definition at line 202 of file pbx.c.
Referenced by ast_extension_state_del(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_show_hints().
Extension
Definition at line 200 of file pbx.c.
Referenced by ast_add_hint(), ast_change_hint(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_show_hints().
int laststate |
Last known state
Definition at line 201 of file pbx.c.
Referenced by ast_hint_state_changed(), ast_merge_contexts_and_delete(), and handle_show_hints().