<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/19937">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_dial: Fix DTMF not relayed to caller on unanswered calls.<br><br>DTMF frames are not handled in app_dial when sent towards the<br>caller. This means that if DTMF is sent to the calling party<br>and the call has not yet been answered, the DTMF is not audible.<br>This is now fixed by relaying DTMF frames if only a single<br>destination is being dialed.<br><br>ASTERISK-29516 #close<br><br>Change-Id: Iafd7430ac2915126d42dc48f0b73b262452ee027<br>---<br>M apps/app_dial.c<br>1 file changed, 19 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/37/19937/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_dial.c b/apps/app_dial.c</span><br><span>index 1a69edf..819ef74 100644</span><br><span>--- a/apps/app_dial.c</span><br><span>+++ b/apps/app_dial.c</span><br><span>@@ -1705,6 +1705,8 @@</span><br><span> break;</span><br><span> }</span><br><span> /* Fall through */</span><br><span style="color: hsl(120, 100%, 40%);">+ case AST_FRAME_DTMF_BEGIN:</span><br><span style="color: hsl(120, 100%, 40%);">+ case AST_FRAME_DTMF_END:</span><br><span> case AST_FRAME_TEXT:</span><br><span> if (single && ast_write(in, f)) {</span><br><span> ast_log(LOG_WARNING, "Unable to write frametype: %u\n",</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/19937">change 19937</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/+/19937"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iafd7430ac2915126d42dc48f0b73b262452ee027 </div>
<div style="display:none"> Gerrit-Change-Number: 19937 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <asterisk@phreaknet.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>