From 75822388a4a24dca71bd8f8d18f13b14b065b0e5 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson <creslin@digium.com> Date: Thu, 7 Sep 2006 20:05:37 +0000 Subject: [PATCH] Make sure we give a little warning about the echotraining option git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42324 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/zapata.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample index 24e464e421..359df8bd80 100644 --- a/configs/zapata.conf.sample +++ b/configs/zapata.conf.sample @@ -352,6 +352,11 @@ echocancelwhenbridged=yes ; closer idea of the actual echo. Value may be "yes", "no", or a number of ; milliseconds to delay before training (default = 400) ; +; WARNING: In some cases this option can make echo worse! If you are +; trying to debug an echo problem, it is worth checking to see if your echo +; is better with the option set to yes or no. Use whatever setting gives +; the best results. +; ; Note that these parameters do not apply to hardware echo cancellers. ; ;echotraining=yes -- GitLab