[Home]

Summary:ASTERISK-03461: Background() does not respond to touchtones A, B, C, or D
Reporter:dbrodbeck (dbrodbeck)Labels:
Date Opened:2005-02-09 10:12:56.000-0600Date Closed:2008-01-15 15:25:20.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:While Background() is playing a sound file, touchtone digits A, B, C, and D are ignored.  The digit is dropped and playback continues.

****** ADDITIONAL INFORMATION ******

Fix:
In asterisk/include/asterisk/file.h, change

#define AST_DIGIT_ANY "0123456789#*"

to

#define AST_DIGIT_ANY "0123456789#*ABCD"
Comments:By: Mark Spencer (markster) 2005-02-09 11:15:20.000-0600

Fixed in CVS head.  Thanks.

By: Russell Bryant (russell) 2005-02-13 20:17:02.000-0600

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:24:48.000-0600

Repository: asterisk
Revision: 4990

U   trunk/include/asterisk/file.h

------------------------------------------------------------------------
r4990 | markster | 2008-01-15 15:24:47 -0600 (Tue, 15 Jan 2008) | 2 lines

Make sure AST_DIGIT_ANY really means any (bug ASTERISK-3461)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4990

By: Digium Subversion (svnbot) 2008-01-15 15:25:20.000-0600

Repository: asterisk
Revision: 5026

U   branches/v1-0/include/asterisk/file.h

------------------------------------------------------------------------
r5026 | russell | 2008-01-15 15:25:19 -0600 (Tue, 15 Jan 2008) | 2 lines

respect A,B,C,D (bug ASTERISK-3461)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5026