[Asterisk-code-review] automon: restore mixing of the two channels after recording ... (asterisk[13])
Michael Kuron
asteriskteam at digium.com
Sun Nov 6 03:48:01 CST 2016
Michael Kuron has uploaded a new change for review. ( https://gerrit.asterisk.org/4319 )
Change subject: automon: restore mixing of the two channels after recording stops
......................................................................
automon: restore mixing of the two channels after recording stops
This is a regression over Asterisk 11, introduced by
2dc8a060064f359a17f5ebcd515d85fe5203c019. Previously, recordings started via
the automon DTMF code would automatically be mixed together using sox because
app_monitor would be called with the m option. This commit restores this
behavior.
Change-Id: Ibaf58684285c3f1b6ca3714524e6d638ae3b3759
---
M bridges/bridge_builtin_features.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/19/4319/1
diff --git a/bridges/bridge_builtin_features.c b/bridges/bridge_builtin_features.c
index d09a7a2..43cf2c9 100644
--- a/bridges/bridge_builtin_features.c
+++ b/bridges/bridge_builtin_features.c
@@ -202,6 +202,8 @@
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);
--
To view, visit https://gerrit.asterisk.org/4319
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaf58684285c3f1b6ca3714524e6d638ae3b3759
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Michael Kuron <m.kuron at gmx.de>
More information about the asterisk-code-review
mailing list