Handle case where SIP side hangsup while MNCC is on hold

Change-Id: Ie32690e036180e6b80a1b59177c1a72a6fd78d15
This commit is contained in:
Keith Whyte 2019-08-06 19:27:42 +02:00
parent 5311868c26
commit f9a0f3af42
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ static void mncc_call_leg_release(struct call_leg *_leg)
break;
case MNCC_CC_PROCEEDING:
case MNCC_CC_CONNECTED:
case MNCC_CC_HOLD:
LOGP(DMNCC, LOGL_DEBUG,
"Releasing call in non-initial leg(%u) cause(%s)\n", leg->callref, gsm48_cc_cause_name(leg->base.cause));
leg->base.in_release = true;