<p>Richard Mudgett <strong>uploaded patch set #6</strong> to the change originally created by Emmanuel BUU.</p><p><a href="https://gerrit.asterisk.org/9510">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_rtp_asterisk: Avoid merging command and regular T.140 text packets<br><br>When realtime text packets are to be sent, the text is accumulated in a<br>buffer and sent regularly by a timer.  It can happen that commands such as<br>a backspace, CR, or LF get merged with regular text.  This breaks some<br>UAs.<br><br>The proposed change:<br>* We test if the current packet contains a command.  If so we send the<br>buffer immediately.<br>* We test if the buffer contained a command.  If so we send the buffer<br>immediately.<br>* We accumulate the text (or the command) in the buffer.<br><br>ASTERISK-27970<br><br>Change-Id: Ifbe993311410fa855cb8aa4a12084db75f413462<br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 22 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/10/9510/6</pre><p>To view, visit <a href="https://gerrit.asterisk.org/9510">change 9510</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/9510"/><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-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ifbe993311410fa855cb8aa4a12084db75f413462 </div>
<div style="display:none"> Gerrit-Change-Number: 9510 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: Emmanuel BUU <emmanuel.buu@ives.fr> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>