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 15:57:51 UTC 2019


keith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/69/15069/1

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: 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/db7d5588/attachment.htm>


More information about the gerrit-log mailing list