GithubHelp home page GithubHelp logo

azhaocn / freeswitch-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from premiereglobal/freeswitch-docker

0.0 1.0 0.0 1.82 MB

Dockerfile for freeswitch

Shell 75.62% Roff 19.75% Lua 4.63%

freeswitch-docker's Introduction

Build Status

Docker Freeswitch Image

A simple Docker container for running freeswitch. The default settings will allow connections where the sip from user domain name will all be bridged into the same conference.

Any environment variable starting with FS_ will be passed into freeswitch automatically.

There are a few defaulted FS_* config variables for the default config:

  • FS_EVENT_PASSWORD - the event socket password (random if not set)
  • FS_EVENT_PORT - the event socket port (8020 if not set)
  • FS_DEFAULT_PASSWORD - default password in freeswitch (random if not set)
  • FS_XMLRPC_USER - the user for basic auth when doing http xmlrpc requests (random if not set)
  • FS_XMLRPC_PASSWORD - the password for basic auth when doing http xmlrpc requests
  • FS_XMLRPC_PORT - the port to use when doing http xmlrpc requests(8080 by default)
  • FS_WS_PORT - the port to use for plain text websocket-sip connections(7480 by default)
  • FS_WSS_PORT - the port to use for SSL/TLS websocket-sip connections(7443 by default)
  • FS_SIP_PORT - the port to use for plain text tcp/udp sip connections(5060 by default)
  • FS_TLS_PORT - the port to use for TLS sip connections(5061 by default)

No ports are forwarded by default so any ports you want open to the host you must set on the docker run command.

Example build:

docker build -t fsd .

Example run:

docker run --rm -it -p 7480:7480 fsd:latest

Example changing port and password:

docker run --rm -it -p 5480:5480 -e "FS_WS_PORT=5480" -e "FS_XMLRPC_PASSWORD=TEST" readytalk/freeswitch-docker:latest

freeswitch-docker's People

Contributors

lwahlmeier avatar bartlettc22 avatar sheiun avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.