<p>George Joseph <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13303">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">channel.c: Resolve issue with receiving SIP INFO packets for DTMF<br><br>The problem is essentially the same as in ASTERISK~28245. Besides<br>the direct media scenario we have an additional scenario where a<br>special client is involved. This device mutes audio by default in<br>transmit direction (no rtp frames) and activates audio only by a<br>foot switch. In this situation dtmf input (pin for conferences,<br>transfer features codes , etc) using SIP INFO mode is not<br>understood properly especially when SIP INFO messages are sent<br>quickly.<br><br>This patch ensures that SIP INFO frames are properly queued and<br>processed in the above scenario. The patch also corrects situations<br>where successive dtmf events are received quicker than the<br>signalled event duration (plus minimum gap/pause) allows, i.e. DTMF<br>events have to be buffered in the ast channel read queue and<br>emulation has to be processed asynchronously at slower speed.<br><br>Reported by: Thomas Arimont<br>patches:<br>  trigger_dtmf_emulation.patch submitted by Thomas Arimont (license 5525)<br><br>Change-Id: I309bf61dd065c9978c8e48f5b9a936ab47de64c2<br>---<br>M main/channel.c<br>1 file changed, 102 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/03/13303/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13303">change 13303</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/+/13303"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: I309bf61dd065c9978c8e48f5b9a936ab47de64c2 </div>
<div style="display:none"> Gerrit-Change-Number: 13303 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-CC: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>