轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
freeswitch-container

nimbustel/freeswitch-container

nimbustel
自动构建

Freeswitch Container based on BetterVoice image

下载次数: 0状态:自动构建维护者:nimbustel仓库类型:镜像最近更新:9 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
轩辕镜像,快一点,稳很多。
点击查看

FreeSWITCH Dockerfile

This project can be used to deploy a FreeSWITCH server inside a Docker container. The container currently uses the latest stable release version 1.6.x. An effort was made to build many modules so the container can be generic enough to serve many purposes.

The container now includes fail2ban but in order for fail2ban to update the rules in IPTables it must be run with the --privileged flag.

The container exposes the following ports:

  • 5060/tcp 5060/udp 5080/tcp 5080/udp as SIP Signaling ports.
  • 5066/tcp 7443/tcp as WebSocket Signaling ports.
  • 8021/tcp as Event Socket port.
  • 64535-65535/udp as media ports.

Running the Container

CID=$(sudo docker run --name freeswitch -p 5060:5060/tcp -p 5060:5060/udp -p 5080:5080/tcp -p 5080:5080/udp -p 8021:8021/tcp -p 7443:7443/tcp -p 60535-65535:60535-65535/udp -v /home/ubuntu/freeswitch/conf:/usr/local/freeswitch/conf bettervoice/freeswitch-container:1.6.6)

Keep in mind that freeswitch has to be able to read the mounted volume.

Large port range issue

Because of an https://github.com/docker/docker/issues/*** in docker, mapping a large port range like in -p 60535-65535:60535-65535/udp can eat a lot of memory. Starting docker with --userland-proxy=false solves this partially, but startup will still be slow. As a workaround you can remove this from the docker commandline and manually add the iptables rules instead:

CIP=$(sudo docker inspect --format='{{.NetworkSettings.IPAddress}}' $CID)

sudo iptables -A DOCKER -t nat -p udp -m udp ! -i docker0 --dport 60535:65535 -j DNAT --to-destination $CIP:60535-65535
sudo iptables -A DOCKER -p udp -m udp -d $CIP/32 ! -i docker0 -o docker0 --dport 60535:65535 -j ACCEPT
sudo iptables -A POSTROUTING -t nat -p udp -m udp -s $CIP/32 -d $CIP/32 --dport 60535:65535 -j MASQUERADE

Configuration

Make sure you properly set rtp-start-port and rtp-end-port in autoload_configs/switch.conf.xml. Also you need to set ext-rtp-ip and ext-sip-ip for every profile which is accessible from your public ip address. See the freeswitch documentation for further instructions.

Available Modules

The following modules are available in the container and can be loaded at runtime by providing a modules.conf.xml file with the desired module names uncommented.

Applications

  • mod_avmd: Detects voicemail beeps using a generalized approach.
  • mod_blacklist: Blacklist module.
  • mod_callcenter: Call queuing application that can be used for call center needs.
  • mod_cidlookup: Provides a means (database, url) to lookup the callerid name from a number.
  • mod_commands: A mass plethora of API interface commands.
  • mod_conference: Conference room module.
  • mod_curl: Allows scripts to make HTTP requests as receive responses as plain text or JSON.
  • mod_db: Database key/value store functionality, group dialing, and limit backend.
  • mod_directory: Dial by Name directory.
  • mod_distributor: Simple round-ro*** style distributions.
  • mod_dptools: Dialplan Tools: provides a number of apps and utilities for the dialplan.
  • mod_easyroute: A simple DID routing engine that uses a database lookup to determine how to route an incoming call.
  • mod_enum: Route PSTN numbers over internet according to ENUM servers, such as e164.org
  • mod_esf: Holds the multi cast paging application for SIP.
  • mod_esl: Allows to generate remote ESL commands.
  • mod_expr: Brian Allen Vanderburg's expression evaluation library.
  • mod_fifo: FIFO module.
  • mod_fsk: FSK (Frequency-Shift Keying) data transfer
  • mod_fsv: FreeSWITCH Video application (Recording and playback)
  • mod_hash: Hashtable key/value store functionality and limit backend
  • mod_httapi: HT-TAPI Hypertext Telephony API (Twilio FreeSWITCH style)
  • mod_http_cache: HTTP GET with caching.
  • mod_ladspa: use Auto-tune on your call.
  • mod_lcr: Implements LCR (Least Cost Routing)
  • mod_memcache: API that integrates with memcached (a distributed key/value object store)
  • mod_mongo: http://www.mongodb.org/
  • mod_mp4: MP4 File Format support for video apps.
  • mod_nibblebill: Billing module ("nibbles" at credit/cash amounts during calls)
  • mod_oreka: Module for Media Recording with Oreka
  • mod_rad_auth: use RADIUS for authentication
  • mod_redis: supplies a limit back-end that uses Redis.
  • mod_rss: Reads RSS feeds via a TTS engine.
  • mod_sms: Apps for chat messages
  • mod_snapshot: Records a sliding window of audio and can take snapshots to disk.
  • mod_snom: Controlling softkeys on Snom phones (button function, led state, label etc.)
  • mod_spandsp: Spandsp tone and DTMF detectors. A com***ation of mod_fax and mod_voipcodecs and mod_t38gateway.
  • mod_spy: User spy module.
  • mod_stress: Module for detecting voice stress.
  • mod_tone_detect: Tone detection module.
  • mod_translate: Format numbers into a specified format.
  • mod_valet_parking: Allows calls to be parked and picked up easily.
  • mod_vmd: Voicemail beep detection module.
  • mod_voicemail: Full-featured voicemail module.
  • mod_voicemail_ivr: VoiceMail IVR Interface.
  • mod_xml_odbc: Allows user directory to be accessed from a database in realtime.

