|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <app.h>

Data Fields | |
| unsigned int | flags |
| struct ast_ivr_option * | options |
| char * | title |
Definition at line 81 of file include/asterisk/app.h.
| unsigned int flags |
Flags
Definition at line 83 of file include/asterisk/app.h.
| struct ast_ivr_option* options |
All options
Definition at line 84 of file include/asterisk/app.h.
Referenced by ast_ivr_menu_run_internal(), option_exists(), and option_matchmore().
| char* title |
Title of menu
Definition at line 82 of file include/asterisk/app.h.
Referenced by ast_ivr_menu_run_internal().