<p>George Joseph <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/9999">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Jaco Kroon: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  George Joseph: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sample_configs: noload res_hep.so by default<br><br>Change disables loading of res_hep.so in default installation.  Loading<br>res_hep has a performance impact whether it's used or not.  This disables<br>loading of it in sample config files.<br><br>Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0<br>(cherry picked from commit c8bacd45f17d2ae6f6d05c8cff538dd651f683a6)<br>---<br>M configs/basic-pbx/modules.conf<br>M configs/samples/modules.conf.sample<br>2 files changed, 10 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configs/basic-pbx/modules.conf b/configs/basic-pbx/modules.conf</span><br><span>index 05fcc14..05cb9e5 100644</span><br><span>--- a/configs/basic-pbx/modules.conf</span><br><span>+++ b/configs/basic-pbx/modules.conf</span><br><span>@@ -109,3 +109,9 @@</span><br><span> load = res_sorcery_memory.so</span><br><span> load = res_sorcery_realtime.so</span><br><span> load = res_timing_timerfd.so</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+; Don't load res_hep.so and kin unless you are using hep monitoring in your network</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+noload = res_hep.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = res_hep_pjsip.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload = res_hep_rtcp.so</span><br><span>diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample</span><br><span>index 38e33e1..888929d 100644</span><br><span>--- a/configs/samples/modules.conf.sample</span><br><span>+++ b/configs/samples/modules.conf.sample</span><br><span>@@ -42,4 +42,8 @@</span><br><span> noload => chan_alsa.so</span><br><span> ;noload => chan_oss.so</span><br><span> noload => chan_console.so</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+noload => res_hep.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload => res_hep_pjsip.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload => res_hep_rtcp.so</span><br><span> ;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9999">change 9999</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/9999"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0 </div>
<div style="display:none"> Gerrit-Change-Number: 9999 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matthew Fredrickson <creslin@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jaco Kroon <jaco@uls.co.za> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>