Just updated from CVS 12-23-03 to tarbal 0.7.1. Identical settings in zconfig.h for echo cancellation (MARK2, aggressive OFF). The echo got worse, much worse. It takes longer to train and overspeak now disables cancellation, which it did not before. In fact, I now have echo on VoIP to VoIP on our local network, which I never had before. Was something changed with the echo supression which was not documented.
You need CVS with echocancel=yes, echotraining=yes, echocancelwhenbridged=yes. We'll release a 0.7.2 before too long since we haven't been able to branch 1.0 yet. Mark On Thu, 29 Jan 2004, Stephen R. Besch wrote:> Just updated from CVS 12-23-03 to tarbal 0.7.1. Identical settings in > zconfig.h for echo cancellation (MARK2, aggressive OFF). The echo got > worse, much worse. It takes longer to train and overspeak now disables > cancellation, which it did not before. In fact, I now have echo on VoIP > to VoIP on our local network, which I never had before. Was something > changed with the echo supression which was not documented. > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
turn echotraning on or update to CVS also try leaving the tx and rxgain at zero bkw On Thu, 29 Jan 2004, Stephen R. Besch wrote:> Just updated from CVS 12-23-03 to tarbal 0.7.1. Identical settings in > zconfig.h for echo cancellation (MARK2, aggressive OFF). The echo got > worse, much worse. It takes longer to train and overspeak now disables > cancellation, which it did not before. In fact, I now have echo on VoIP > to VoIP on our local network, which I never had before. Was something > changed with the echo supression which was not documented. > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
How? Is written in CDR? Regards, Gus ----- Original Message ----- From: "Tais M. Hansen" <tmh@comx.as> To: <asterisk-users@lists.digium.com> Sent: Friday, January 30, 2004 9:20 AM Subject: Re: [Asterisk-Users] Echo worsens in 0.7.1 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 30 January 2004 00:57, Eric Wieling wrote:> Is there any chance 0.7.2 will include a fix for PRI Cause Codes not > being translated into Asterisk Cause Codes and being passed back to > app_dial (as well as fixing the apparently never working ${HANGUPCAUSE} > variable)?HANGUPCAUSE is working fine here (cvs). - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAGkv82TEAILET3McRAjGcAJ9FzGmcXX8jJwjs30hVjhAO3pcO5ACfZ6mr pRRyhh0J/GeyezwX1m8Qi1s=PbAl -----END PGP SIGNATURE----- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 30 January 2004 13:31, CW_ASN - Gus wrote:>> HANGUPCAUSE is working fine here (cvs). > How? Is written in CDR?CDRs contain BUSY when busy and NO ANSWER on the rest. extensions.conf: [provider-out] ... exten => _XX.,7,Dial(ZAP/g1/${calledid}|120|r) exten => _XX.,8,Goto(provider-out-failed|c${HANGUPCAUSE}|1) [provider-out-failed] exten => c1,1,Hangup() exten => c2,1,Busy() exten => c3,1,Answer() exten => c3,2,ResetCDR() exten => c3,3,Playtones(info) exten => c3,4,Wait(60) exten => c3,5,Hangup() exten => c4,1,Congestion() - -- Regards, Tais M. Hansen ComX Networks Tel: +45-70257474 Fax: +45-70257374 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAGlKy2TEAILET3McRAv7gAKCREpAN3kVvbEuTDAQkU9kb6IrZiQCdEXlR 3FroTgPgWQmBrqGwjwktmvc=yyxo -----END PGP SIGNATURE-----
See Bug Number 890 on bugs.digium.com. --Eric> From: "Tais M. Hansen" <tmh@comx.as> > To: <asterisk-users@lists.digium.com> > Sent: Friday, January 30, 2004 9:20 AM > Subject: Re: [Asterisk-Users] Echo worsens in 0.7.1 > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Friday 30 January 2004 00:57, Eric Wieling wrote: > > Is there any chance 0.7.2 will include a fix for PRI Cause Codes not > > being translated into Asterisk Cause Codes and being passed back to > > app_dial (as well as fixing the apparently never working ${HANGUPCAUSE} > > variable)? > > HANGUPCAUSE is working fine here (cvs).