Change in ...osmo-sip-connector[master]: Handle case where SIP side hangsup while MNCC is on hold

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Aug 7 16:01:53 UTC 2019


laforge has submitted this change and it was merged. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: keith <keith at rhizomatica.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/116dd532/attachment.htm>


More information about the gerrit-log mailing list