mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-15 08:04:47 -07:00
Issue 6114: Don't hangup on BYE/ALSO with no channel.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+2
-1
@@ -10619,7 +10619,8 @@ static int handle_request_bye(struct sip_pvt *p, struct sip_request *req, int de
|
||||
}
|
||||
} else {
|
||||
ast_log(LOG_WARNING, "Invalid transfer information from '%s'\n", ast_inet_ntoa(iabuf, sizeof(iabuf), p->recv.sin_addr));
|
||||
ast_queue_hangup(p->owner);
|
||||
if (p->owner)
|
||||
ast_queue_hangup(p->owner);
|
||||
}
|
||||
} else if (p->owner)
|
||||
ast_queue_hangup(p->owner);
|
||||
|
||||
Reference in New Issue
Block a user