]> git.ipfire.org Git - thirdparty/asterisk.git/commit
INVITE 403 Forbidden response always retransmits the maximum times.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2011 21:41:58 +0000 (21:41 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 8 Jul 2011 21:41:58 +0000 (21:41 +0000)
commit181898fdb62692ce8e42be6bca44dfc28d92a1ba
tree365ea1587ca04cd5928c6bcce68ba67fb3e67e55
parent1fcdb0f58b9daa2b5599b8a2df99ba89fb245beb
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/branches/1.8@327211 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c