Structure for dial plan hints. More...

Data Fields | |
| struct ao2_container * | callbacks |
| struct ast_exten * | exten |
| int | laststate |
Structure for dial plan hints.
| struct ao2_container* callbacks |
Callback container for this extension
Definition at line 889 of file pbx.c.
Referenced by ast_add_hint(), ast_extension_state_add(), ast_extension_state_del(), ast_merge_contexts_and_delete(), ast_remove_hint(), find_hint_by_cb_id(), handle_show_hint(), handle_show_hints(), and handle_statechange().
Extension
Definition at line 887 of file pbx.c.
Referenced by ast_add_hint(), ast_change_hint(), ast_merge_contexts_and_delete(), ast_remove_hint(), complete_core_show_hint(), handle_show_hint(), handle_show_hints(), handle_statechange(), hint_cmp(), and hint_hash().
| int laststate |
Last known state
Definition at line 888 of file pbx.c.
Referenced by ast_add_hint(), ast_merge_contexts_and_delete(), handle_show_hint(), handle_show_hints(), and handle_statechange().