From aa59f4d0cd453df1c47bd2cb1bedb85a730380ed Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Tue, 10 Feb 2009 14:07:21 +0000 Subject: Set default alarm debounce time to 500ms to debounce NT L1 deactivations git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5997 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wcb4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/wcb4xxp/base.c') diff --git a/drivers/dahdi/wcb4xxp/base.c b/drivers/dahdi/wcb4xxp/base.c index 16816f6..0fea600 100644 --- a/drivers/dahdi/wcb4xxp/base.c +++ b/drivers/dahdi/wcb4xxp/base.c @@ -82,7 +82,7 @@ static int loopback = 0; static int milliwatt = 0; static int pedanticpci = 0; static int teignorered = 0; -static int alarmdebounce = 0; +static int alarmdebounce = 500; static int vpmsupport = 1; static int timer_1_ms = 2000; static int timer_3_ms = 30000; -- cgit v1.2.3