[Home]

Summary:ASTERISK-15288: [patch] First DTMF digit is missed if pressed during "using your touch tone keypad..." announcement
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2009-12-08 01:13:26.000-0600Date Closed:2010-01-05 09:09:41.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_directory
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bug_16409.diff.txt
Description:in app_directory.c:directory_exec there is a missing 'res =' before  ast_stream_and_wait(chan, "dir-usingkeypad", AST_DIGIT_ANY);

Meaning that the first DTMF digit is ignored if pressed during this message.
Comments:By: Alec Davis (alecdavis) 2009-12-08 14:00:54.000-0600

This became a regression at revision 114149, back in April 2008

Surprised nobody picked it up before.

By: Alec Davis (alecdavis) 2009-12-09 12:43:32.000-0600

Although I've reported this in 'trunk' which I'd assume would be considered lower priority, than if it were in a stable or testing branch.

It's in what we consider the 'stable' version of asterisk, 1.6.1 branch.
Also in 'testing', 1.6.2 branch.



By: Digium Subversion (svnbot) 2009-12-14 18:54:45.000-0600

Repository: asterisk
Revision: 234855

U   trunk/apps/app_directory.c

------------------------------------------------------------------------
r234855 | alecdavis | 2009-12-14 18:54:45 -0600 (Mon, 14 Dec 2009) | 9 lines

ast_stream_and_wait(chan,dir-usingkeypad) didn't capture the dialled DTMF.

 (closes issue ASTERISK-15288)
 Reported by: alecdavis
 Tested by: alecdavis
 Patch
bug_16409.diff.txt uploaded by alecdavis (license 585)


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

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

By: Digium Subversion (svnbot) 2009-12-14 19:18:43.000-0600

Repository: asterisk
Revision: 234862

_U  branches/1.6.1/
U   branches/1.6.1/apps/app_directory.c

------------------------------------------------------------------------
r234862 | alecdavis | 2009-12-14 19:18:42 -0600 (Mon, 14 Dec 2009) | 15 lines

Merged revisions 234855 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r234855 | alecdavis | 2009-12-15 13:54:44 +1300 (Tue, 15 Dec 2009) | 9 lines
 
 ast_stream_and_wait(chan,dir-usingkeypad) didn't capture the dialled DTMF.
 
   (closes issue ASTERISK-15288)
   Reported by: alecdavis
   Tested by: alecdavis
   Patch
  bug_16409.diff.txt uploaded by alecdavis (license 585)
........

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

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

By: Digium Subversion (svnbot) 2009-12-14 19:40:31.000-0600

Repository: asterisk
Revision: 234890

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_directory.c

------------------------------------------------------------------------
r234890 | alecdavis | 2009-12-14 19:40:31 -0600 (Mon, 14 Dec 2009) | 15 lines

Merged revisions 234855 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r234855 | alecdavis | 2009-12-15 13:54:44 +1300 (Tue, 15 Dec 2009) | 9 lines
 
 ast_stream_and_wait(chan,dir-usingkeypad) didn't capture the dialled DTMF.
 
   (closes issue ASTERISK-15288)
   Reported by: alecdavis
   Tested by: alecdavis
   Patch
  bug_16409.diff.txt uploaded by alecdavis (license 585)
........

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

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