Sign inSign up

n42org/freeswitch

By n42org

•Updated almost 10 years ago

FreeSWITCH is a scalable open source cross-platform telephony platform.

Image
0

3.7K

n42org/freeswitch repository overview

Build Status Docker Pulls

⁠What is FreeSWITCH?

FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media.

logo

⁠How to use this image.

⁠Create a Dockerfile in your project
FROM n42org/freeswitch

Then, run the commands to build and run the Docker image:

$ docker build -t my-fs .
$ docker run -it --rm --name my-fs-app -v "$PWD/freeswitch":/etc/freeswitch my-fs
⁠Without a Dockerfile

If you don't want to include a Dockerfile in your project, it is sufficient to do the following:

$ docker run -it --rm --name my-fs-app -v "$PWD/freeswitch":/etc/freeswitch n42org/freeswitch

⁠License

View license information⁠ for the software contained in this image.

⁠Supported Docker versions

This image is officially supported on Docker version 1.10.1.

Tag summary

Content type

Image

Digest

Size

754.7 MB

Last updated

almost 10 years ago

docker pull n42org/freeswitch