summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-08-19 22:53:47 +0000
committerShaun Ruffell <sruffell@digium.com>2011-08-19 22:53:47 +0000
commit435cb6e580dc1bc6dd49f0b2c316688d2597b26d (patch)
tree5b666c758a8c8ace3267fa1d162fdd010db88bd3
parent186ba5692efe3a49c4f1053b49739eb7347729a8 (diff)
wctdm: Set 'fastpickup' counter to 8ms
This fixes what looks like a typo in r1055 [1]. [1] http://svnview.digium.com/svn/dahdi?view=revision&revision=1055 Reported-by: Kinnith Wallace <kwallace@digium.com> Signed-off-by: Shaun Ruffell <sruffell@digium.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10147 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.5@10149 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wctdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c
index 01ae73e..0e81c84 100644
--- a/drivers/dahdi/wctdm.c
+++ b/drivers/dahdi/wctdm.c
@@ -1710,7 +1710,7 @@ static int wctdm_init_voicedaa(struct wctdm *wc, int card, int fast, int manual,
/* Misc. DAA parameters */
if (fastpickup)
- reg31 = 0xb3;
+ reg31 = 0xe3;
else
reg31 = 0xa3;