diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 43630fbe0b0d067cc734d4e73431827e448f5efb..299795ab7992afd92a8f30d9f9b2528510f9229e 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -25771,7 +25771,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, str
 			break;
 		}
 	} else {
-		if (p && (p->autokillid == -1)) {
+		if (!req->ignore && p && (p->autokillid == -1)) {
 			const char *msg;
 
 			if ((!ast_format_cap_count(p->jointcaps)))