Jim Freeze
2006-May-08 09:36 UTC
[Asterisk-Users] Running down an echo problem on outgoing calls
Hi I am having some echo on outgoing calls on a pstn line (made from a sip phone) and am looking into some fixes involving rxgain and txgain, but before I go down that road, I want to make sure I have everything setup correctly. My zapata.conf has cat /etc/asterisk/zapata.conf [trunkgroups] ; define trunk groups [channels] ; hardware channels ; default usecallerid=yes hidecallerid=no callwaiting=no threewaycalling=yes transfer=yes echocancel=yes echocancelwhenbridged=yes echotraining=yes signalling=fxs_ks ; define channels context=pstn-incoming channel => 1-4 But, when I run asterisk and ask it about the zap channels, I get that echo cancellation is OFF. zap show channel 2 Echo Cancellation: 128 taps, currently OFF Can someone please explain this? Thanks Jim Freeze -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060508/4efea25b/attachment.htm
Time Bandit
2006-May-08 10:17 UTC
[Asterisk-Users] Running down an echo problem on outgoing calls
<snip>> echocancel=yes > echocancelwhenbridged=yesYou probably want that off, since when you bridge 2 ZAP channels you should not have any echo.> echotraining=yes<snip>> But, when I run asterisk and ask it about the zap channels, I get that echo > cancellation is OFF. > > zap show channel 2Echo Cancellation: 128 taps, currently OFF > > Can someone please explain this?If you check while there is no call going on on that channel, it will of course be OFF. Better check it while there is a call going on. hth