summaryrefslogtreecommitdiff
path: root/zaptel.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-30 20:41:21 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-30 20:41:21 +0000
commitc51a9ce1f20e32c41ce7beefc67c204cd6bc0468 (patch)
tree981079317eb5bc145bc33c1ada1a14a81a6326d2 /zaptel.h
parentfdfb0fd99bb66ef957a7405c6dd7fdc780aed8a0 (diff)
support minimum time for FXS flash
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@788 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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__