Difference between revisions of "Free Switch"

From Fire And Ice Grid
Jump to navigation Jump to search
Line 54: Line 54:
 
* uuid-dev - required to compile Libks
 
* uuid-dev - required to compile Libks
  
=== Fltk ===
+
=== [https://github.com/fltk/fltk Fltk] ===
 
Required by Spandsp
 
Required by Spandsp
 
<syntaxhighlight lang="Bash" line>
 
<syntaxhighlight lang="Bash" line>

Revision as of 06:36, 10 June 2021


Introduction

FreeSWITCH is a voice service that can be used with Opensimulator. Until recently it has been a little-used option; however, with the announcement that Vivox support for opensimulator is coming to an end, it is one of the alternative options.


This page is aimed at adding to the information available for both getting a working version of FreeSwitch and configuring it for opensimulator. At the time of writing the latest release is 10.6.

Information Sources

Compile And Install

Compile And Install on Ubuntu 20.04 Server

Ubuntu Packages Required

  • build-essential
  • autoconf
  • cmake
  • Libtool
  • pkg-config
  • libcurl4-opensssl-dev
  • python-pycurl
  • python3-pycurl
  • python3-pycurl-dbug
  • libtiff-dev
  • libaudiofile-dev
  • fftw-dev
  • sqlite3
  • libsqlite3-dev
  • libcurl4-openssl-dev
  • libpcre3-dev
  • speex
  • libspeex-dev
  • libspeexdsp-dev
  • libldns-dev
  • nasm
  • libavformat-dev
  • libswscale-dev
  • liblua5.3-dev
  • libpq-dev - required to compile Spandsp
  • libx11-dev - required to compile Fltk
  • libfreetype-dev - required to compile Fltk
  • install libssl-dev - required to compile Sofia
  • uuid - required to compile Libks
  • uuid-dev - required to compile Libks

Fltk

Required by Spandsp

1 git clone https://github.com/fltk/fltk.git
2 cd fltk
3 ./configure
4 make
5 sudo make install

Spandsp

Spandsp requires some copying and linking of the ubuntu packages as well as actually compiling

1 git clone https://github.com/freeswitch/spandsp