Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct confbridge_conference * | conference |
char | filename [0] |
struct ast_channel * | initiator |
int | say_number |
Definition at line 2040 of file app_confbridge.c.
struct confbridge_conference* conference |
Definition at line 2041 of file app_confbridge.c.
Referenced by async_playback_task(), and async_playback_task_data_alloc().
char filename[0] |
Definition at line 2044 of file app_confbridge.c.
Referenced by async_playback_task(), and async_playback_task_data_alloc().
struct ast_channel* initiator |
Definition at line 2043 of file app_confbridge.c.
Referenced by async_playback_task(), async_playback_task_data_alloc(), and async_playback_task_data_destroy().
int say_number |
Definition at line 2042 of file app_confbridge.c.
Referenced by async_playback_task(), and async_playback_task_data_alloc().