build: Remove obsolete leftover build references.

Removes some leftover build and config references to
modules that have since been removed from Asterisk.

ASTERISK-29935 #close

Change-Id: Iaefc73a23f4b2de3c6c14d928050135b6d0ef6af
This commit is contained in:
Naveen Albert
2022-02-24 19:33:05 +00:00
committed by Friendly Automation
parent 629ced6db0
commit 96e0b79938
8 changed files with 16 additions and 72 deletions

View File

@@ -31,12 +31,11 @@ autoload=yes
;
;load = res_musiconhold.so
;
; Load one of: chan_oss, alsa, or console (portaudio).
; By default, load chan_oss only (automatically).
; Load one of: alsa, or console (portaudio).
; By default, load chan_console only (automatically).
;
noload = chan_alsa.so
noload = chan_console.so
;noload = chan_oss.so
;noload = chan_console.so
;
; Do not load res_hep and kin unless you are using HEP monitoring
; <http://sipcapture.org> in your network.