
Data Fields | |
| char | args [256] |
| char | dir [256] |
| char | filearray [MAX_MOHFILES][MAX_MOHFILE_LEN] |
| unsigned int | flags |
| int | format |
| mohdata * | members |
| char | mode [80] |
| char | name [MAX_MUSICCLASS] |
| mohclass * | next |
| int | pid |
| int | pseudofd |
| int | srcfd |
| time_t | start |
| pthread_t | thread |
| int | total_files |
Definition at line 123 of file res_musiconhold.c.
| char args[256] |
Definition at line 126 of file res_musiconhold.c.
Referenced by load_moh_classes(), and spawn_mp3().
| char dir[256] |
| char filearray[MAX_MOHFILES][MAX_MOHFILE_LEN] |
Definition at line 128 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), and moh_scan_files().
| unsigned int flags |
Definition at line 129 of file res_musiconhold.c.
| int format |
Definition at line 131 of file res_musiconhold.c.
| char mode[80] |
Definition at line 127 of file res_musiconhold.c.
| char name[MAX_MUSICCLASS] |
Definition at line 124 of file res_musiconhold.c.
Definition at line 140 of file res_musiconhold.c.
| int pid |
| int pseudofd |
Definition at line 139 of file res_musiconhold.c.
| int srcfd |
Definition at line 137 of file res_musiconhold.c.
| time_t start |
| pthread_t thread |
Definition at line 134 of file res_musiconhold.c.
| int total_files |
Definition at line 130 of file res_musiconhold.c.
Referenced by ast_moh_files_next(), local_ast_moh_start(), and moh_scan_files().
1.4.7