<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10228">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_rtp_asterisk: Reset all settings on module reload<br><br>'rtpchecksums' and 'rtcpinterval' are not being reset to their defaults<br>if they are not present in the updated configuration file.<br><br>Change-Id: I1162e40199314d46cf3225d5e1271c4c81176670<br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 5 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/28/10228/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c</span><br><span>index e562627..eab32de 100644</span><br><span>--- a/res/res_rtp_asterisk.c</span><br><span>+++ b/res/res_rtp_asterisk.c</span><br><span>@@ -6584,8 +6584,13 @@</span><br><span>               return 0;</span><br><span>    }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+#ifdef SO_NO_CHECK</span><br><span style="color: hsl(120, 100%, 40%);">+     nochecksums = 0;</span><br><span style="color: hsl(120, 100%, 40%);">+#endif</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>   rtpstart = DEFAULT_RTP_START;</span><br><span>        rtpend = DEFAULT_RTP_END;</span><br><span style="color: hsl(120, 100%, 40%);">+     rtcpinterval = RTCP_DEFAULT_INTERVALMS;</span><br><span>      dtmftimeout = DEFAULT_DTMF_TIMEOUT;</span><br><span>  strictrtp = DEFAULT_STRICT_RTP;</span><br><span>      learning_min_sequential = DEFAULT_LEARNING_MIN_SEQUENTIAL;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10228">change 10228</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/10228"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I1162e40199314d46cf3225d5e1271c4c81176670 </div>
<div style="display:none"> Gerrit-Change-Number: 10228 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>