Change in ...osmo-sip-connector[master]: Define hold/retrieve functions for MO calls

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/.

keith gerrit-no-reply at lists.osmocom.org
Tue Aug 6 17:48:37 UTC 2019


keith has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-sip-connector/+/15069 )

Change subject: Define hold/retrieve functions for MO calls
......................................................................

Define hold/retrieve functions for MO calls

My original patch that introduced this functionality,
bd2d14bd4af592c2694217d84aaf81d759d2ca1
only did so for MT calls.

Change-Id: Ifd42ed94053f6a38abfe6d6b18e2fe3582d037bb
---
M src/sip.c
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/src/sip.c b/src/sip.c
index 4eb7689..350eb0b 100644
--- a/src/sip.c
+++ b/src/sip.c
@@ -614,6 +614,8 @@
 	leg->base.call = call;
 	leg->base.release_call = sip_release_call;
 	leg->base.dtmf = sip_dtmf_call;
+	leg->base.hold_call = sip_hold_call;
+	leg->base.retrieve_call = sip_retrieve_call;
 	leg->agent = agent;
 
 	leg->nua_handle = nua_handle(agent->nua, leg, TAG_END());

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/15069
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: Ifd42ed94053f6a38abfe6d6b18e2fe3582d037bb
Gerrit-Change-Number: 15069
Gerrit-PatchSet: 2
Gerrit-Owner: keith <keith at rhizomatica.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: keith <keith at rhizomatica.org>
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/20190806/26fc201b/attachment.htm>


More information about the gerrit-log mailing list