Merge "automon: restore mixing of the both channels after recording stops"

changes/54/4354/1
Joshua Colp 9 years ago committed by Gerrit Code Review
commit 0d85f1868d

@ -200,6 +200,8 @@ static void start_automonitor(struct ast_bridge_channel *bridge_channel, struct
return;
}
ast_monitor_setjoinfiles(peer_chan, 1);
if (features_cfg && !ast_strlen_zero(features_cfg->courtesytone)) {
ast_bridge_channel_queue_playfile(bridge_channel, NULL, features_cfg->courtesytone, NULL);
ast_bridge_channel_write_playfile(bridge_channel, NULL, features_cfg->courtesytone, NULL);

Loading…
Cancel
Save