osmo-sip-connector.git branch master updated. 45f0fa09d2ae8f4c15a2096e37c05be5d283d027

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/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Mar 22 15:32:59 UTC 2016


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  45f0fa09d2ae8f4c15a2096e37c05be5d283d027 (commit)
       via  10e22bd6f4ebc93e9467fec98a27585a34fcb5d8 (commit)
       via  90881b6a5a908f8c1b9745ca7b4eea299d8cacdc (commit)
      from  9d12a7c34cd02880bb5dd228aaf0ff831d2ab6c6 (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=45f0fa09d2ae8f4c15a2096e37c05be5d283d027

commit 45f0fa09d2ae8f4c15a2096e37c05be5d283d027
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 22 16:31:26 2016 +0100

    call/app: Hook the MNCC disconnect event in the app and release calls
    
    In case the MNCC server is crashing we need to release all calls,
    use the event emitted by the MNCC connection and iterate over all
    calls and call the release function.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=10e22bd6f4ebc93e9467fec98a27585a34fcb5d8

commit 10e22bd6f4ebc93e9467fec98a27585a34fcb5d8
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 22 14:47:38 2016 +0100

    call: Introduce a structure for representing a call
    
    Right now a call has two legs, the initial one and the remote. In
    general this will allow a SIP to SIP, SIP to MNCC and MNCC to MNCC
    structure in the future.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=90881b6a5a908f8c1b9745ca7b4eea299d8cacdc

commit 90881b6a5a908f8c1b9745ca7b4eea299d8cacdc
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Mar 22 14:15:17 2016 +0100

    sip: Introduce source file to setup sofia sip
    
    This code is capable of creating an agent that will bind on the
    configured local address. The next steps are to configure the
    library in terms of allowed features and prepare call handling.

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am |  5 ++++-
 src/app.c       | 57 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/app.h       |  5 +++++
 src/call.c      | 50 ++++++++++++++++++++++++++++++++++++++++++
 src/call.h      | 55 ++++++++++++++++++++++++++++++++++++++++++++++
 src/logging.h   |  1 +
 src/main.c      | 26 ++++++++++++++++------
 src/sip.c       | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/sip.h       | 21 ++++++++++++++++++
 9 files changed, 279 insertions(+), 8 deletions(-)
 create mode 100644 src/app.c
 create mode 100644 src/call.c
 create mode 100644 src/call.h
 create mode 100644 src/sip.c
 create mode 100644 src/sip.h


hooks/post-receive
-- 
MNCC <-> SIP bridge



More information about the osmocom-commitlog mailing list