Merged revisions 327211 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2011 21:43:49 +0000 (21:43 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2011 21:43:49 +0000 (21:43 +0000)
commit0e613fd544b10f007b126ea7c1553f6e0342c8d9
tree55e5fab9bd753cc8cdf81eeb435329b2aa300c08
parent13f92d2b82d56369f90cd294cf5de559cfb9b288
Merged revisions 327211 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r327211 | rmudgett | 2011-07-08 16:41:58 -0500 (Fri, 08 Jul 2011) | 9 lines

  INVITE 403 Forbidden response always retransmits the maximum times.

  Asterisk sends a 403 Forbidden response if authentication fails for an
  INVITE as required.  However, it ignores the ACK and keeps retransmitting
  the response.

  * Made not delete the to-tag in the dialog so the expected ACK can be
  matched with the dialog and stop the retransmissions.
........

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