Data Fields | |
ast_audiohook * | audiohook |
ast_channel * | chan |
ast_cond_t | destruction_condition |
unsigned int | destruction_ok |
ast_filestream * | fs |
int | fs_quit |
ast_mutex_t | lock |
Definition at line 135 of file app_mixmonitor.c.
struct ast_audiohook* audiohook |
Definition at line 152 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_ds_destroy(), and stop_mixmonitor_exec().
struct ast_channel* chan |
Definition at line 136 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_chan_fixup(), mixmonitor_ds_destroy(), mixmonitor_thread(), setup_mixmonitor_ds(), and stop_mixmonitor_exec().
Definition at line 145 of file app_mixmonitor.c.
Referenced by mixmonitor_ds_destroy(), mixmonitor_free(), and mixmonitor_thread().
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 |
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(), and stop_mixmonitor_exec().