<p>Richard Mudgett <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/7574">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_rtp_asterisk.c: Disable packet flood detection for video streams.<br><br>We should not do flood detection on video RTP streams.  Video RTP streams<br>are very bursty by nature.  They send out a burst of packets to update the<br>video frame then wait for the next video frame update.  Really only audio<br>streams can be checked for flooding.  The others are either bursty or<br>don't have a set rate.<br><br>* Added code to selectively disable packet flood detection for video RTP<br>streams.<br><br>ASTERISK-27440<br><br>Change-Id: I78031491a6e75c2d4b1e9c2462dc498fe9880a70<br>---<br>M configs/samples/rtp.conf.sample<br>M include/asterisk/rtp_engine.h<br>M main/rtp_engine.c<br>M res/res_rtp_asterisk.c<br>4 files changed, 74 insertions(+), 14 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/74/7574/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/7574">change 7574</a>. To unsubscribe, 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/7574"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I78031491a6e75c2d4b1e9c2462dc498fe9880a70 </div>
<div style="display:none"> Gerrit-Change-Number: 7574 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>