Change in ...osmo-sip-connector[master]: Handle case where SIP side hangsup while MNCC is on hold
keith
gerrit-no-reply at lists.osmocom.org
Tue Aug 6 17:27:48 UTC 2019
keith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sip-connector/+/15073
Change subject: Handle case where SIP side hangsup while MNCC is on hold
......................................................................
Handle case where SIP side hangsup while MNCC is on hold
Change-Id: Ie32690e036180e6b80a1b59177c1a72a6fd78d15
---
M src/mncc.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/73/15073/1
diff --git a/src/mncc.c b/src/mncc.c
index a60b104..d8545da 100644
--- a/src/mncc.c
+++ b/src/mncc.c
@@ -297,6 +297,7 @@
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;
--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/15073
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: Ie32690e036180e6b80a1b59177c1a72a6fd78d15
Gerrit-Change-Number: 15073
Gerrit-PatchSet: 1
Gerrit-Owner: keith <keith at rhizomatica.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190806/25d12ca1/attachment.html>
More information about the gerrit-log
mailing list