Data Fields | |
int | allowed_files |
char | args [256] |
unsigned int | delete:1 |
unsigned int | deprecated:1 |
char | dir [256] |
char ** | filearray |
unsigned int | flags |
int | format |
struct { | |
struct mohclass * next | |
} | list |
struct { | |
struct mohdata * first | |
struct mohdata * last | |
} | members |
char | mode [80] |
char | name [MAX_MUSICCLASS] |
int | pid |
int | pseudofd |
int | srcfd |
time_t | start |
pthread_t | thread |
int | total_files |
Definition at line 136 of file res_musiconhold.c.
int allowed_files |
The current size of the filearray
Definition at line 144 of file res_musiconhold.c.
char args[256] |
Definition at line 139 of file res_musiconhold.c.
Referenced by load_moh_classes().
unsigned int delete |
Definition at line 158 of file res_musiconhold.c.
Referenced by load_moh_classes(), and moh_register().
unsigned int deprecated |
Definition at line 159 of file res_musiconhold.c.
Referenced by load_moh_classes().
char dir[256] |
Definition at line 138 of file res_musiconhold.c.
Referenced by spawn_mp3().
char** filearray |
A dynamically sized array to hold the list of filenames in "files" mode
Definition at line 142 of file res_musiconhold.c.
Referenced by ast_moh_files_next().
Definition at line 160 of file res_musiconhold.c.
unsigned int flags |
Definition at line 147 of file res_musiconhold.c.
Referenced by get_mohbyname(), and mohalloc().
int format |
The format from the MOH source, not applicable to "files" mode
Definition at line 149 of file res_musiconhold.c.
Referenced by moh_class_malloc(), moh_generate(), and mohalloc().
Definition at line 160 of file res_musiconhold.c.
struct { ... } list |
struct { ... } members |
Referenced by moh_release(), and mohalloc().
char mode[80] |
Definition at line 140 of file res_musiconhold.c.
Referenced by moh_register().
char name[MAX_MUSICCLASS] |
Definition at line 137 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), get_mohbyname(), and moh_register().
Definition at line 161 of file res_musiconhold.c.
int pid |
The pid of the external application delivering MOH
Definition at line 151 of file res_musiconhold.c.
Referenced by moh_class_destructor().
int pseudofd |
FD for timing source
Definition at line 157 of file res_musiconhold.c.
int srcfd |
Source of audio
Definition at line 155 of file res_musiconhold.c.
time_t start |
Definition at line 152 of file res_musiconhold.c.
Referenced by moh_register().
pthread_t thread |
Definition at line 153 of file res_musiconhold.c.
int total_files |
The current number of files loaded into the filearray
Definition at line 146 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), and local_ast_moh_start().