osmo-sip-connector.git branch master updated. d1c11b1e976532b23321a44a48606e7a78685a38

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
Mon Apr 4 18:18:08 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  d1c11b1e976532b23321a44a48606e7a78685a38 (commit)
       via  02b19354e4b3f577d65019065002b53262b4518b (commit)
       via  79538fc2203ea72dab9167f5c7faa8ef0678c474 (commit)
       via  211ad859de157c676bde6529a829e66db9fe4ff6 (commit)
       via  32162fe7c80b8201ff4cb4a32632830282b2249f (commit)
      from  c39c3df2514b41d98c3ee1c2b32d422ea74513c2 (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=d1c11b1e976532b23321a44a48606e7a78685a38

commit d1c11b1e976532b23321a44a48606e7a78685a38
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Apr 4 20:17:29 2016 +0200

    vty: Add VTY command about the state of the mncc connection
    
    Add VTY command with the state of the MNCC connection. It gives
    a simple state and is connected in case of the READY state.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=02b19354e4b3f577d65019065002b53262b4518b

commit 02b19354e4b3f577d65019065002b53262b4518b
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Apr 4 20:10:33 2016 +0200

    mncc: Use strcpy for these routines and not memcpy
    
    We need to stop on the first occurence of a \0 in the address
    provided by SIP. Do not copy the full amount of bytes.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=79538fc2203ea72dab9167f5c7faa8ef0678c474

commit 79538fc2203ea72dab9167f5c7faa8ef0678c474
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Apr 4 20:09:02 2016 +0200

    vty: Add extended show calls command with all information
    
    Print everything we know about the call. This can be useful to debug
    stuck calls or similiar events.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=211ad859de157c676bde6529a829e66db9fe4ff6

commit 211ad859de157c676bde6529a829e66db9fe4ff6
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Apr 4 19:52:41 2016 +0200

    sip/call/mncc: Move source/dest into the call structure
    
    In preparation of a better show calls VTY command it is of interest
    to know which number has been dialed by whom. For that store the
    source/dest in there.
    
    MNCC: Change the talloc root context to the call and don't try to
    free the strings after calling the routing code
    
    SIP: Use talloc_strdup to duplicate them.
    
    Call: Add null check because the talloc_strdup of the SIP layer
    could have failed.

http://cgit.osmocom.org/osmo-sip-connector/commit/?id=32162fe7c80b8201ff4cb4a32632830282b2249f

commit 32162fe7c80b8201ff4cb4a32632830282b2249f
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Apr 4 18:31:34 2016 +0200

    vty: Fix the number of documented arguments

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

Summary of changes:
 src/app.c  | 24 +++++++++++++------
 src/call.h |  3 +++
 src/mncc.c | 26 ++++++++++++---------
 src/mncc.h |  6 +++--
 src/sip.c  |  9 ++++----
 src/sip.h  |  2 +-
 src/vty.c  | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 122 insertions(+), 26 deletions(-)


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



More information about the osmocom-commitlog mailing list