summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2008-07-07 17:34:28 +0000
committerMatthew Fredrickson <creslin@digium.com>2008-07-07 17:34:28 +0000
commit3ae5aac6365ae379989a47c9fa3531e013da9112 (patch)
tree765f0d5498f3d724a64cb9c7eb1479f563540618 /drivers
parentd9114bf372489d48d82ae82cfc80e104ce4eccb0 (diff)
Default ring debounce timer should be higher to properly catch callerid
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4555 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wctdm24xxp/wctdm24xxp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
index 962375b..7e9cedb 100644
--- a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
+++ b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
@@ -40,7 +40,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) */