summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.h')
-rwxr-xr-xzaptel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zaptel.h b/zaptel.h
index 1d39be6..ace69e5 100755
--- a/zaptel.h
+++ b/zaptel.h
@@ -906,7 +906,8 @@ struct zt_tone_def { /* Structure for zone programming */
#define ZT_MAX_CONF 1024 /* Max, 1024 conferences */
#ifdef FXSFLASH
-#define ZT_FXSFLASHTIME 550 /* max 550ms */
+#define ZT_FXSFLASHMINTIME 450 /* min 450ms */
+#define ZT_FXSFLASHMAXTIME 550 /* max 550ms */
#endif
#ifdef __KERNEL__