Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_ivr_menu Struct Reference

#include <app.h>

Collaboration diagram for ast_ivr_menu:
Collaboration graph
[legend]

Data Fields

unsigned int flags
 
struct ast_ivr_optionoptions
 
char * title
 

Detailed Description

Definition at line 81 of file include/asterisk/app.h.

Field Documentation

◆ flags

unsigned int flags

Flags

Definition at line 83 of file include/asterisk/app.h.

◆ options

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().

◆ title

char* title

Title of menu

Definition at line 82 of file include/asterisk/app.h.

Referenced by ast_ivr_menu_run_internal().


The documentation for this struct was generated from the following file: