From 61f051745e917b45068cd7024dd33e5623aefe20 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Sat, 2 Dec 2006 10:08:50 +0000 Subject: [PATCH] - Added information and changed example for tx/rx gains. --- README | 2 +- capi.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 57e0587..05ab355 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ This chan_capi version includes: - Eicon CAPI echo cancelation (echocancel=1) - Reject call waiting (ACO) - DID for Point to Point mode (a.k.a overlap receiving) -- Rx/Tx gains (rxgain=1.0) +- Rx/Tx gains using positive linar value (rxgain=1.0, txgain=1.0 means no change) - (Inter)national dialing prefix (for callerid) configurable in capi.conf - CLI command "capi info" shows B channel status of chan_capi - Catch all MSN (incomingmsn=*) diff --git a/capi.conf b/capi.conf index 5a1217c..a6e37a4 100644 --- a/capi.conf +++ b/capi.conf @@ -8,8 +8,8 @@ [general] nationalprefix=0 internationalprefix=00 -rxgain=0.8 -txgain=0.8 +rxgain=1.0 ;linear receive gain (1.0 = no change) +txgain=1.0 ;linear transmit gain (1.0 = no change) language=de ;set default language ;ulaw=yes ;set this, if you live in u-law world instead of a-law