]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 249538 via svnmerge from
authorJeff Peeler <jpeeler@digium.com>
Mon, 1 Mar 2010 17:25:55 +0000 (17:25 +0000)
committerJeff Peeler <jpeeler@digium.com>
Mon, 1 Mar 2010 17:25:55 +0000 (17:25 +0000)
commitdf88e701f770778b64f177d7ec7dbf66b7197dac
treeec886d7f84e02308c95146f0496ca07ce45ee6af
parentf9f4859c6470de27b5990473e6c10485ca29edc2
Merged revisions 249538 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r249538 | jpeeler | 2010-03-01 11:11:31 -0600 (Mon, 01 Mar 2010) | 18 lines

  Merged revisions 249536 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r249536 | jpeeler | 2010-03-01 11:02:03 -0600 (Mon, 01 Mar 2010) | 11 lines

    Modify queued frames from local channels to not set the other side to up

    In this case, attended transfers were broken due to ast_feature_request_and_dial
    detecting the channel being set to up before the answer frame could be read and
    therefore failing to mark the channel as ready. This fix is a regression fix for
    244785, which should continue to work properly as well.

    (closes issue #16816)
    Reported by: jamhed
    Tested by: jamhed, corruptor
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@249580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_local.c