<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I was having this issue - though a DSL filter was the root cause.<br>
Here is what I did to erradicate echo:<br>
Upgrade to newest zaptel/libpri.<br>
cd&nbsp; /usr/src/<br>
mv zaptel zaptel.old<br>
mv libpri libpri.old<br>
svn checkout <a class="moz-txt-link-freetext" href="http://svn.digium.com/svn/zaptel/trunk">http://svn.digium.com/svn/zaptel/trunk</a> zaptel<br>
svn checkout <a class="moz-txt-link-freetext" href="http://svn.digium.com/svn/libpri/trunk">http://svn.digium.com/svn/libpri/trunk</a> libpri<br>
<br>
cd zaptel<br>
<code># cd zaptel<br>
# make clean; make install; make config<br>
# cd ../libpri<br>
# make clean; make install<br>
</code><br>
cat /etc/fxotune.conf<br>
cd zaptel<br>
amportal stop<br>
./fxotune -d -b &lt;fxoport ie 1,2,3,or 4&gt;<br>
./fxotune -d -b &lt;fxoport&gt; -w 1004<br>
./fxotune -i 5 -t 1<br>
./fxotune -d -b &lt;fxoport&gt; -w 1004<br>
./fxotune -i 5<br>
./fxotune -s<br>
amportal start<br>
cat /etc/fxotune.conf<br>
<br>
This assumes you're using asterisk management portal or freepbx.<br>
<br>
Good luck.<br>
<br>
JD<br>
Carey O'Shea wrote:
<blockquote cite="mid1150822542.5243.82.camel@carey-laptop" type="cite">
  <pre wrap="">I have a bad echo problem on my TDM400P with one FXO module installed.

I have tried a few things, such as:

* setting rxgain and txgain to 0
* setting echocancelwhenbridged to no / yes
* settting echocancel to 64 / no / yes
* setting echocanceltraining to 800 / no / yes
* MG2 echo cancellation
* MARK2 echo cancellation
* KB1 echo cancellation
* AGGRESSIVE_SUPPRESSOR option of MARK2

Each time restarting Asterisk, then opening the Zap channel, and then
speaking...only to hear my self played back almost instantly. 

None of these options changed the echo for me, it always sounded the
same -- except for the AGGRESSIVE_SUPPRESSOR option, in which every time
I spoke it made the other end a very low volume, so much that I couldn't
hear the other end (ie: not useful).

I don't have this problem with pure IP calls, it's only with my TDM400P
and FXO that I have this echo problem. This means my headset and IP
phones are fine (of course).

So, what else can I try? :-)

Any ideas why this is so consistent and persistent? Maybe it's something
to do with my phone cable or something of that nature (hmm?)?

Any input appreciated.

Thanks,
Carey O'Shea.


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>