Skip to content
Snippets Groups Projects
Commit 578bc33f authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents d1ef1270 d51ca4b4
No related branches found
No related tags found
No related merge requests found
......@@ -23980,6 +23980,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;
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment