<!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've been going nuts lately trying to get rid of an annoying echo
problem that makes my asterisk server unusable when clients try to call
me.<br>
Here's the breakdown of the issue&nbsp; - Hoping that someone can throw me a
clue:<br>
My setup is as such:<br>
Single AMD Athon machine with X100P clone card and voip through
multiple providers .<br>
<ul>
  <li>Inbound calls through the X100P that do not bridge to voip are
fine.</li>
  <li>Outbound calls that do not bridge with the X100P are fine.</li>
  <li>PSTN -&gt;*-&gt;VOIP calls have so much echo on the called party
side (sidetone) that it is almost impossible to have a conversation.</li>
</ul>
I've played with rxgain txgain, echocancelwhenbridged,etc nothing seems
to work.&nbsp; Yes Im completely restarting asterisk and running ztcfg.<br>
<br>
Anyone figured this out?<br>
Heres my zapata.conf :<br>
;<br>
; Zapata telephony interface<br>
;<br>
; Configuration file<br>
<br>
[trunkgroups]<br>
<br>
[channels]<br>
<br>
language=en<br>
context=from-pstn<br>
signalling=fxs_ks<br>
rxwink=300&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; Atlas seems to use long (250ms) winks<br>
;<br>
; Whether or not to do distinctive ring detection on FXO lines<br>
;<br>
;usedistinctiveringdetection=yes<br>
<br>
usecallerid=yes<br>
hidecallerid=no<br>
callwaiting=yes<br>
usecallingpres=yes<br>
callwaitingcallerid=yes<br>
threewaycalling=yes<br>
transfer=yes<br>
cancallforward=yes<br>
callreturn=yes<br>
echocancel=yes<br>
echocancelwhenbridged=no<br>
echotraining=800<br>
rxgain=1.0<br>
txgain=3.0<br>
group=0<br>
callgroup=1<br>
pickupgroup=1<br>
immediate=no<br>
<br>
;faxdetect=both<br>
faxdetect=incoming<br>
;faxdetect=outgoing<br>
;faxdetect=no<br>
<br>
;Include AMP configs<br>
#include zapata_additional.conf<br>
<br>
;Include genzaptelconf configs<br>
#include zapata-auto.conf<br>
<br>
<br>
<br>
JD<br>
<br>
<pre class="moz-signature" cols="72">-- 
JD Austin
Twin Geckos Technology Services LLC
email: <a class="moz-txt-link-abbreviated" href="mailto:jd@twingeckos.com">jd@twingeckos.com</a>
<a class="moz-txt-link-freetext" href="http://www.twingeckos.com">http://www.twingeckos.com</a>
phone/fax: 480.288.8195 </pre>
</body>
</html>