summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-09-09 12:00:19 +0000
committerOlle Johansson <oej@edvina.net>2006-09-09 12:00:19 +0000
commit562b491a85aa2adc2111eecf407357e7a05c4e51 (patch)
tree5b5a276bb2f6c7040d3093c31acc7f56719e1da7
parentcf22a4526c468009e47b256e31fe8ee0827dabaa (diff)
Clear proper flag
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6f67557f4..6354d6d0a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11197,7 +11197,7 @@ static void check_pendings(struct sip_pvt *p)
} else {
transmit_request_with_auth(p, SIP_BYE, 0, 1, 1);
ast_set_flag(&p->flags[0], SIP_NEEDDESTROY);
- ast_clear_flag(&p->flags[0], SIP_NEEDREINVITE);
+ ast_clear_flag(&p->flags[0], SIP_CAN_BYE);
}
} else if (ast_test_flag(&p->flags[0], SIP_NEEDREINVITE)) {
if (option_debug)