Data Fields | |
ast_state_cb * | callbacks |
ast_exten * | exten |
int | laststate |
ast_hint * | next |
Hints are pointers from an extension in the dialplan to one or more devices (tech/name)
Definition at line 189 of file pbx.c.
|
Callback list for this extension Definition at line 192 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(), and handle_show_hints(). |
|
Extension Definition at line 190 of file pbx.c. Referenced by ast_add_hint(), ast_change_hint(), ast_extension_state_add(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_show_hints(). |
|
Last known state Definition at line 191 of file pbx.c. Referenced by ast_add_hint(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), and handle_show_hints(). |
|
Pointer to next hint in list Definition at line 193 of file pbx.c. Referenced by ast_add_hint(), ast_change_hint(), ast_extension_state_add(), ast_extension_state_del(), ast_hint_state_changed(), ast_merge_contexts_and_delete(), ast_remove_hint(), and handle_show_hints(). |