[dahdi-commits] sruffell: linux/trunk r9912 - /linux/trunk/drivers/dahdi/dahdi-base.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Mon Apr 25 09:22:43 CDT 2011
Author: sruffell
Date: Mon Apr 25 09:22:39 2011
New Revision: 9912
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9912
Log:
dahdi: Enable DTMF A,B,C, and D digits.
This appears to be an old regression from zaptel r4063 [1] that would
prevent DAHDI from generating the A,B,C, and D digits due to
unintentional drop through on a case statement.
[1] http://svn.asterisk.org/view/zaptel?view=revision&revision=4063
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Modified:
linux/trunk/drivers/dahdi/dahdi-base.c
Modified: linux/trunk/drivers/dahdi/dahdi-base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/dahdi-base.c?view=diff&rev=9912&r1=9911&r2=9912
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi-base.c (original)
+++ linux/trunk/drivers/dahdi/dahdi-base.c Mon Apr 25 09:22:39 2011
@@ -3368,6 +3368,7 @@
case 'C':
case 'D':
tone_index = DAHDI_TONE_DTMF_A + (digit - 'A');
+ break;
case 'W':
return &tone_pause;
default:
More information about the dahdi-commits
mailing list