Advertisement
Guest User

freswitch & fusionpbx install on Debian 7 (date: 20140729)

a guest
Jul 29th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. echo 'deb http://files.freeswitch.org/repo/deb/debian/ wheezy main' >> /etc/apt/sources.list.d/freeswitch.list
  2. apt-get install curl
  3. curl http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
  4. apt-get update
  5. apt-cache search freeswitch
  6. apt-get install freeswitch-meta-vanilla
  7. cp -a /usr/share/freeswitch/conf/vanilla /etc/freeswitch
  8. reboot
  9. cd /root/
  10. wget fusionpbx.googlecode.com/svn/branches/dev/scripts/install/Debian/Fusionpbx-Minimal-Install.sh
  11. nano Fusionpbx-Minimal-Install.sh -> NO CHANGES NEEDE
  12. chmod u+x Fusionpbx-Minimal-Install.sh
  13. ./Fusionpbx-Minimal-Install.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement