summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-14 02:48:33 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-14 02:48:33 +0000
commit712c8a90aff9de85f3e224cad7b1294744d8b8e5 (patch)
treeff9b2b81f20d8a4ae3391a175cf2102413f077de /zconfig.h
parent8f90c084804ef50891accaa97a3df11a43dce959 (diff)
add a SHORT_FLASH_TIME option to zconfig.h for european phones with short flash
times that sometimes get misinterpreted as a pulse digit 1 (issue #7365, gagravarr) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1303 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zconfig.h')
-rw-r--r--zconfig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/zconfig.h b/zconfig.h
index 029e55d..603def6 100644
--- a/zconfig.h
+++ b/zconfig.h
@@ -13,6 +13,14 @@
/* Zaptel compile time options */
/*
+ * Uncomment if you have a European phone, or any other phone with a
+ * short flash time.
+ * This will stop the flash being mis-detected as a pulse dial "1" on
+ * phones with short flashes
+ */
+/* #define SHORT_FLASH_TIME */
+
+/*
* Uncomment to disable calibration and/or DC/DC converter tests
* (not generally recommended)
*/