<p>Sungtae Kim has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16455">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">resource_channels.c: Fix external media data option<br><br>Fixed the external media creation handle to handle the 'data' option correctly.<br><br>ASTERISK-29629<br><br>Change-Id: I22e57fe8ebf3d3e08fb2121aa4a8a52cc62e8129<br>---<br>M res/ari/resource_channels.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/55/16455/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/ari/resource_channels.c b/res/ari/resource_channels.c</span><br><span>index e792a2a..d1ee38a 100644</span><br><span>--- a/res/ari/resource_channels.c</span><br><span>+++ b/res/ari/resource_channels.c</span><br><span>@@ -2101,7 +2101,7 @@</span><br><span>              0,</span><br><span>           NULL,</span><br><span>                args->app,</span><br><span style="color: hsl(0, 100%, 40%);">-           NULL,</span><br><span style="color: hsl(120, 100%, 40%);">+         args->data,</span><br><span>               NULL,</span><br><span>                0,</span><br><span>           variables,</span><br><span>@@ -2151,7 +2151,7 @@</span><br><span>           0,</span><br><span>           NULL,</span><br><span>                args->app,</span><br><span style="color: hsl(0, 100%, 40%);">-           NULL,</span><br><span style="color: hsl(120, 100%, 40%);">+         args->data,</span><br><span>               NULL,</span><br><span>                0,</span><br><span>           variables,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16455">change 16455</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/16455"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: I22e57fe8ebf3d3e08fb2121aa4a8a52cc62e8129 </div>
<div style="display:none"> Gerrit-Change-Number: 16455 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sungtae Kim <pchero21@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>