mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 12:28:27 +00:00
Merge "sample_configs: noload res_hep.so by default" into 13
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user