Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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.
struct mohclass* class |
Holds a reference to the MOH class.
Definition at line 131 of file res_musiconhold.c.
Referenced by moh_alloc().
struct ast_format* mohwfmt |
Definition at line 133 of file res_musiconhold.c.
char name[MAX_MUSICCLASS] |
Definition at line 140 of file res_musiconhold.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
struct ast_format* origwfmt |
Definition at line 132 of file res_musiconhold.c.
int pos |
Definition at line 137 of file res_musiconhold.c.
int sample_queue |
Definition at line 136 of file res_musiconhold.c.
int samples |
Definition at line 135 of file res_musiconhold.c.
int save_pos |
Definition at line 138 of file res_musiconhold.c.
char save_pos_filename[PATH_MAX] |
Definition at line 141 of file res_musiconhold.c.
int save_total |
Definition at line 139 of file res_musiconhold.c.