summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
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>