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 "Python scripting interface to the OsmoNITB MNCC interface".
The branch, master has been updated
via ce184f83f0ebad256fe05be75c2b53d03a5ee158 (commit)
from 03980b4e31742e4ff5e0037268f078c8763ec873 (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/mncc-python/commit/?id=ce184f83f0ebad256fe05be75c2b…
commit ce184f83f0ebad256fe05be75c2b53d03a5ee158
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Apr 29 14:43:28 2017 +0200
test: Add a manual test to simulate DTMF handling in osmo-sip-connector
Add a manul test to the contrib folder that helped and can help during
the development of osmo-sip-connector or similar software. This avoids
having to create a separate mncc module.
It can be started like:
$ PYTHONPATH=$PWD/../ python manual_test_server.py
Change-Id: I7f62efbc62455e6fcb1f091afb5fa120099834f0
-----------------------------------------------------------------------
Summary of changes:
contrib/manual_test_server.py | 126 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
create mode 100644 contrib/manual_test_server.py
hooks/post-receive
--
Python scripting interface to the OsmoNITB MNCC interface