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.orgThis 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 c39c3df2514b41d98c3ee1c2b32d422ea74513c2 (commit)
from b2b13f69ae5916477ea3f6e37b57b52a83ac5a63 (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=c39c3df2514b41d98c3ee1c2b32d422ea74513c2
commit c39c3df2514b41d98c3ee1c2b32d422ea74513c2
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Mon Apr 4 17:06:29 2016 +0200
vty: Add simple VTY output for current calls
Start with a show call summary that lists simple data about the
current set of calls:
Call(5002) initial(type=SIP,state=CONFIRMED) remote(type=MNCC,state=INITIAL)
Call(5001) initial(type=MNCC,state=PROCEEDING) remote(type=SIP,state=CONFIRMED)
Related: OS#1680
-----------------------------------------------------------------------
Summary of changes:
src/call.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/call.h | 10 ++++++++++
src/vty.c | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 109 insertions(+)
hooks/post-receive
--
MNCC <-> SIP bridge