mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Sat Mar 1 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3300,7 +3300,8 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
|
||||
ast_async_goto(transfer_to,"", p->refer_to,1, 1);
|
||||
}
|
||||
}
|
||||
transmit_request(p, "BYE", p->outgoing);
|
||||
/* Always increment on a BYE */
|
||||
transmit_request(p, "BYE", 1);
|
||||
p->alreadygone = 1;
|
||||
}
|
||||
} else if (!strcasecmp(cmd, "CANCEL") || !strcasecmp(cmd, "BYE")) {
|
||||
|
Reference in New Issue
Block a user