There is a huge echo on outgoing calls, and I'm unsure how to resolve it. I'm using asterisk-v1.8.5.0 on fedora15 with a Tiger3XX FXO card over business-class cable voice (optimum online). I'm seeing the following in the logs:
[Sep 21 16:00:32] WARNING[22225] chan_dahdi.c: Unable to request echo training on channel 1: Invalid argument
I have the following in chan_dahdi.conf:
- Code: Select all
[channels]
language = en
context = incoming
accountcode = pstn-incoming
signalling = fxs_ks
callwaiting = no
immediate = no
amaflags = default
cancallforward = no
busydetect = yes
callprogress = no
musiconhold = default
threewaycalling = no
callreturn = no
transfer = no
usedistinctiveringdetection = no
usecallerid = yes
hidecallerid = no
callwaitingcallerid = no
usydetect = yes
busycount = 3
hanguponpolarityswitch = yes
echocancel = yes
echotraining = 800
group = 1
pickupgroup = 1
channel => 1
channel => 2
group = 2
context = incoming
channel => 3
group = 3
context = incoming
channel => 4
Any ideas greatly appreciated.
Thanks,
Alex
