Merge "sample_configs: noload res_hep.so by default" into 13

This commit is contained in:
George Joseph
2018-08-27 06:30:13 -05:00
committed by Gerrit Code Review
2 changed files with 10 additions and 0 deletions

View 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

View 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
;