Asterisk - The Open Source Telephony Project
18.5.0
|
#include <app.h>
Data Fields | |
ast_ivr_action | action |
void * | adata |
char * | option |
Special "options" are:
Definition at line 74 of file include/asterisk/app.h.
ast_ivr_action action |
Definition at line 76 of file include/asterisk/app.h.
Referenced by ivr_dispatch().
void* adata |
Definition at line 77 of file include/asterisk/app.h.
Referenced by ivr_dispatch().
char* option |
Definition at line 75 of file include/asterisk/app.h.
Referenced by ast_ivr_menu_run_internal(), option_exists(), and option_matchmore().