diff --git a/channels/chan_sip.c b/channels/chan_sip.c index a776a688fb..700301f335 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -7227,7 +7227,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc ast_queue_frame(p->owner, &af); } else if (debug) ast_verbose("Ignoring this request\n"); - if (!p->lastinvite) { + if (!p->lastinvite && !ignore && !p->owner) { /* Handle authentication if this is our first invite */ res = check_user(p, req, cmd, e, 1, sin, ignore); if (res) {