summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-27 16:05:07 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-10-27 16:05:07 +0000
commit2fb165f0add1912328203c7be07f3d82ab632c2c (patch)
tree0f6505fa65429e19228b45905413f1d21d5c5d4b /zaptel.h
parentb9f9695be795e41214fe1623e4b30f7b24269c17 (diff)
New echo canceller mods based on KB1. If you have echo, try MG2 out.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@798 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 59b4aa5..612637c 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -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