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 7166d0f448eae451b1a6287b522c0fc82387b05b (commit) from 42b073a233740e0e0125e99e4bea29ac7d3d27ed (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=7166d0f448eae451b1a628...
commit 7166d0f448eae451b1a6287b522c0fc82387b05b Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Sun Mar 5 16:47:57 2017 +0100
contrib: Add Dockerfile to build and configure a FreeSWITCH
Rhizomatica is using FreeSWITCH and we should have an easy way to test against it. A docker container with exposed ports seems like the easiest. FreeSWITCH by default is giving us some exmaple numbers:
* 5000 a menu... that allows DTMF * 9195 an echo test * 9198 tetris.
The config is copied on top of the default/big config that is installed. If this PBX should be reached from the outside one needs to change 127.0.0.1 to the external address and maybe configure the acl as well to add more CIDRs.
Besides that make container make run
Will build it and start the container. Takes a bit of time and requires docker. With it configure one can see things like:
2017-03-05 15:32:49.913912 [INFO] switch_channel.c:515 RECV DTMF 3:2000 2017-03-05 15:32:50.952752 [INFO] switch_channel.c:515 RECV DTMF 2:2000
Now to test DTMF in the system.
Change-Id: I7f3aa8c81b9e8698df090a05d2e41a41b67d8e3c
-----------------------------------------------------------------------
Summary of changes: contrib/testpbx/Dockerfile | 25 + contrib/testpbx/Makefile | 12 + contrib/testpbx/README | 29 ++ contrib/testpbx/configs/acl.conf.xml | 34 ++ contrib/testpbx/configs/default.xml | 832 ++++++++++++++++++++++++++++++++ contrib/testpbx/configs/internal.xml | 422 ++++++++++++++++ contrib/testpbx/configs/public.xml | 68 +++ contrib/testpbx/configs/switch.conf.xml | 181 +++++++ contrib/testpbx/configs/vars.xml | 450 +++++++++++++++++ 9 files changed, 2053 insertions(+) create mode 100644 contrib/testpbx/Dockerfile create mode 100644 contrib/testpbx/Makefile create mode 100644 contrib/testpbx/README create mode 100644 contrib/testpbx/configs/acl.conf.xml create mode 100644 contrib/testpbx/configs/default.xml create mode 100644 contrib/testpbx/configs/internal.xml create mode 100644 contrib/testpbx/configs/public.xml create mode 100644 contrib/testpbx/configs/switch.conf.xml create mode 100644 contrib/testpbx/configs/vars.xml
hooks/post-receive
osmocom-commitlog@lists.osmocom.org