SOLVED How to enable Mod_Shout on Fusion

Status
Not open for further replies.

Edson

Member
Aug 1, 2017
59
4
8
47
Dear,

I was wondering how to enable mod_shout on Fusion, so it will be possible to record calls in mp3 format.

Regards,

Edson
 

Vahram

Member
Oct 2, 2017
36
0
6
57
Hi
At first you must install modules

yum install -y git gcc-c++ wget autoconf automake bzip2 curl-devel yasm make gnutls-devel epel-release libjpeg-devel sqlite-devel libedit-devel

rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm

yum -y install ffmpeg ffmpeg-devel libshout-devel lame-devel libmpg123-devel libyuv-devel opus-devel libvpx-devel libvpx2* libdb4* libidn-devel unbound-devel libuuid-devel lua-devel libsndfile-devel


unzip freeswitch-1.6.20.zip
uncomment formats/mod_shout in modules.conf
./configure
make
copy /home/freeswitch-1.6.19/src/mod/formats/mod_shout/.libs/mod_shout.so to /usr/lib64/freeswitch/mod

FusionPBX menu go Advanced/Variables change record_ext: vaw to mp3

click Go
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,043
565
113
A new install already has shout built in if you use the recommended debian install, you simply change record_ext in vars.
 
Status
Not open for further replies.