Official FusionPBX - A full-featured domain based multi-tenant PBX and voice switch for FreeSwitch.
Go to file
reliberate 32025c5221 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-07-02 21:26:59 -06:00
app Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested). 2015-07-02 17:25:41 -06:00
core Upgrade: Better handle Git response. 2015-07-02 21:25:45 -06:00
resources Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested). 2015-07-02 17:25:41 -06:00
secure Fax: Fix fax-to-email, better conversion to PDF. 2015-05-11 23:41:11 +00:00
themes Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested). 2015-07-02 17:25:41 -06:00
.htaccess upgrade.php missing class php 2015-01-26 18:32:08 +00:00
README.md initial commit of README for GitHub 2015-07-02 16:29:20 -06:00
index.php Remove the accidental changes to index.php 2015-04-18 18:40:07 +00:00
login.php Remove redundant code from login.php. 2015-05-25 15:52:16 +00:00
logout.php Logout: Prevent SQL error on logout if already logged out in a different window/tab. 2015-04-12 19:48:29 +00:00
root.php Undo: Commit test. 2015-07-02 16:24:01 -06:00

README.md

FusionPBX — A Full-Featured Multi-Tenant GUI for FreeSwitch

FusionPBX Guides

Our move to git is very much a work in progress but we are working hard to complete everything.

  1. Documentation COMING SOON
  2. How to Contribute COMING SOON

Software Requirements

  • Debian Jessie - Recommended This is the distribution recommended by the FreeSwitch team
  • Fusion will also install on Debian Wheezy, Ubuntu 10.10 LTS and is known to work on FreeBSD
  • FusionPBX Installer

Community

We have a pretty thriving community if you know how to get to us:

###How to Install FusionPBX COMING SOON

cd /usr/src
apt-get install wget
wget http://COMINGSOON/fusionpbx/fusionpbx-scripts/install/ubuntu/install_fusionpbx.sh
chmod 755 install_fusionpbx.sh
./install_fusionpbx.sh install-both user

Installation Questions:

  • During the install it will ask you to press continue after verifying that the command ran successfully this is usually the case so you can simply tell it to continue. The install also asks several questions.
  • Unless you have a reason to choose otherwise PostgreSQL and Nginx is probably your best path and is recommended by the developers of FusionPBX