Files
asterisk/channels
Frederic LE FOLL 745ae35f0e chan_sip: chan_sip does not process 400 response to an INVITE.
chan_sip handle_response() function, for a 400 response to an INVITE,
calls handle_response_invite() and does not generate ACK.
handle_response_invite() does not recognize 400 response and has no
default response processing for unexpected responses, thus it does not
generate ACK either.
The ACK on response repetition comes from handle_response() mechanism
"We must re-send ACKs to re-transmitted final responses".

According to code history, 400 response specific processing was
introduced with commit
"channels/chan_sip: Add improved support for 4xx error codes"
This commit added support for :
- 400/414/493 in handle_response_subscribe() handle_response_register()
  and handle_response().
- 414/493 only in handle_response_invite().

This fix adds 400 response support in handle_response_invite().

ASTERISK-28957

Change-Id: Ic71a087e5398dfc7273946b9ec6f9a36960218ad
2020-06-25 09:15:43 -05:00
..
2018-05-11 09:58:19 -04:00
2019-05-10 10:19:50 -06:00
2018-06-21 04:17:51 -06:00
2018-05-11 09:58:19 -04:00
2019-06-17 12:51:55 -06:00
2017-09-25 06:25:06 -06:00