summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-30 15:19:45 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-30 15:19:45 +0000
commitf0c3f11388d96bd0dbb0756db65b3fa3cdce561f (patch)
tree1abe5d86c33e409c5502765f23f1b7eb4b70052a /zaptel.h
parentec5266823ae51101c4ae91fe86fffd5418f865ee (diff)
optionally support flash events on FXS signaling (work done by Jim Dixon)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@786 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zaptel.h b/zaptel.h
index 6a64b3f..1d39be6 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -905,6 +905,10 @@ struct zt_tone_def { /* Structure for zone programming */
#define ZT_MAX_CHANNELS 1024 /* Max, 1024 channels */
#define ZT_MAX_CONF 1024 /* Max, 1024 conferences */
+#ifdef FXSFLASH
+#define ZT_FXSFLASHTIME 550 /* max 550ms */
+#endif
+
#ifdef __KERNEL__
#include <linux/types.h>