Structure for dial plan hints. More...
Data Fields | |
struct ast_state_cb * | callbacks |
struct ast_exten * | exten |
int | laststate |
Structure for dial plan hints.
Definition at line 197 of file pbx.c.
struct ast_state_cb* callbacks [read] |
Callback list for this extension
Definition at line 200 of file pbx.c.
Referenced by ast_extension_state_add(), ast_extension_state_del(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), find_hint_by_cb_id(), and handle_show_hints().
Extension
Definition at line 198 of file pbx.c.
Referenced by ast_add_hint(), ast_change_hint(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), handle_show_hints(), and hint_cmp().
int laststate |
Last known state
Definition at line 199 of file pbx.c.
Referenced by ast_add_hint(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), and handle_show_hints().