Merge "chan_sip: Call not cancelled after receiving a 422 response" into 13

changes/95/5195/1
zuul 10 years ago committed by Gerrit Code Review
commit 071e6d971c

@ -23917,6 +23917,7 @@ static void handle_response_invite(struct sip_pvt *p, int resp, const char *rest
case 422: /* Session-Timers: Session interval too small */
xmitres = transmit_request(p, SIP_ACK, seqno, XMIT_UNRELIABLE, FALSE);
ast_string_field_set(p, theirtag, NULL);
p->invitestate = INV_CALLING;
proc_422_rsp(p, req);
break;

Loading…
Cancel
Save