This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MNCC <-> SIP bridge".
The branch, master has been updated
via 2a7cfb5c93ed4ceb4f193d7cca037e894a4d5212 (commit)
via c2474dc0beffc67478383410aa09846cbf6b44dd (commit)
via 8763cf8850f879cb0fd6120bdc60e5fbd4c2534d (commit)
via 275571ff20090030c2bc8b9fca81dc1c89424c8b (commit)
via 4bfaf60ed251b12cf90917bdb33c99657dbfc640 (commit)
via b8e802851dd586b3e08799886cf4b144463b970f (commit)
via a4970327f2e050f697dd4e75fa1931902aa6c1de (commit)
via 00a43e20ab4e16ac3822d204d98f7d8e2f11b7c2 (commit)
via 916348b7dcbd3f5fb4b672c3e18f6dd092cea146 (commit)
from 80880d45b7091dfbf5c722e2b9e79b60e7a9aba7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=2a7cfb5c93ed4ceb4f193…
commit 2a7cfb5c93ed4ceb4f193d7cca037e894a4d5212
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 31 16:28:21 2016 +0200
sip/sdp: Hack to get a GSM codec call connected
Extract IP and port once we have received the INVITE. In the near
future we need to improve this!
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=c2474dc0beffc67478383…
commit c2474dc0beffc67478383410aa09846cbf6b44dd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 31 16:06:04 2016 +0200
mncc: Add handling to connect a MNCC MT call
This will go through the stage of:
* MNCC_CALL_CONF_IND (to which we create a RTP socket)
* then we might receive a MNCC_ALERT_IND
* and finally the MNCC_SETUP_CNF
For the last two we inform the other leg about the progress.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=8763cf8850f879cb0fd61…
commit 8763cf8850f879cb0fd6120bdc60e5fbd4c2534d
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 31 16:04:47 2016 +0200
sip: Pass to not enable media on our 200 response
In case we send a 200 but don't have this tag, a 500 response will
be sent and the call will be dropped.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=275571ff20090030c2bc8…
commit 275571ff20090030c2bc8b9fca81dc1c89424c8b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 31 14:17:58 2016 +0200
mncc: Introduce direction and start to handle it separetely
For releasing a MT-Call we will need to send a release request
and then wait for the release confirmation. Add if/else to it.
If this turns out to be too ugly we will be able to create one
MO and one MT leg.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=4bfaf60ed251b12cf9091…
commit 4bfaf60ed251b12cf90917bdb33c99657dbfc640
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 31 14:17:33 2016 +0200
mncc: Convert ip address so BTS sends it to the right place
-----------------------------------------------------------------------
Summary of changes:
src/app.c | 14 ++--
src/call.h | 7 ++
src/mncc.c | 223 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
src/mncc.h | 4 ++
src/sdp.c | 4 +-
src/sdp.h | 2 +-
src/sip.c | 18 ++++-
7 files changed, 250 insertions(+), 22 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge