Asterisk - The Open Source Telephony Project
18.5.0
|
Data Structures | |
struct | finishlist |
struct | playlist |
Data Fields | |
int | abort_current_sound |
struct ast_channel * | chan |
struct ivr_localuser::finishlist | finishlist |
int | gen_active |
int | option_autoclear |
int | playing_silence |
struct ivr_localuser::playlist | playlist |
Definition at line 134 of file app_externalivr.c.
int abort_current_sound |
Definition at line 138 of file app_externalivr.c.
Referenced by app_exec(), eivr_comm(), gen_nextfile(), and gen_readframe().
struct ast_channel* chan |
Definition at line 135 of file app_externalivr.c.
Referenced by app_exec(), eivr_comm(), gen_closestream(), and gen_nextfile().
Referenced by eivr_comm(), and gen_readframe().
int gen_active |
Definition at line 141 of file app_externalivr.c.
Referenced by app_exec(), and eivr_comm().
int option_autoclear |
Definition at line 140 of file app_externalivr.c.
Referenced by eivr_comm().
int playing_silence |
Definition at line 139 of file app_externalivr.c.
Referenced by eivr_comm(), gen_nextfile(), and gen_readframe().
struct ivr_localuser::playlist playlist |
Referenced by app_exec(), eivr_comm(), gen_nextfile(), and gen_readframe().