
Data Fields | |
| struct ast_audiohook | audiohook |
| struct ast_autochan * | autochan |
| struct ast_callid * | callid |
| char * | filename |
| char * | filename_read |
| char * | filename_write |
| unsigned int | flags |
| struct mixmonitor_ds * | mixmonitor_ds |
| char * | name |
| char * | post_process |
Definition at line 241 of file app_mixmonitor.c.
struct ast_audiohook audiohook [read] |
Definition at line 242 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), launch_monitor_thread(), mixmonitor_thread(), and setup_mixmonitor_ds().
struct ast_autochan* autochan [read] |
Definition at line 250 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
struct ast_callid* callid [read] |
Definition at line 243 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* filename |
Definition at line 244 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| char* filename_read |
Definition at line 245 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_exec(), mixmonitor_free(), and mixmonitor_thread().
| char* filename_write |
Definition at line 246 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_exec(), mixmonitor_free(), and mixmonitor_thread().
| unsigned int flags |
struct mixmonitor_ds* mixmonitor_ds [read] |
Definition at line 251 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), mixmonitor_free(), mixmonitor_save_prep(), mixmonitor_thread(), and setup_mixmonitor_ds().
| char* name |
Definition at line 248 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* post_process |
Definition at line 247 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
1.5.6