]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 208388 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Thu, 23 Jul 2009 19:35:57 +0000 (19:35 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 23 Jul 2009 19:35:57 +0000 (19:35 +0000)
commit4642b4580292076bbdb610c69e03be3caa5fb0a0
tree63f57106b98d446fba5e607199f7485bfd901b44
parentd49abf44d6a8d6615e34c2e27f9a8cec310ca511
Merged revisions 208388 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r208388 | mmichelson | 2009-07-23 14:34:49 -0500 (Thu, 23 Jul 2009) | 24 lines

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

  ........
    r208386 | mmichelson | 2009-07-23 14:24:21 -0500 (Thu, 23 Jul 2009) | 17 lines

    Fix a problem where a 491 response could be sent out of dialog.

    This generalizes the fix for issue 13849. The initial fix corrected the
    problem that Asterisk would reply with a 491 if a reinvite were received
    from an endpoint and we had not yet received an ACK from that endpoint
    for the initial INVITE it had sent us. This expansion also allows Asterisk
    to appropriately handle an INVITE with authorization credentials if Asterisk
    had not received an ACK from the previous transaction in which Asterisk had
    responded to an unauthorized INVITE with a 407.

    (closes issue #14239)
    Reported by: klaus3000
    Patches:
          14239.patch uploaded by mmichelson (license 60)
    Tested by: klaus3000

  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@208390 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c