Data Fields | |
struct ast_audiohook * | audiohook |
struct ast_channel * | chan |
ast_cond_t | destruction_condition |
unsigned int | destruction_ok |
struct ast_filestream * | fs |
int | fs_quit |
ast_mutex_t | lock |
Definition at line 135 of file app_mixmonitor.c.
struct ast_audiohook* audiohook [read] |
Definition at line 152 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_destroy(), setup_mixmonitor_ds(), and stop_mixmonitor_exec().
struct ast_channel* chan [read] |
Definition at line 136 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_chan_fixup(), mixmonitor_ds_destroy(), mixmonitor_thread(), and setup_mixmonitor_ds().
Definition at line 145 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
unsigned int destruction_ok |
Definition at line 144 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), and mixmonitor_thread().
struct ast_filestream* fs [read] |
Definition at line 151 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_close_fs(), and mixmonitor_thread().
int fs_quit |
Definition at line 150 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_close_fs(), and mixmonitor_thread().
Definition at line 146 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_chan_fixup(), mixmonitor_ds_destroy(), mixmonitor_free(), mixmonitor_thread(), setup_mixmonitor_ds(), and stop_mixmonitor_exec().