Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Data Fields | |
ast_cond_t | cond |
struct confbridge_conference * | conference |
const char * | filename |
ast_mutex_t | lock |
int | playback_finished |
int | say_number |
Definition at line 2079 of file app_confbridge.c.
ast_cond_t cond |
Definition at line 2085 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), playback_task_data_destroy(), and playback_task_data_init().
struct confbridge_conference* conference |
Definition at line 2080 of file app_confbridge.c.
Referenced by play_sound_file(), play_sound_helper(), playback_task(), and playback_task_data_init().
const char* filename |
Definition at line 2081 of file app_confbridge.c.
Referenced by play_sound_file(), play_sound_helper(), playback_task(), and playback_task_data_init().
ast_mutex_t lock |
Definition at line 2084 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), playback_task_data_destroy(), and playback_task_data_init().
int playback_finished |
Definition at line 2083 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), and playback_task_data_init().
int say_number |
Definition at line 2082 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), and playback_task_data_init().