ubuntu16.04 LTS Installation FreeSWITCH

Source: Internet
Author: User
Tags freeswitch

ubuntu16.04 LTS Installation FreeSWITCH:

0. Install a bunch of dependent packages.

1, use root permissions su root,

fsfile=$ (curl-s https://files.freeswitch.org/releases/freeswitch/| sed-n ' s/.* "\ (freeswitch\-[0-9]*\.[ 0-9]*\. [0-9]*\.tar\.gz\) ". */\1/p ' | Tail-n 1) && echo downloading $FSfile && Curl https://files.freeswitch.org/freeswitch-releases/$FSfile | TAR-XZ && MV ${fsfile/.tar.gz//} FreeSWITCH

2. Enter the FreeSWITCH directory

Because you need to support MP3 format, you need to install Mod_shout

Mod_shout Required Dependency Package: Apt-get Install libvorbis0a libogg0 libogg-dev libvorbis-dev libshout3-dev Libmpg123-dev Libmp3lame-dev

A, modify modules.conf about 121 lines

Formats/mod_shout

Remove the previous #

b, modify the Modules.conf.xml 110 lines around the comments removed

<!--for Icecast/mp3 streams/files-->
<load module= "Mod_shout"/>

./configure

Make

Make install

3, if encountered the compilation Mod_shout failed because Libmpg123-dev, then from the mpg123 official website directly download the new version after the compilation installs can solve.

4, after the installation can be completed by Module_exits Mod_sofia Mod_shout to see if the key modules are installed successfully.

ubuntu16.04 LTS Installation FreeSWITCH

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.