├── .asoundrc ├── .baresip └── config ├── Dockerfile ├── README.md ├── dummy.sh └── testcall.mp3 /.asoundrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QXIP/baresip-docker/HEAD/.asoundrc -------------------------------------------------------------------------------- /.baresip/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QXIP/baresip-docker/HEAD/.baresip/config -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QXIP/baresip-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QXIP/baresip-docker/HEAD/README.md -------------------------------------------------------------------------------- /dummy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QXIP/baresip-docker/HEAD/dummy.sh -------------------------------------------------------------------------------- /testcall.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QXIP/baresip-docker/HEAD/testcall.mp3 --------------------------------------------------------------------------------