Structure for dial plan hints. More...

Data Fields | |
| struct ao2_container * | callbacks |
| char | context_name [AST_MAX_CONTEXT] |
| struct ast_exten * | exten |
| Hint extension. | |
| char | exten_name [AST_MAX_EXTENSION] |
| int | laststate |
Structure for dial plan hints.
| struct ao2_container* callbacks |
Callback container for this extension
Definition at line 943 of file pbx.c.
Referenced by handle_statechange(), ast_extension_state_add(), find_hint_by_cb_id(), ast_extension_state_del(), destroy_hint(), ast_add_hint(), handle_show_hints(), handle_show_hint(), ast_merge_contexts_and_delete(), and hints_data_provider_get().
| char context_name[AST_MAX_CONTEXT] |
Context of destroyed hint extension.
Definition at line 945 of file pbx.c.
Referenced by destroy_hint(), and ast_remove_hint().
Hint extension.
Definition at line 942 of file pbx.c.
Referenced by handle_statechange(), destroy_hint(), ast_remove_hint(), ast_add_hint(), ast_change_hint(), handle_show_hints(), complete_core_show_hint(), handle_show_hint(), ast_merge_contexts_and_delete(), hints_data_provider_get(), hint_hash(), and hint_cmp().
| char exten_name[AST_MAX_EXTENSION] |
Extension of destroyed hint extension.
Definition at line 946 of file pbx.c.
Referenced by destroy_hint(), ast_remove_hint(), and hint_hash().
| int laststate |
Last known state
Definition at line 944 of file pbx.c.
Referenced by handle_statechange(), ast_add_hint(), handle_show_hints(), handle_show_hint(), ast_merge_contexts_and_delete(), and hints_data_provider_get().