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] |
| char * | last_presence_message |
| int | last_presence_state |
| char * | last_presence_subtype |
| int | laststate |
Structure for dial plan hints.
| struct ao2_container* callbacks |
Device state callback container for this extension
Definition at line 979 of file pbx.c.
Referenced by ast_add_hint(), ast_extension_state_del(), ast_merge_contexts_and_delete(), destroy_hint(), extension_state_add_destroy(), find_hint_by_cb_id(), handle_presencechange(), handle_show_hint(), handle_show_hints(), handle_statechange(), and hints_data_provider_get().
| char context_name[AST_MAX_CONTEXT] |
Context of destroyed hint extension.
Definition at line 989 of file pbx.c.
Referenced by ast_remove_hint(), and destroy_hint().
Hint extension.
Definition at line 978 of file pbx.c.
Referenced by ast_add_hint(), ast_change_hint(), ast_merge_contexts_and_delete(), ast_remove_hint(), complete_core_show_hint(), destroy_hint(), handle_presencechange(), handle_show_hint(), handle_show_hints(), handle_statechange(), hint_cmp(), hint_hash(), and hints_data_provider_get().
| char exten_name[AST_MAX_EXTENSION] |
Extension of destroyed hint extension.
Definition at line 990 of file pbx.c.
Referenced by ast_remove_hint(), destroy_hint(), and hint_hash().
| char* last_presence_message |
Last known presence message string
Definition at line 987 of file pbx.c.
Referenced by ast_add_hint(), ast_merge_contexts_and_delete(), destroy_hint(), execute_state_callback(), handle_presencechange(), and hints_data_provider_get().
Presence state variables Last known presence state
Definition at line 985 of file pbx.c.
Referenced by ast_add_hint(), ast_merge_contexts_and_delete(), execute_state_callback(), handle_presencechange(), and hints_data_provider_get().
| char* last_presence_subtype |
Last known presence subtype string
Definition at line 986 of file pbx.c.
Referenced by ast_add_hint(), ast_merge_contexts_and_delete(), destroy_hint(), execute_state_callback(), handle_presencechange(), and hints_data_provider_get().
| int laststate |
Dev state variables Last known device state
Definition at line 982 of file pbx.c.
Referenced by ast_add_hint(), ast_merge_contexts_and_delete(), destroy_hint(), execute_state_callback(), handle_show_hint(), handle_show_hints(), handle_statechange(), and hints_data_provider_get().