summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-07-02 13:04:54 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-07-02 13:04:54 +0000
commit6ed63353c415782d93d2e8fb01b48afc8a3ec16c (patch)
tree1d53c5d9ed982d2dbdf56c18810fa868e83be978 /zconfig.h
parent3a9a4fce1c740f4837640214e98754f3fa723ea2 (diff)
Add option to cause Zaptel to ignore the 2100 Hz echo cancel
disable tone git-svn-id: http://svn.digium.com/svn/zaptel/trunk@431 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/zconfig.h b/zconfig.h
index 740e66c..936c15a 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -55,6 +55,13 @@
*/
/* #define AGGRESSIVE_SUPPRESSOR */
+/*
+ * Define to turn off the echo canceler disable tone detector,
+ * which will cause zaptel to ignore the 2100 Hz echo cancel disable
+ * tone.
+ */
+/* #define NO_ECHOCAN_DISABLE */
+
/* We now use the linux kernel config to detect which options to use */
/* You can still override them below */
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)