Easy Way
Installing From Debian Packages
Latest Release Branch:
Release package
apt-get update && apt-get install -y gnupg2 wget wget -O - https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.asc | apt-key add -
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" > /etc/apt/sources.list.d/freeswitch.list echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-1.8/ stretch main" >> /etc/apt/sources.list.d/freeswitch.list
# you may want to populate /etc/freeswitch at this point. # if /etc/freeswitch does not exist, the standard vanilla configuration is deployed apt-get update && apt-get install -y freeswitch-meta-all |
FreeSWITCH™ is now installed and can be accessed with
FreeSwitch CLI
fs_cli -rRS |
- 配置外网地址:/etc/freeswitch/sip_profiles
- 添加load mod_av
- 默认账号:1001 密码 1234(改为1111 可以提升接通速度),TCP协议
- 默认会议室:3000 语音激励 3500 mux混流 ,linphone客户端的VP8混流有时候会有问题。H264没问题。Poly real presence 可以混流接入。