Sign inSign up

talentsuntek/freeswitch

By talentsuntek

Updated over 1 year ago

This is a freeswitch server for self

Image
2

2.6K

talentsuntek/freeswitch repository overview

运行容器

docker run -d \
  --name freeswitch\
  --restart unless-stopped \
  -it \
  --network host \
  -v $PWD/freeswitch:/app \
  -v /etc/timezone:/etc/timezone \
  -v /etc/localtime:/etc/localtime \
  talentsuntek/freeswitch:latest

更新容器

docker run --rm \
  -v /var/run/docker.sock:/var/run/docker.sock \
  containrrr/watchtower \
  --cleanup \
  --run-once \
  freeswitch

访问

  • 使用SIP客户端连接测试,例如:MicroSIP、LinPhone

版本变更

  • 1.1.0490: 修改版本标识为svn freeswitch配置文件变更版本,打包配置文件到发布镜像中
  • 1.0.5: 添加自定义脚本autostart.sh执行,用来同步FreeSwitch的时钟
  • 1.0.4: 添加WSS支持,默认映射证书目录,支持证书自定义
  • 1.0.3: 更新FreeSwitch版本为1.10.9
  • 1.0.2: 修改 配置文件夹sounds,默认音频为8KHz提示音;提高音频编码适配度
  • 1.0.1: 根据freeswitch 1.10.8编码版本制作的首次发布版本

Tag summary

Content type

Image

Digest

sha256:f60cd4324

Size

260 MB

Last updated

over 1 year ago

docker pull talentsuntek/freeswitch