From 7c6bbd795c17487d8663fcd29d6dc4bf53d15981 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Fri, 17 Aug 2001 06:56:48 +0000 Subject: [PATCH] Version 0.1.9 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@352 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/phone.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configs/phone.conf.sample b/configs/phone.conf.sample index 84da0ea5e6..ca028f9a1b 100755 --- a/configs/phone.conf.sample +++ b/configs/phone.conf.sample @@ -35,4 +35,13 @@ echocancel=medium ; List all devices we can use. Contexts may also be specified ; ;context=local +; +; You can set txgain and rxgain for each device in the same way as context. +; If you want to change default gain value (1.0 =~ 100%) for device, simple +; add txgain or rxgain line before device line. But rememeber, if you change +; volume all cards listed below will be affected by these values. You can +; use float values (1.0, 0.5, 2.0) or percentage values (100%, 150%, 50%). +; +;txgain=100% +;rxgain=1.0 ;device => /dev/phone0 -- GitLab