From fd2ae416146a71c26db0077bf1e8ad1ef5e4fe00 Mon Sep 17 00:00:00 2001 From: lmadsen Date: Mon, 7 Jun 2010 15:34:16 +0000 Subject: Update ChangeLog and merge revision 268457 from the 1.6.2 branch. git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.2.9-rc2@268577 f38db490-d61c-443f-a65b-d21fe96a405b --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67278177d..5b181e622 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2010-06-07 Leif Madsen + + * Asterisk 1.6.2.9-rc2 Released. + +2010-06-07 Tilghman Lesher + + * Fix crash in DTMF detection. + + What I did not originally see in my previous commit was that even + though the next digit could be detected before the previous was + considered ended, the detection of the next digit effectively ends + the detection of the previous. Therefore, the length moves in + lockstep with the digit, and no separate counter is needed for the + length alone. + + (closes issue 0017371) + Reported by: alecdavis + + (closes issue 0017474) + Reported by: kenner + 2010-06-01 Leif Madsen * Asterisk 1.6.2.9-rc1 Released. -- cgit v1.2.3