| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 | |
| int | call_priority | |
| 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 413 of file app_mixmonitor.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 431 of file app_mixmonitor.c.
| struct ast_string_field_pool* __field_mgr_pool | 
Definition at line 431 of file app_mixmonitor.c.
| struct ast_audiohook audiohook | 
Definition at line 414 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 422 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_thread(), and setup_mixmonitor_ds().
| const ast_string_field call_callerchan | 
Definition at line 431 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_callerid | 
Definition at line 431 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_context | 
Definition at line 431 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_extension | 
Definition at line 431 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| int call_priority | 
Definition at line 432 of file app_mixmonitor.c.
Referenced by copy_to_voicemail(), and launch_monitor_thread().
| ast_callid callid | 
Definition at line 420 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| char* filename | 
Definition at line 415 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
| char* filename_read | 
Definition at line 416 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* filename_write | 
Definition at line 417 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| struct vm_recipient* first | 
Definition at line 436 of file app_mixmonitor.c.
| unsigned int flags | 
Definition at line 421 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
| struct vm_recipient* last | 
Definition at line 436 of file app_mixmonitor.c.
| struct mixmonitor_ds* mixmonitor_ds | 
Definition at line 423 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 419 of file app_mixmonitor.c.
Referenced by PathSegment::get_child(), launch_monitor_thread(), SwaggerType::load(), mixmonitor_free(), and mixmonitor_thread().
| char* post_process | 
Definition at line 418 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| struct { ... } recipient_list |