Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
ast_bridge_custom_play_fn | custom_play |
int | moh_offset |
char | playfile [0] |
Definition at line 1290 of file bridge_channel.c.
ast_bridge_custom_play_fn custom_play |
Call this function to play the playfile. (NULL if normal sound file to play)
Definition at line 1292 of file bridge_channel.c.
Referenced by ast_bridge_channel_queue_playfile(), ast_bridge_channel_queue_playfile_sync(), ast_bridge_channel_write_playfile(), bridge_channel_playfile(), and payload_helper_playfile().
int moh_offset |
Offset into playfile[] where the MOH class name starts. (zero if no MOH)
Definition at line 1294 of file bridge_channel.c.
Referenced by bridge_channel_playfile(), and payload_helper_playfile().
char playfile[0] |
Filename to play.
Definition at line 1296 of file bridge_channel.c.
Referenced by ast_bridge_channel_queue_playfile(), ast_bridge_channel_queue_playfile_sync(), ast_bridge_channel_write_playfile(), bridge_channel_playfile(), and payload_helper_playfile().