Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | announcement |
struct mohclass * | class |
struct ast_format * | mohwfmt |
char | name [MAX_MUSICCLASS] |
struct ast_format * | origwfmt |
int | pos |
int | sample_queue |
int | samples |
int | save_pos |
char | save_pos_filename [PATH_MAX] |
int | save_total |
Definition at line 129 of file res_musiconhold.c.
int announcement |
Definition at line 134 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), moh_files_generator(), and moh_files_release().
struct mohclass* class |
Holds a reference to the MOH class.
Definition at line 131 of file res_musiconhold.c.
Referenced by _moh_class_malloc(), _mohclass_unref(), ast_moh_files_next(), handle_cli_moh_show_classes(), handle_cli_moh_show_files(), init_app_class(), init_files_class(), load_moh_classes(), local_ast_moh_cleanup(), local_ast_moh_start(), moh_alloc(), moh_class_cmp(), moh_class_destructor(), moh_class_hash(), moh_class_inuse(), moh_class_mark(), moh_digit_match(), moh_files_alloc(), moh_files_release(), moh_handle_digit(), moh_release(), moh_scan_files(), monmp3thread(), and spawn_mp3().
struct ast_format* mohwfmt |
Definition at line 133 of file res_musiconhold.c.
Referenced by local_ast_moh_cleanup(), moh_alloc(), moh_files_alloc(), moh_files_generator(), moh_files_release(), and moh_files_write_format_change().
char name[MAX_MUSICCLASS] |
Definition at line 140 of file res_musiconhold.c.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and moh_files_alloc().
struct ast_format* origwfmt |
Definition at line 132 of file res_musiconhold.c.
Referenced by local_ast_moh_cleanup(), moh_alloc(), moh_files_alloc(), moh_files_release(), and moh_files_write_format_change().
int pos |
Definition at line 137 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), moh_files_alloc(), and moh_files_release().
int sample_queue |
Definition at line 136 of file res_musiconhold.c.
Referenced by moh_files_generator().
int samples |
Definition at line 135 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), and moh_files_generator().
int save_pos |
Definition at line 138 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), and moh_files_release().
char save_pos_filename[PATH_MAX] |
Definition at line 141 of file res_musiconhold.c.
Referenced by ast_moh_files_next().
int save_total |
Definition at line 139 of file res_musiconhold.c.
Referenced by moh_files_alloc().