summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 43630fbe0..299795ab7 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)))