diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 38b3905859..183b2da35d 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3482,6 +3482,7 @@ static int retrans_pkt(const void *data) if (pkt->method == SIP_BYE) { /* We're not getting answers on SIP BYE's. Tear down the call anyway. */ + sip_alreadygone(pkt->owner); if (pkt->owner->owner) { ast_channel_unlock(pkt->owner->owner); }