TekMason 289bd5d626 app_config.php and Yealink firmware folder (#2800)
* Delete readme.txt

* Create T46-28.81.0.110.rom.EMPTY

* Update app_config.php

* Create T48-.5.81.0.110.rom.EMPTY

* Create T29-46.81.0.110.rom.EMPTY

* Create VP530-23.70.0.40.rom.EMPTY

* Update app.php with new Yealink models and base path

* Delete T29-46.81.0.110.rom.EMPTY

* Create t29g-46.81.0.110.rom.EMPTY

* Delete T46-28.81.0.110.rom.EMPTY

* Delete T48-.5.81.0.110.rom.EMPTY

* Delete VP530-23.70.0.40.rom.EMPTY

* Create t38g-38.70.0.185.rom.EMPTY

* Create t40g-76.81.0.110.rom.EMPTY

* Create t40p-54.81.0.110.rom.EMPTY

* Create t41p-36.81.0.110.rom.EMPTY

* Create t41s-66.81.0.110.rom.LINK.md

* Update t29g-46.81.0.110.rom.EMPTY

* Update t38g-38.70.0.185.rom.EMPTY

* Update t40p-54.81.0.110.rom.EMPTY

* Update t40g-76.81.0.110.rom.EMPTY

* Update and rename t41p-36.81.0.110.rom.EMPTY to t41p-36.81.0.110.rom.LINK

* Rename t29g-46.81.0.110.rom.EMPTY to t29g-46.81.0.110.rom.LINK.md

* Rename t38g-38.70.0.185.rom.EMPTY to t38g-38.70.0.185.rom.LINK.md

* Rename t40g-76.81.0.110.rom.EMPTY to t40g-76.81.0.110.rom.LINK.md

* Rename t40p-54.81.0.110.rom.EMPTY to t40p-54.81.0.110.rom.LINK.md

* Rename t41p-36.81.0.110.rom.LINK to t41p-36.81.0.110.rom.LINK.md

* Create t42g-29.81.0.110.rom.LINK.md

* Create t42s-66.81.0.110.rom.LINK.md

* Update t42s-66.81.0.110.rom.LINK.md

* Create t46g-28.81.0.110.rom.LINK.md

* Create t46s-xxxxxxxx.rom.LINK.md

* Rename t46s-xxxxxxxx.rom.LINK.md to t46s-66.81.0.110.rom.LINK.md

* Create t48g-35.81.0.110.rom.LINK.md

* Create t48s-66.81.0.110.rom.LINK.md

* Create t49g-51.80.0.100.rom.LINK.md

* Update app_config.php

* Create t52s-70.81.0.10.rom.LINK.md

* Create t54s-70.81.0.10.rom.LINK.md

* Create t56a-58.80.0.25.rom.LINK.md

* Create t58a-58.80.0.25.rom.LINK.md

* Create t58v-58.80.0.25.rom.LINK.md

* Create vp530-23.70.0.40.rom.LINK.md

* Update app_config.php
2017-08-20 15:47:41 -06:00
2017-08-16 18:32:35 -06:00
2017-08-17 02:56:36 -04:00
2017-04-21 04:51:50 -06:00
2017-08-15 09:08:58 -06:00
2016-12-11 23:00:53 -07:00
2017-06-10 08:47:44 -06:00
2017-06-10 08:45:41 -06:00
2017-07-01 16:51:19 -06:00

What is FusionPBX?

FusionPBX can be used as a single or domain based multi-tenant PBX, carrier grade switch, call center server, fax server, VoIP server, voicemail server, conference server, voice application server, multi-tenant appliance framework and more. FreeSWITCH™ is a highly scalable, multi-threaded, multi-platform communication platform.

It provides the functionality your business needs and brings carrier grade switching, and corporate-level phone system features to small, medium, and large businesses. Read more at FusionPBX. Please visit our youtube channel

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

  • Multi-Tenant
  • Unlimited Extensions
  • Voicemail-to-Email
  • Device Provisioning
  • Music on Hold
  • Call Parking
  • Automatic Call Distribution
  • Interactive Voice Response
  • Ring Groups
  • Find Me / Follow Me
  • Hot desking
  • High Availability and Redundancy
  • Dialplan Programming that allow nearly endless positiblities
  • 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. Youtube Channel
  2. Documentation
  3. How to Contribute

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

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 guaranteeing 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.

Description
No description provided
Readme 925 MiB
Languages
PHP 80.1%
JavaScript 16.5%
Lua 3.2%