summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authorjim <jim@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-08 22:35:38 +0000
committerjim <jim@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-08 22:35:38 +0000
commit9fa18f88e43786a803286c8189c80d18b242eada (patch)
treea90eec335c40205188ed4bac16ac58a2779412e0 /zconfig.h
parentfc86f5c437daa269ba6e7d4621b3365a90f5a05d (diff)
Added functionality so that e&m trunks can "flash" after going offhook
added the #define EMFLASH to zconfig.h to enable this feature git-svn-id: http://svn.digium.com/svn/zaptel/trunk@666 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/zconfig.h b/zconfig.h
index 5f61364..602dea5 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -38,7 +38,7 @@
* processors and can cause system instability!
*
*/
-/* #define CONFIG_ZAPTEL_MMX */
+#define CONFIG_ZAPTEL_MMX
/*
* Pick your echo canceller: MARK2, MARK3, STEVE, or STEVE2 :)
@@ -127,4 +127,10 @@
*/
/* #define TDM_REVH_MATCHALL */
+/*
+ * Uncomment the following if you want to support E&M trunks being
+ * able to "flash" after going off-hook (dont ask why, just nod :-) ).
+ */
+/* #define EMFLASH */
+
#endif