mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-06 23:02:55 -07:00
oops. Thanks Terry.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -13284,7 +13284,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
|
||||
if (sipmethod == SIP_INVITE)
|
||||
handle_response_invite(p, resp, rest, req, seqno);
|
||||
else if (sipmethod == SIP_REGISTER)
|
||||
res = handle_response_register(p, resp, rest, req, ignore, seqno);
|
||||
res = handle_response_register(p, resp, rest, req, seqno);
|
||||
else if (sipmethod == SIP_BYE) {
|
||||
ast_set_flag(&p->flags[0], SIP_NEEDDESTROY);
|
||||
if (option_debug)
|
||||
|
||||
Reference in New Issue
Block a user