From: Jason Parker Date: Thu, 12 Nov 2009 23:43:28 +0000 (+0000) Subject: Update sample config for ALSA mute and noaudiocapture X-Git-Tag: 11.0.0-beta1~3862 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33fedbdb54f0484aa591eb8529d4c71cfa498f8f;p=thirdparty%2Fasterisk.git Update sample config for ALSA mute and noaudiocapture git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229754 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/alsa.conf.sample b/configs/alsa.conf.sample index f550306185..0579cb33b7 100644 --- a/configs/alsa.conf.sample +++ b/configs/alsa.conf.sample @@ -37,6 +37,15 @@ extension=s ;input_device=hw:0,0 ;output_device=hw:0,0 +; +; Default mute state (can also be toggled via CLI) +;mute=true + +; +; If enabled, no audio capture device will be opened. This is useful on +; systems where there will be no return audio path, such as overhead pagers. +;noaudiocapture=true + ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an ; ALSA channel. Defaults to "no". An enabled jitterbuffer will