mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merge "sample_configs: noload res_hep.so by default"
This commit is contained in:
@@ -108,3 +108,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
|
||||
|
@@ -37,4 +37,8 @@ autoload=yes
|
||||
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
|
||||
;
|
||||
|
Reference in New Issue
Block a user