summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-24 21:08:30 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-24 21:08:30 +0000
commit96700a26a7de67bf928b10e549d2e40ed8e1e257 (patch)
tree85df3d06a41af91b043cf62ee65e2a158ca1a0a4 /zaptel.h
parentb31ad885f772a76b5d580e05171a43d7e0d4a569 (diff)
Adding new echo canceller option from kb1 based on mec2. PLEASE try
it out and give me feedback if it solves echo problems for you that wouldn't go away with any of the other echo cancellers. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@746 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index 9632397..a096fc0 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -155,6 +155,8 @@
#include "mec.h"
#elif defined(ECHO_CAN_MARK2)
#include "mec2.h"
+#elif defined(ECHO_CAN_KB1)
+#include "kb1ec.h"
#else
#include "mec3.h"
#endif