]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 369067 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Tue, 19 Jun 2012 16:22:39 +0000 (16:22 +0000)
committerAutomerge script <automerge@asterisk.org>
Tue, 19 Jun 2012 16:22:39 +0000 (16:22 +0000)
commit9c05926dca151ddfcaf4d957cc35418671f9fff6
tree33583e9121de8c7651dbf5ea2d0903363ba53d3e
parent9cd0f2c7f61701133e3bac5b8937060d39bf0ee5
Merged revisions 369067 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r369067 | mmichelson | 2012-06-19 10:37:37 -0500 (Tue, 19 Jun 2012) | 17 lines

  Fix request routing issue when outboundproxy is used.

  Asterisk was incorrectly setting the destination of CANCELs
  and ACKs for error responses to the URI of the initial INVITE.
  This resulted in further requests, such as INVITEs with authentication
  credentials, to be routed incorrectly. Instead, when these CANCEL
  or ACKs are to be sent, we should simply keep the destination the
  same as what it previously was. There is no need to alter it any.

  (closes issue ASTERISK-20008)
  Reported by Marcus Hunger
  Patches:
   ASTERISK-20008.patch uploaded by Mark Michelson (license #5049)
  ........

  Merged revisions 369066 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

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