summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authorjdixon <jdixon@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-26 17:40:37 +0000
committerjdixon <jdixon@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-12-26 17:40:37 +0000
commit8fd2621c32a2a20a93298eab436f91ae5c55073e (patch)
tree4016efded7b092e46040dc9e34853ef5803ef239 /zconfig.h
parent625f93307a45b94899b12a47d0fb01edeb8aceb1 (diff)
Added support for Dial Pulse recognition on E&M trunks
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@876 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zconfig.h')
-rw-r--r--zconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/zconfig.h b/zconfig.h
index 952c2a5..8df1dc8 100644
--- a/zconfig.h
+++ b/zconfig.h
@@ -136,10 +136,25 @@
/*
* Uncomment the following if you want to support E&M trunks being
* able to "flash" after going off-hook (dont ask why, just nod :-) ).
+ *
+ * NOTE: *DO NOT* Enable "EMFLASH" and "EMPULSE" at the same time!!
+ *
*/
/* #define EMFLASH */
/*
+ * Uncomment the following if you want to support E&M trunks being
+ * able to recognize Dial Pulse digits. This can validly be enabled
+ * so that either Dial Pulse or DTMF/MF tones will be recognized, but
+ * the drawback is that the ONHOOK will take an extra {rxwinktime}
+ * to be recognized.
+ *
+ * NOTE: *DO NOT* Enable "EMFLASH" and "EMPULSE" at the same time!!
+ *
+ */
+/* #define EMPULSE */
+
+/*
* Comment out the following if you dont want events to indicate the
* beginning of an incoming ring. Most non-Asterisk applications will
* want this commented out.