|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
Structure for dial plan hints. More...

Data Fields | ||
| struct ast_state_cb * | callbacks | |
| struct ast_exten * | exten | |
| int | laststate | |
| struct { | ||
| struct ast_hint * next | ||
| } | list | |
Structure for dial plan hints.
| struct ast_state_cb* callbacks |
Callback list for this extension
Definition at line 2431 of file extconf.c.
Referenced by ast_remove_hint().
| struct ast_exten* exten |
Extension
Definition at line 2429 of file extconf.c.
Referenced by ast_add_hint(), ast_change_hint(), and ast_remove_hint().
| struct { ... } list |
Pointer to next hint in list
Referenced by ast_add_hint(), and ast_change_hint().