Skip to content

Instantly share code, notes, and snippets.

@altanai
Created April 5, 2019 11:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save altanai/64968d7c73f0b26c5a14188239907e6a to your computer and use it in GitHub Desktop.
Save altanai/64968d7c73f0b26c5a14188239907e6a to your computer and use it in GitHub Desktop.
Freeswitch SIP server installation on ubuntu

Install from Ubuntu packages

wget -O - https://files.freeswitch.org/repo/ubuntu-1604/freeswitch-1.6/freeswitch_archive_g0.pub | apt-key add -
 
echo "deb http://files.freeswitch.org/repo/ubuntu-1604/freeswitch-1.6/ xenial 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

Ref : https://freeswitch.org/confluence/display/FREESWITCH/Ubuntu+16.04+Xenial For manual isnatllation : https://telecom.altanai.com/2012/05/05/freeswitch-sip-and-media-server/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment