Ensure that by default only one console channel driver is loaded

This configuration file was changed to ensure that only one console channel driver
(chan_oss) is loaded by default, but the change would only work if chan_console
was not built. Now it will work as expected; if chan_alsa or chan_console are built
and installed, they will not be loaded unless explicity requested.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Kevin P. Fleming 17 years ago
parent 73743b77b0
commit f7e4f776ea

@ -33,7 +33,7 @@ load => res_musiconhold.so
;
noload => chan_alsa.so
;noload => chan_oss.so
;noload => chan_console.so
noload => chan_console.so
;
;
; Only load one timing interface. If DAHDI is available, use that as it will

Loading…
Cancel
Save