mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Merge "automon: restore mixing of the both channels after recording stops" into 13
This commit is contained in:
@@ -202,6 +202,8 @@ static void start_automonitor(struct ast_bridge_channel *bridge_channel, struct
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ast_monitor_setjoinfiles(peer_chan, 1);
|
||||||
|
|
||||||
if (features_cfg && !ast_strlen_zero(features_cfg->courtesytone)) {
|
if (features_cfg && !ast_strlen_zero(features_cfg->courtesytone)) {
|
||||||
ast_bridge_channel_queue_playfile(bridge_channel, NULL, features_cfg->courtesytone, NULL);
|
ast_bridge_channel_queue_playfile(bridge_channel, NULL, features_cfg->courtesytone, NULL);
|
||||||
ast_bridge_channel_write_playfile(bridge_channel, NULL, features_cfg->courtesytone, NULL);
|
ast_bridge_channel_write_playfile(bridge_channel, NULL, features_cfg->courtesytone, NULL);
|
||||||
|
Reference in New Issue
Block a user