]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure channel state is not incorrectly set in the case of a very early answer.
authorJeff Peeler <jpeeler@digium.com>
Fri, 30 Apr 2010 22:22:46 +0000 (22:22 +0000)
committerJeff Peeler <jpeeler@digium.com>
Fri, 30 Apr 2010 22:22:46 +0000 (22:22 +0000)
commit87e8d0ec468e97536251adb6e5266915cd6715f6
tree1f06bc43df4a715dea99670614d735b47e1dfb71
parent1a098e8e98da5342596933f3e4e93c7e1d66068d
Ensure channel state is not incorrectly set in the case of a very early answer.

The needringing bit was being read in dahdi_read after answering thereby
setting the state to ringing from up. This clears needringing upon answering
so that is no longer possible.

(closes issue #17067)
Reported by: tzafrir
Patches:
      needringing.diff uploaded by tzafrir (license 46)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@260434 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c