Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 378 of file app_mixmonitor.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 396 of file app_mixmonitor.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 396 of file app_mixmonitor.c.
struct ast_audiohook audiohook |
Definition at line 379 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 387 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 396 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
const ast_string_field call_callerid |
Definition at line 396 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
const ast_string_field call_context |
Definition at line 396 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
const ast_string_field call_extension |
Definition at line 396 of file app_mixmonitor.c.
Referenced by copy_to_voicemail().
int call_priority |
Definition at line 397 of file app_mixmonitor.c.
Referenced by copy_to_voicemail(), and launch_monitor_thread().
ast_callid callid |
Definition at line 385 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), and mixmonitor_thread().
char* filename |
Definition at line 380 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), mixmonitor_thread(), and setup_mixmonitor_ds().
char* filename_read |
Definition at line 381 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
char* filename_write |
Definition at line 382 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
struct vm_recipient* first |
Definition at line 401 of file app_mixmonitor.c.
unsigned int flags |
Definition at line 386 of file app_mixmonitor.c.
Referenced by launch_monitor_thread().
struct vm_recipient* last |
Definition at line 401 of file app_mixmonitor.c.
struct mixmonitor_ds* mixmonitor_ds |
Definition at line 388 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 384 of file app_mixmonitor.c.
Referenced by PathSegment::get_child(), launch_monitor_thread(), Parameter::load(), Property::load(), SwaggerType::load(), mixmonitor_free(), and mixmonitor_thread().
char* post_process |
Definition at line 383 of file app_mixmonitor.c.
Referenced by launch_monitor_thread(), mixmonitor_free(), and mixmonitor_thread().
struct { ... } recipient_list |