From 33fedbdb54f0484aa591eb8529d4c71cfa498f8f Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 12 Nov 2009 23:43:28 +0000 Subject: [PATCH] Update sample config for ALSA mute and noaudiocapture git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229754 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/alsa.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) 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