[asterisk-commits] alecdavis: branch 1.6.2 r234890 - in /branches/1.6.2: ./ apps/app_directory.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 14 19:40:33 CST 2009
Author: alecdavis
Date: Mon Dec 14 19:40:31 2009
New Revision: 234890
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234890
Log:
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 #16409)
Reported by: alecdavis
Tested by: alecdavis
Patch
bug_16409.diff.txt uploaded by alecdavis (license 585)
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_directory.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_directory.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_directory.c?view=diff&rev=234890&r1=234889&r2=234890
==============================================================================
--- branches/1.6.2/apps/app_directory.c (original)
+++ branches/1.6.2/apps/app_directory.c Mon Dec 14 19:40:31 2009
@@ -808,7 +808,7 @@
"dir-firstlast", AST_DIGIT_ANY);
}
if (!res) {
- ast_stream_and_wait(chan, "dir-usingkeypad", AST_DIGIT_ANY);
+ res = ast_stream_and_wait(chan, "dir-usingkeypad", AST_DIGIT_ANY);
}
}
ast_stopstream(chan);
More information about the asterisk-commits
mailing list