osmo-sip-connector/contrib/testpbx
Holger Hans Peter Freyther 0cea3df01d testpbx: Add another number that will just play a ringback
This will enable early media to play a ringback to the phone.

Change-Id: I4c778b1f0e7484a755716133f91767af8b1102c0
2017-03-23 09:41:25 +01:00
..
configs testpbx: Add another number that will just play a ringback 2017-03-23 09:41:25 +01:00
Dockerfile contrib: Add Dockerfile to build and configure a FreeSWITCH 2017-03-05 17:01:21 +01:00
Makefile contrib: Add Dockerfile to build and configure a FreeSWITCH 2017-03-05 17:01:21 +01:00
README contrib: Add Dockerfile to build and configure a FreeSWITCH 2017-03-05 17:01:21 +01:00

README

Provide a semi-stable remote PBX system.

There is no preferred PBX but YaTE is pretty small and still
functional enough. Anyway Rhizomatica is using FreeSWITCH so
let's use that for testing.

This is creating a docker image with a SIP configuration that
will allow to record audio, have a DTMF menu using some fixed
numbers. Feel free to extend it to support bidirectional calls
and routing.

It is using the Debian packages and installs everything as I
am not interested to track dependencies and see what is missing.
Again feel free to optimize the size.


Build:
	make

	or

	docker build -t yourimagename:tag .


Run:

	docker run yourimagename:tag

SIP is exposed on 5060 of your port and audio on 6000-6020