<p>Joshua Colp has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6534">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_confbridge: Only create a channel that records audio.<br><br>This change makes it so that the conference recorder channel<br>that is created only contains audio formats and an audio stream.<br>This is because the underlying application used by ConfBridge to<br>record, MixMonitor, only allows recording audio.<br><br>Having additional streams (and in particular a video stream) can<br>result in clients needlessly renegotiating to add a video stream<br>that will never receive video.<br><br>Change-Id: I89d38aedc9205eca7741d5435e73e73bb9de97a0<br>---<br>M apps/confbridge/conf_chan_record.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/34/6534/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/apps/confbridge/conf_chan_record.c b/apps/confbridge/conf_chan_record.c<br>index 5d3a7db..239fb91 100644<br>--- a/apps/confbridge/conf_chan_record.c<br>+++ b/apps/confbridge/conf_chan_record.c<br>@@ -65,7 +65,7 @@<br>    if (!capabilities) {<br>          return NULL;<br>  }<br>-    ast_format_cap_append_by_type(capabilities, AST_MEDIA_TYPE_UNKNOWN);<br>+ ast_format_cap_append_by_type(capabilities, AST_MEDIA_TYPE_AUDIO);<br> <br>         chan = ast_channel_alloc(1, AST_STATE_UP, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0,<br>                "CBRec/%s-%08x",<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6534">change 6534</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6534"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I89d38aedc9205eca7741d5435e73e73bb9de97a0 </div>
<div style="display:none"> Gerrit-Change-Number: 6534 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>