summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-07 17:30:37 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-07 17:30:37 +0000
commite26c3fc64d52d9b2b4a094241e0ef58ccd297cf7 (patch)
tree8793a2e354a2a0cb31848910b34f6c6fc37e5552
parent77af90cc9ad5306026f3f55bb5f00ba6e9b54a07 (diff)
Default ring debounce timer should be higher to properly catch callerid
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4390 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wctdm24xxp/wctdm24xxp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp/wctdm24xxp.h b/wctdm24xxp/wctdm24xxp.h
index 50a1e67..25b4392 100644
--- a/wctdm24xxp/wctdm24xxp.h
+++ b/wctdm24xxp/wctdm24xxp.h
@@ -38,7 +38,7 @@
/*!
* \brief Default ringer debounce (in ms)
*/
-#define DEFAULT_RING_DEBOUNCE 128
+#define DEFAULT_RING_DEBOUNCE 1024
#define POLARITY_DEBOUNCE 64 /* Polarity debounce (in ms) */