]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
sample_configs: noload res_hep.so by default
authorMatthew Fredrickson <creslin@digium.com>
Wed, 22 Aug 2018 15:50:55 +0000 (10:50 -0500)
committerMatthew Fredrickson <creslin@digium.com>
Thu, 23 Aug 2018 15:12:08 +0000 (10:12 -0500)
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
(cherry picked from commit c8bacd45f17d2ae6f6d05c8cff538dd651f683a6)

configs/basic-pbx/modules.conf
configs/samples/modules.conf.sample

index 05fcc14884f32c113008cf8cb9e97689df5deee9..05cb9e50c93255cd5ab45b222e5cec776ffe7b92 100644 (file)
@@ -109,3 +109,9 @@ load = res_sorcery_config.so
 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
index 38e33e1f4e8021098478d2c397dcd74a39625560..888929d982cc492034d005cf9ce441b417a06cf9 100644 (file)
@@ -42,4 +42,8 @@ load => res_musiconhold.so
 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
 ;