[Asterisk-cvs] zaptel zconfig.h,1.20,1.21

mattf mattf
Mon Sep 12 15:07:15 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv21012

Modified Files:
	zconfig.h 
Log Message:
Change the default echo canceller to the Kris's new echo canceller based on 
mec2.  Thanks Kris


Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- zconfig.h	31 Aug 2005 04:57:25 -0000	1.20
+++ zconfig.h	12 Sep 2005 19:07:02 -0000	1.21
@@ -43,18 +43,13 @@
 /*
  * Pick your echo canceller: MARK2, MARK3, STEVE, or STEVE2 :)
  * 
- * Note: There is a new echo canceller now available from
- * kb1 that is based on mec2.h.  It has been reported to perform
- * very well.  If you are having echo problems try it
- * (ECHO_CAN_KB1) and PLEASE report back to me.
- *  (creslin atT digium DoT com)
  */ 
 /* #define ECHO_CAN_STEVE */
 /* #define ECHO_CAN_STEVE2 */
 /* #define ECHO_CAN_MARK */
-#define ECHO_CAN_MARK2
+/* #define ECHO_CAN_MARK2 */
 /* #define ECHO_CAN_MARK3 */
-/* #define ECHO_CAN_KB1 */
+#define ECHO_CAN_KB1
 
 /*
  * Uncomment for aggressive residual echo supression under 




More information about the svn-commits mailing list