Official FusionPBX - A full-featured domain based multi-tenant PBX and voice switch for FreeSwitch.
Go to file
minotaur01 94b7b98f8e TFTP Service v1.0.3 (#1858)
* Added functionality to show when a devices was last provisioned

Added functionality to show when a devices was last provisioned

Need addition to database: v_devices table:
device_provisioned_on -> datetime
device_provisioned_by -> char(10)

* Revert "Added functionality to show when a devices was last provisioned"

This reverts commit c3e40d68fa.

* Revert "Revert "Added functionality to show when a devices was last provisioned""

This reverts commit 8c27a46565.

* Changed field names as requested

Changed field names as requested for last provisioned data

* Added database fields for device provisoned functionality

Added provisioned_date, provisioned_method, provisioned_ip

* Added ability to search device provisioned info

* Added ip tracking to device provisoned functionality

Added ip tracking to device provisoned functionality and moved the code
to before rendering to register the contact even on unseccessful render

* Added IP address to status column

* TFTP Service v1

TFTP Service  v1

* Update app_config.php

* TFTP Service v1.0.1

TFTP Service v1.0.1

* TFTP Service v1.0.2

* TFTP Service v1.0.2-1

Renamed file

* TFTP Service 1.0.3

Bug fixes

* Modified to ignore IDE files
2016-08-26 13:04:49 -06:00
app TFTP Service v1.0.3 (#1858) 2016-08-26 13:04:49 -06:00
core Update user_edit.php 2016-08-09 16:13:56 -06:00
resources Update more yealink templates to use the new device_keys array. 2016-08-26 08:52:02 -06:00
secure fix tiff2pdf conversion in short faxes (#1596) 2016-07-27 23:00:33 -06:00
themes/default Theme: Enhance audio playback indicator smoothness for files less than 30 sec in length. 2016-06-28 12:08:36 -06:00
.gitignore TFTP Service v1.0.3 (#1858) 2016-08-26 13:04:49 -06:00
.htaccess Add increased memory usage and upload max file size for PHP in the .htaccess file. 2016-05-12 11:51:37 -06:00
.project Major changes to pt-br language. (#1835) 2016-08-25 11:03:51 -06:00
README.md updated README.md (#1653) 2016-06-13 07:34:38 -06:00
index.php The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE); 2016-04-25 20:19:58 -05:00
login.php Fix the redirect on two more files. 2016-04-15 18:40:23 -06:00
logout.php The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE); 2016-04-25 20:19:58 -05:00
project_root.php Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06: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. Old Documentation
  2. New Documentation
  3. How to Contribute
  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. You can find us here:

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:
apt-get update && apt-get upgrade && apt-get install -y git
cd /usr/src
git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
chmod 755 -R /usr/src/fusionpbx-install.sh
cd /usr/src/fusionpbx-install.sh/debian
./install.sh

This install script is designed to be an fast, simple, and in a modular way to install FusionPBX. Start with a minimal install of Debian 8 with SSH enabled. Run the following commands under root. The script installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM and PostgreSQL.

Some installations require special considerations. Visit https://github.com/fusionpbx/fusionpbx-install.sh readme section for more details.