Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 2032 of file app_confbridge.c.
ast_cond_t cond |
Definition at line 2038 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 2033 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 2034 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 2037 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 2036 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), and playback_task_data_init().
int say_number |
Definition at line 2035 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), and playback_task_data_init().