mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@10558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11145,7 +11145,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
|
||||
/* Make sure we don't ignore this */
|
||||
if (seqno == p->pendinginvite) {
|
||||
p->pendinginvite = 0;
|
||||
__sip_ack(p, seqno, FLAG_RESPONSE, -1);
|
||||
__sip_ack(p, seqno, FLAG_RESPONSE, 0);
|
||||
if (!ast_strlen_zero(get_header(req, "Content-Type"))) {
|
||||
if (process_sdp(p, req))
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user