[asterisk-commits] sample configs: noload res hep.so by default (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 23 08:55:45 CDT 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9992 )
Change subject: sample_configs: noload res_hep.so by default
......................................................................
sample_configs: noload res_hep.so by default
Change disables loading of res_hep.so in default installation. Loading
res_hep has a performance impact whether it's used or not. This disables
loading of it in sample config files.
Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0
---
M configs/basic-pbx/modules.conf
M configs/samples/modules.conf.sample
2 files changed, 10 insertions(+), 0 deletions(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Sean Bright: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/configs/basic-pbx/modules.conf b/configs/basic-pbx/modules.conf
index 9711745..a9456d4 100644
--- a/configs/basic-pbx/modules.conf
+++ b/configs/basic-pbx/modules.conf
@@ -108,3 +108,9 @@
load = res_sorcery_memory.so
load = res_sorcery_realtime.so
load = res_timing_timerfd.so
+
+; Don't load res_hep.so and kin unless you are using hep monitoring in your network
+
+noload = res_hep.so
+noload = res_hep_pjsip.so
+noload = res_hep_rtcp.so
diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample
index 431a0a8..179e9ef 100644
--- a/configs/samples/modules.conf.sample
+++ b/configs/samples/modules.conf.sample
@@ -37,4 +37,8 @@
noload => chan_alsa.so
;noload => chan_oss.so
noload => chan_console.so
+
+noload => res_hep.so
+noload => res_hep_pjsip.so
+noload => res_hep_rtcp.so
;
--
To view, visit https://gerrit.asterisk.org/9992
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0
Gerrit-Change-Number: 9992
Gerrit-PatchSet: 3
Gerrit-Owner: Matthew Fredrickson <creslin at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20180823/d7dd3d3b/attachment.html>
More information about the asterisk-commits
mailing list