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 270c73c11fa66171a9d85e22ce868b9669960c0b (commit) via 6d7d7f2cd317b9c337f675da74c4bc8411cdfced (commit) from c313ab0f6b50fc7d2bd066099624fc0a6a4454ac (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=270c73c11fa66171a9d85e...
commit 270c73c11fa66171a9d85e22ce868b9669960c0b Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Mon Apr 4 12:38:10 2016 +0200
mncc: Reject hold requests for now
MNCC hold to sip has not been implemented, so let me reject the request right now. A ticket (OS#1686) has been filed to track implementing call holding.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=6d7d7f2cd317b9c337f675...
commit 6d7d7f2cd317b9c337f675da74c4bc8411cdfced Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Mon Apr 4 12:36:31 2016 +0200
mncc: Have all release go through a local method
Have all release go through a local method first. This way we can make sure to stop the timer. I have seen something odd (a busy loop in the RB tree of the timer code) and we can easily avoid having a timer run on a page of memory that has been "freed".
-----------------------------------------------------------------------
Summary of changes: src/mncc.c | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-)
hooks/post-receive