|
Asterisk - The Open Source Telephony Project GIT-master-545c459
|

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 2094 of file app_confbridge.c.
| ast_cond_t cond |
Definition at line 2100 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 2095 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 2096 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 2099 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 2098 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), and playback_task_data_init().
| int say_number |
Definition at line 2097 of file app_confbridge.c.
Referenced by play_sound_helper(), playback_task(), and playback_task_data_init().