mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
Merged revisions 113681 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r113681 | mmichelson | 2008-04-09 09:40:05 -0500 (Wed, 09 Apr 2008) | 9 lines If Asterisk receives a 488 on an INVITE (not a reinvite), then we should not send a BYE. (closes issue #12392) Reported by: fnordian Patches: chan_sip.patch uploaded by fnordian (license 110) with small modification from me ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@113682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14876,6 +14876,9 @@ static void handle_response_invite(struct sip_pvt *p, int resp, char *rest, stru
|
||||
if (p->owner && !req->ignore)
|
||||
ast_queue_control(p->owner, AST_CONTROL_CONGESTION);
|
||||
p->needdestroy = 1;
|
||||
/* If there's no dialog to end, then mark p as already gone */
|
||||
if (!reinvite)
|
||||
sip_alreadygone(p);
|
||||
}
|
||||
break;
|
||||
case 491: /* Pending */
|
||||
|
||||
Reference in New Issue
Block a user