Official FusionPBX - A full-featured domain based multi-tenant PBX and voice switch for FreeSwitch.
Go to file
FusionPBX 254ecafad3 Merge pull request #1420 from moteus/fix_partial_dialplan
Fix. Do not build context if there error.
2016-02-03 21:32:15 -07:00
app Corrected selected statements 2016-02-03 17:32:07 +00:00
core Fix the install problem. 2016-01-26 09:01:56 -07:00
resources Merge pull request #1420 from moteus/fix_partial_dialplan 2016-02-03 21:32:15 -07:00
secure changed throw Exception to die 2016-01-20 11:30:31 +00:00
themes changed throw Exception to die 2016-01-20 11:30:31 +00:00
.gitignore Add. `.gitignore` file. 2015-12-25 10:33:41 +03:00
.htaccess fix for when running in root and no leading / 2016-01-15 16:48:37 +00:00
.project.ROOT Added full logic to support cli as well 2016-01-13 17:38:54 +00:00
README.md Update README.md 2015-09-05 11:49:42 -04:00
index.php Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
login.php Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07: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 changed throw Exception to die 2016-01-20 11:30:31 +00:00

README.md

What is FusionPBX?

FusionPBX is a flexible, customizable administration web GUI that takes FreeSwitch and converts it into a single- or multi-tenant gateway or PBX system out of the box. It can be run on any operating system and x86-based hardware of your choice. It provides the functionality your business needs and brings corporate-level phone system features to small, medium, and large businesses. Read more at FusionPBX.

In addition to providing all of the usual PBX functionality, FusionPBX allows you to configure:

  • Multi-Tenant
  • Unlimited Extensions
  • Voicemail-to-Email
  • Music on Hold
  • Call Parking
  • Automatic Call Distribution
  • Interactive Voice Response
  • Ring Groups
  • Find Me / Follow Me
  • Dialplan Features that can be endlessly combined for your preferences
  • Many other Features

Free Support

We provide several avenues for you to get your system up and running on your own and learn the basics of the system.

  1. Current Documentation
  2. New Documentation COMING SOON
  3. How to Contribute COMING SOON
  4. IRC in the #fusionpbx channel

Commercial Support

These options support the project and cover any kind of help you might need from architecture, installation, best practices, troubleshooting, custom feature programming, and training.

  1. Commercial Paid Support
  2. Custom Feature Development
  3. Admin Training
  4. Advanced Training
  5. Developer Training

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:

Contributing

###Requirements It's easy to contribute to FusionPBX the only thing we ask before accepting your pull request is that you sign a Contributor License Agreement. We ask that you sign the Contributor License Agreement for the following reasons:

  1. It protects FusionPBX by you gauranteeing that your contributions are yours to contribute and not the property of an employer or something found on the web.
  2. It protects you from using code that belongs to others that is subject unfriendly licensing.

How to Contribute

How to Install FusionPBX

  • As root do the following:
cd /usr/src
apt-get install wget
wget https://raw.githubusercontent.com/fusionpbx/fusionpbx-scripts/master/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