
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| struct ast_audiohook | audiohook |
| struct ast_autochan * | autochan |
| const ast_string_field | call_callerchan |
| const ast_string_field | call_callerid |
| const ast_string_field | call_context |
| const ast_string_field | call_extension |
| const ast_string_field | call_macrocontext |
| int | call_priority |
| 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 |
| struct { | |
| struct vm_recipient * first | |
| struct vm_recipient * last | |
| } | recipient_list |
Definition at line 267 of file app_mixmonitor.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 286 of file app_mixmonitor.c.
Definition at line 286 of file app_mixmonitor.c.
| struct ast_audiohook audiohook |
Definition at line 268 of file app_mixmonitor.c.
Referenced by destroy_monitor_audiohook(), launch_monitor_thread(), mixmonitor_thread(), and setup_mixmonitor_ds().
| struct ast_autochan* autochan |
Definition at line 276 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
Definition at line 286 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
Definition at line 286 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_context |
Definition at line 286 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
Definition at line 286 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
Definition at line 286 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| int call_priority |
Definition at line 287 of file app_mixmonitor.c.
Referenced by copy_to_voicemail(), and launch_monitor_thread().
| struct ast_callid* callid |
Definition at line 269 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* filename |
Definition at line 270 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* filename_read |
Definition at line 271 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* filename_write |
Definition at line 272 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| struct vm_recipient* first |
Definition at line 291 of file app_mixmonitor.c.
| unsigned int flags |
Definition at line 275 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
| struct vm_recipient* last |
Definition at line 291 of file app_mixmonitor.c.
| struct mixmonitor_ds* mixmonitor_ds |
Definition at line 277 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 274 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* post_process |
Definition at line 273 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| struct { ... } recipient_list |