|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 |
| 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 367 of file app_mixmonitor.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 386 of file app_mixmonitor.c.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 386 of file app_mixmonitor.c.
| struct ast_audiohook audiohook |
Definition at line 368 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 376 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 386 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_callerid |
Definition at line 386 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_context |
Definition at line 386 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_extension |
Definition at line 386 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| const ast_string_field call_macrocontext |
Definition at line 386 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
| int call_priority |
Definition at line 387 of file app_mixmonitor.c.
Referenced by copy_to_voicemail(), and launch_monitor_thread().
| ast_callid callid |
Definition at line 374 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
| char* filename |
Definition at line 369 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
| char* filename_read |
Definition at line 370 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| char* filename_write |
Definition at line 371 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| struct vm_recipient* first |
Definition at line 391 of file app_mixmonitor.c.
| unsigned int flags |
Definition at line 375 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
| struct vm_recipient* last |
Definition at line 391 of file app_mixmonitor.c.
| struct mixmonitor_ds* mixmonitor_ds |
Definition at line 377 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 373 of file app_mixmonitor.c.
Referenced by PathSegment::get_child(), launch_monitor_thread(), Parameter::load(), SwaggerType::load(), Property::load(), mixmonitor_free(), and mixmonitor_thread().
| char* post_process |
Definition at line 372 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
| struct { ... } recipient_list |
1.8.13