Asterisk - The Open Source Telephony Project
18.5.0
|
#include <app.h>
Data Fields | |
unsigned int | flags |
struct ast_ivr_option * | options |
char * | title |
Definition at line 80 of file include/asterisk/app.h.
unsigned int flags |
Flags
Definition at line 82 of file include/asterisk/app.h.
struct ast_ivr_option* options |
All options
Definition at line 83 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 81 of file include/asterisk/app.h.
Referenced by ast_ivr_menu_run_internal().