<p>Emmanuel BUU <strong>uploaded patch set #4</strong> to this change.</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 T140 text packets<br><br>When realtime text packets are to be sent, the text is accumulated<br>in a buffer and sent regularilty by a timer. It can happend that<br>commands such as a backspace or CR or LF gets merged with regular<br>text. This breaks some of the UAs.<br><br>The proposed change:<br>* We test if the current packet contains a command. If so we send the<br>buffer immediatly<br>* We test if the buffer contained a command. If so we send the buffer<br>immediatly<br>* We accumulate the text (or the command) in the buffer<br>Change-Id: Ifbe993311410fa855cb8aa4a12084db75f413462<br>Reported by: Emmanuel BUU<br>Tested by: Emmanuel BUU<br>ASTERISK-27970<br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 17 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/10/9510/4</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: 4 </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>