Data Fields | |
struct { | |
ast_state_cb * first | |
ast_state_cb * last | |
} | callbacks |
ast_exten * | exten |
int | laststate |
Definition at line 933 of file pbx.c.
struct { ... } callbacks |
Callback list for this extension
Referenced by ast_extension_state_add(), ast_merge_contexts_and_delete(), ast_remove_hint(), find_hint_by_cb_id(), handle_show_hint(), handle_show_hints(), handle_statechange(), and hints_data_provider_get().
Extension
Definition at line 934 of file pbx.c.
Referenced by 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(), hint_hash(), and hints_data_provider_get().
struct ast_state_cb* first |
struct ast_state_cb* last |
int laststate |
Last known state
Definition at line 935 of file pbx.c.
Referenced by ast_merge_contexts_and_delete(), handle_show_hint(), handle_show_hints(), handle_statechange(), and hints_data_provider_get().