Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct confbridge_conference * | conference |
char | filename [0] |
struct ast_channel * | initiator |
int | say_number |
Definition at line 2129 of file app_confbridge.c.
struct confbridge_conference* conference |
Definition at line 2130 of file app_confbridge.c.
Referenced by async_play_sound_file(), async_play_sound_helper(), async_playback_task(), and async_playback_task_data_alloc().
char filename[0] |
Definition at line 2133 of file app_confbridge.c.
Referenced by async_play_sound_file(), async_play_sound_helper(), async_playback_task(), and async_playback_task_data_alloc().
struct ast_channel* initiator |
Definition at line 2132 of file app_confbridge.c.
Referenced by async_play_sound_file(), async_play_sound_helper(), async_playback_task(), async_playback_task_data_alloc(), and async_playback_task_data_destroy().
int say_number |
Definition at line 2131 of file app_confbridge.c.
Referenced by async_play_sound_helper(), async_playback_task(), and async_playback_task_data_alloc().