Darrin Johnson
2004-Jul-02 13:37 UTC
[Asterisk-Users] IAX to IAX call with really bad echo
All, I have spent the last couple of days looking through the mail archives and the documentation on the Wiki, but have not been able to find a solution to the problem. The version of code I am running is from CVS as of 6/30/04. What happens is that when I make an IAX call to another IAX client the caller receives a really bad echo. All of the documentation I found around using -DAGRESSIVE_SUPPRESSION and MARK2 or one of those options seems to be around echo when going out an FXO port through a zaptel channel. It wasn't obvious to me if this same process could be done on the IAX channels and if so how? For reference my iax.conf looks likes: [general] port=5036 bindaddr=0.0.0.0 bandwidth=low echocancel=yes jitterbuffer=yes maxjitterbuffer=500 maxexcessbuffer=100 dropcount=5 register => djohnson:12dookie@iaxtel.com tos=lowdelay #include /etc/asterisk/users/iax/iax_users [iaxfwd] type=user context=IAX_FWD deny=0.0.0.0/0.0.0.0 permit=65.39.205.0/255.255.255.0 Thanks for the help! dj
Andrew Kohlsmith
2004-Jul-02 18:18 UTC
[Asterisk-Users] IAX to IAX call with really bad echo
On Friday 02 July 2004 16:37, Darrin Johnson wrote:> What happens is that when I make an IAX call to another IAX client the > caller receives a really bad echo. All of the documentation I found around > using -DAGRESSIVE_SUPPRESSION and MARK2 or one of those options seems to be > around echo when going out an FXO port through a zaptel channel. It wasn't > obvious to me if this same process could be done on the IAX channels and if > so how?I suspect that it is not the IAX channel that is causing echo but rather the far end's interface to the end-user's ear and mic. i.e. the far-end hybrid. Is it all IAX calls or just ones to that particular endpoint? -A.