Speech Recognition / Text-to-Speech

  • mod_flite - Free open source Text to Speech.
  • mod_pocketsphinx - Free open source Speech Recognition.
  • mod_tts_commandline - Run a command line and play the outputted file.
  • mod_unimrcp - Module for an open MRCP implementation

Codecs

  • mod_amr: GSM-AMR (Adaptive Multi-Rate) codec.
  • mod_amrwb: GSM-AMRWB (ARM Wide Band) codec.
  • mod_bv: BroadVoice16 and BroadVoice32 audio codecs (Broadcom codecs).
  • mod_celt: CELT ultra-low delay audio codec.
  • mod_codec2: FreeSWITCH CODEC2 Module.
  • 'mod_dahdi_codec' - DAHDI Codecs (G729A 8.0kbit, G723.1 5.3kbit).
  • mod_g723_1: G.723.1 codec.
  • mod_g729: G.729 codec.
  • mod_h26x: H26X signed linear codec.
  • mod_ilbc: ILBC codec.
  • mod_isac: Internet Speech Audio Codec open sourced by Google, used in WebRTC
  • mod_mp4v: MPEG4 video codec
  • mod_opus: The *** ultra-low delay audio codec ([***]
  • mod_siren: G.722.1 (Siren7) and G.722.1 Annex C (Siren14) Polycom codecs.
  • mod_speex: Speex codec.
  • mod_theora: Theora video codec
  • mod_voipcodecs: VoIP Codecs (G.711, G.722, G.726, GSM-FR, IMA_ADPCM, LPC10)
  • mod_vp8: VP8 video codec

Dialplan

  • mod_dialplan_asterisk: Allows you to create dialplans the old-fashioned way.
  • mod_dialplan_directory: Allows you to obtain a dialplan from a directory resource
  • mod_dialplan_xml: Allows you to program dialplans in XML format.
  • mod_yaml: Allows you to program dialplans in YAML format.

Directories

  • mod_ldap: LDAP module made to obtain dialplans, user accounts, etc.

Endpoints

  • mod_alsa: Sound card endpoint.
  • mod_dingaling: Jabber/Google Talk integration module; note XMPP access to Google Voice ended 2014.05.15
  • mod_loopback: Loopback endpoint module - A loopback channel driver to make an outbound call as an inbound call.
  • mod_portaudio: Voice through a local soundcard.
  • mod_rtmp: "Real time media protocol" endpoint for FreeSWITCH.
  • mod_skinny: SCCP module
  • mod_skypopen: Skype compatible module.
  • mod_sofia: SIP module.

Event Handlers

  • mod_cdr_csv: CSV call detail record handler.
  • mod_cdr_mongodb: MongoDB CDR module
  • mod_cdr_pg_csv: Asterisk Compatible CDR Module with PostgreSQL interface
  • mod_cdr_sqlite: SQLite CDR Module
  • mod_erlang_event: Module to send/receive events/commands in Erlang's ***ary format.
  • mod_event_multicast: Broadcasts events to netmask.
  • mod_event socket: Sends events via a single socket.
  • mod_event_zmq: http://www.zeromq.org/
  • mod_json_cdr: JSON CDR Module to files or curl
  • mod_radius_cdr: RADIUS CDR Module.
  • mod_rayo: 3PCC over XMPP - [***]
  • mod_snmp: SNMP AgentX module
  • mod_xml_cdr - XML-based call detail record handler.

File Formats

  • mod_local_stream: Multiple channels connected to same looped file stream.
  • mod_native_file: File interface for codec specific file formats.
  • mod_portaudio_stream: Stream from an external audio source for Music on Hold
  • mod_shell_stream: Stream audio from an arbitrary shell command. Read audio from a database, from a soundcard, etc.
  • mod_shout: MP3 files and shoutcast streams.
  • mod_sndfile: Multi-format file format transcoder (WAV, etc)
  • mod_ssml: Speech Synthesis Markup Language parser
  • mod_tone_stream: Tone Generation Stream.
  • mod_vlc: Stream audio from VLC media player using libvlc.

Languages

  • mod_lua - Lua support.
  • mod_perl - Perl support.
  • mod_python - Python Support.
  • mod_v8 - Google V8 JavaScript (ECMAScript) engine.

Loggers

  • mod_console - Console logger.
  • mod_logfile - File logger.
  • mod_syslog - Syslog logger.

Language-Specific

  • mod_say_de - German language text-to-speech engine
  • mod_say_en - English language text-to-speech engine
  • mod_say_es - Spanish language text-to-speech engine
  • mod_say_fa - Persian language text-to-speech engine
  • mod_say_fr - French language text-to-speech engine
  • mod_say_he - Hebrew language text-to-speech engine
  • mod_say_hr - Croatian language text-to-speech engine
  • mod_say_hu - Hungarian language text-to-speech engine
  • mod_say_it - Italian language text-to-speech engine
  • mod_say_ja - Japanese language text-to-speech engine
  • mod_say_nl - Dutch language text-to-speech engine
  • mod_say_pl - Polish language text-to-speech engine
  • mod_say_pt - Portuguese language text-to-speech engine
  • mod_say_ru - *** language text-to-speech engine
  • mod_say_th - Thai language text-to-speech engine
  • mod_say_zh - Chinese, Mandarin, Cantonese language text-to-speech engine

External API's

  • mod_xml_curl - XML Gateway Code. Configure FreeSWITCH™ from a web server on boot and on the fly.
  • mod_xml_ldap - LDAP XML Gateway.
  • mod_xml_radius - RADIUS authentication gateway.
  • mod_xml_rpc - XML Remote Procedure Calls. Issue commands from your web application.
  • mod_xml_scgi - Simple Common Gateway Interface.

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 freeswitch-container 镜像标签

docker pull docker.xuanyuan.run/nimbustel/freeswitch-container:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull nimbustel/freeswitch-container:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
nimbustel/freeswitch-container
定价查看流量套餐与价格
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 freeswitch-container 镜像推荐

bettervoice/freeswitch-container logo

bettervoice/freeswitch-container

bettervoice
这是一个用于部署FreeSWITCH服务器的Docker镜像,支持SIP信令、媒体处理、会议、语音信箱等通信功能,集成fail2ban并包含丰富模块,可灵活配置满足企业或个人VoIP服务需求。
50 次收藏1万+ 次下载
9 年前更新
onyxsis/freeswitch-container logo

onyxsis/freeswitch-container

onyxsis
这是基于FreeSWITCH 1.8的Docker镜像,用于快速部署开源电话交换平台,支持语音、视频通话及IVR等通信功能,方便构建企业通信系统或VoIP服务。
624 次下载
7 年前更新
testcontainers/ryuk logo

testcontainers/ryuk

testcontainers
Moby Ryuk镜像可根据指定过滤器在设定延迟后自动移除Docker容器、网络、卷及镜像,用于Docker资源的延迟清理。
26 次收藏5亿+ 次下载
8 个月前更新
biocontainers/biocontainers logo

biocontainers/biocontainers

biocontainers
BioContainers是社区驱动的生物信息学容器项目,基于Docker和rkt技术,提供标准化的生物信息学软件容器,支持基因组学、蛋白质组学等领域,解决软件部署、依赖管理及分析可重复性问题,可集成到本地、云或HPC环境的工作流中。
22 次收藏10万+ 次下载
2 年前更新
testcontainers/sshd logo

testcontainers/sshd

testcontainers
包含SSH守护进程的Docker镜像,用于提供SSH服务以实现对容器的远程访问。
7 次收藏1000万+ 次下载
24 天前更新
rancher/container-crontab logo

rancher/container-crontab

rancher
此容器镜像已不再维护,不建议使用。
4 次收藏1000万+ 次下载
8 年前更新

查看更多 freeswitch-container 相关镜像