话不多说,直接开整【使用本站FreeSWITCH镜像库】
yum install -y epel-release wget
wget -O /etc/yum.repos.d/freeswitch-release.repo http://freeswitch.clx.fun:12130/freeswitch-history-centos7.repo
yum clean all && yum makecache
yum install -y ffmpeg-3.2.4-1.el7.centos.x86_64
yum install freeswitch-*-1.10.1-4.el7 -x freeswitch-v8 -y --skip-broken
systemctl enable freeswitch
systemctl start freeswitch
systemctl status freeswitch
fs_cli
---------------------------------------------------
freeswitch@fs-dev> freeswitch -nonat
freeswitch@fs-dev> show codec
type,name,ikey
codec,ADPCM (IMA),mod_spandsp
codec,AMR / Bandwidth Efficient,mod_amr
codec,AMR / Octet Aligned,mod_amr
codec,AMR-WB / Bandwidth Efficient,mod_amrwb
codec,AMR-WB / Octet Aligned,mod_amrwb
codec,B64 (STANDARD),mod_b64
codec,BroadVoice16 (BV16),mod_bv
codec,BroadVoice32 (BV32),mod_bv
codec,CODEC2 3200/2400/1400/1200bps,mod_codec2
codec,G.711 alaw,CORE_PCM_MODULE
codec,G.711 ulaw,CORE_PCM_MODULE
codec,G.722,mod_spandsp
codec,G.723.1 6.3k,mod_g723_1
codec,G.726 16k,mod_spandsp
codec,G.726 16k (AAL2),mod_spandsp
codec,G.726 24k,mod_spandsp
codec,G.726 24k (AAL2),mod_spandsp
codec,G.726 32k,mod_spandsp
codec,G.726 32k (AAL2),mod_spandsp
codec,G.726 40k,mod_spandsp
codec,G.726 40k (AAL2),mod_spandsp
codec,G.729,mod_g729
codec,GSM,mod_spandsp
codec,H263 Video,mod_av
codec,H263+ Video,mod_av
codec,H264 Video,mod_av
codec,LPC-10,mod_spandsp
codec,MP3,mod_shout
codec,OPUS (STANDARD),mod_opus
codec,PROXY PASS-THROUGH,CORE_PCM_MODULE
codec,PROXY VIDEO PASS-THROUGH,CORE_PCM_MODULE
codec,Polycom(R) G722.1/G722.1C,mod_siren
codec,RAW Signed Linear (16 bit),CORE_PCM_MODULE
codec,Speex,CORE_SPEEX_MODULE
codec,VP8 Video,CORE_VPX_MODULE
codec,VP9 Video,CORE_VPX_MODULE
codec,isac,mod_isac
37 total.