[Asterisk-cvs] zaptel zaptel.h,1.50,1.51 zconfig.h,1.22,1.23

mattf mattf
Thu Oct 27 12:12:24 CDT 2005


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

Modified Files:
	zaptel.h zconfig.h 
Log Message:
New echo canceller mods based on KB1.  If you have echo, try MG2 out.


Index: zaptel.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- zaptel.h	4 Oct 2005 23:08:49 -0000	1.50
+++ zaptel.h	27 Oct 2005 16:05:07 -0000	1.51
@@ -163,6 +163,8 @@
 #include "mec2.h"
 #elif defined(ECHO_CAN_KB1)
 #include "kb1ec.h"
+#elif defined(ECHO_CAN_MG2)
+#include "mg2ec.h"
 #else
 #include "mec3.h"
 #endif

Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- zconfig.h	30 Sep 2005 15:19:45 -0000	1.22
+++ zconfig.h	27 Oct 2005 16:05:07 -0000	1.23
@@ -50,6 +50,10 @@
 /* #define ECHO_CAN_MARK2 */
 /* #define ECHO_CAN_MARK3 */
 #define ECHO_CAN_KB1
+/* MG2 is a version of KB1 that has some changes to it that are
+ * supposed to improve how it performs.  If you have echo problems,
+ * try it out! */
+/* #define ECHO_CAN_MG2 */
 
 /*
  * Uncomment for aggressive residual echo supression under 




More information about the svn-commits mailing list