Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


mohclass Struct Reference
Collaboration diagram for mohclass:

Data Fields

int allowed_files
char announcement [256]
char args [256]
unsigned int delete:1
char digit
char dir [256]
char ** filearray
unsigned int flags
struct ast_format format
struct {
   struct mohclass *   next
list
struct {
   struct mohdata *   first
   struct mohdata *   last
members
char mode [80]
char name [MAX_MUSICCLASS]
int pid
unsigned int realtime:1
int srcfd
time_t start
pthread_t thread
struct ast_timertimer
int total_files

Detailed Description

Definition at line 184 of file res_musiconhold.c.


Field Documentation

The current size of the filearray

Definition at line 194 of file res_musiconhold.c.

char announcement[256]

Definition at line 188 of file res_musiconhold.c.

Referenced by ast_moh_files_next().

char args[256]

Definition at line 187 of file res_musiconhold.c.

Referenced by local_ast_moh_start(), moh_diff(), play_moh_exec(), and start_moh_exec().

unsigned int delete

Definition at line 210 of file res_musiconhold.c.

Referenced by moh_class_mark(), and moh_classes_delete_marked().

char digit

Definition at line 190 of file res_musiconhold.c.

Referenced by local_ast_moh_start(), and moh_digit_match().

char dir[256]

Definition at line 186 of file res_musiconhold.c.

Referenced by local_ast_moh_start(), moh_diff(), and spawn_mp3().

char** filearray

A dynamically sized array to hold the list of filenames in "files" mode

Definition at line 192 of file res_musiconhold.c.

Referenced by ast_moh_files_next().

struct mohdata* first

Definition at line 211 of file res_musiconhold.c.

unsigned int flags

Definition at line 197 of file res_musiconhold.c.

Referenced by _get_mohbyname(), moh_diff(), and mohalloc().

The format from the MOH source, not applicable to "files" mode

Definition at line 199 of file res_musiconhold.c.

Referenced by local_ast_moh_start(), moh_alloc(), moh_generate(), and mohalloc().

struct mohdata* last

Definition at line 211 of file res_musiconhold.c.

struct { ... } list
struct { ... } members

Referenced by moh_release(), and mohalloc().

char mode[80]

Definition at line 189 of file res_musiconhold.c.

Referenced by _moh_register(), local_ast_moh_start(), moh_diff(), and moh_rescan_files().

struct mohclass* next

Definition at line 212 of file res_musiconhold.c.

int pid

The pid of the external application delivering MOH

Definition at line 201 of file res_musiconhold.c.

Referenced by moh_class_destructor().

unsigned int realtime

Created on the fly, from RT engine

Definition at line 209 of file res_musiconhold.c.

Referenced by local_ast_moh_start().

int srcfd

Source of audio

Definition at line 205 of file res_musiconhold.c.

Referenced by local_ast_moh_start().

time_t start

Definition at line 202 of file res_musiconhold.c.

Referenced by _moh_register(), and local_ast_moh_start().

pthread_t thread

Definition at line 203 of file res_musiconhold.c.

Referenced by local_ast_moh_start().

struct ast_timer* timer

Generic timer

Definition at line 207 of file res_musiconhold.c.

Referenced by local_ast_moh_start().

The current number of files loaded into the filearray

Definition at line 196 of file res_musiconhold.c.

Referenced by ast_moh_files_next(), and local_ast_moh_start().


The documentation for this struct was generated from the following file: