Skip to content

Instantly share code, notes, and snippets.

@tobeportable
Created January 25, 2013 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobeportable/4633352 to your computer and use it in GitHub Desktop.
Save tobeportable/4633352 to your computer and use it in GitHub Desktop.
vim /etc/apt/sources.list
#paste in
deb http://files.freeswitch.org/repo/deb/debian/ squeeze main
curl http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
apt-get update
apt-get install freeswitch freeswitch-lang-en freeswitch-sounds
ulimit -c unlimited
touch /etc/freeswitch/freeswitch.xml
freeswitch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment