* Expand Fanvil DSS-Key support for templating * Add DSS key programming to Fanvil X6 * Add device key icon support. * Additional device key icon fixes * Fix SQL for device_key_label * Add device_key_icon varible to X6 dss key programming * Add new Advanced SIP Var (#3859) Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING" sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable} * Variables for DP750 Handset Assignment, Ring Type (#3772) New variables for the DP750 to allow the following settings: $grandstream_repeater_mode_enable (Enables or disables repeater mode on DP750 base) $grandstream_hanging_group_mode (Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.) $grandstream_handset_X_line_Y_enable (Allows setting of handset to line assignment) * Update app_config.php * Update 520_follow_me_bridge.xml (#3893) Search through all SIP Profiles when looking up the Contact. * Update xml_cdr_delete.php (#3891) Fix typo in delete() query * Make storage_path and storage_type = http_cache work (#3892) * Make storage_path work if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path. * Update ivr.conf.lua Add storage_path definition so storage_type of http_cache works correctly * Fix IVR (#3898) IVR was broken after previous update/change. * Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894) * Update directory.xml * Update directory.xml * Update directory.xml * Update directory.xml * Update directory.xml (#3931) * Update directory.xml (#3929) * Update directory.xml (#3928) * Update directory.xml (#3930) * Update directory.xml (#3927) * Update directory.xml (#3924) * Update directory.xml (#3922) * Update directory.xml (#3921) * Update directory.xml (#3923) * Update directory.xml (#3926) * Update directory.xml (#3925) * Update directory.xml (#3920) * Update directory.xml (#3916) * Update directory.xml (#3906) * Update directory.xml (#3919) * Update directory.xml (#3918) * Update directory.xml (#3917) * Update directory.xml (#3915) * Update directory.xml (#3914) * Update directory.xml (#3912) * Update directory.xml (#3911) * Update directory.xml (#3910) * Update directory.xml (#3909) * Update directory.xml (#3913) * Update directory.xml (#3908) * Update directory.xml (#3901) * Update directory.xml (#3902) * Update directory.xml (#3904) * Update directory.xml (#3907) * Update directory.xml (#3905) * Update directory.xml (#3903) * Update extensions.php * Update domains.php * Update dialplans.php * Update users.php * Update click_to_call.php * Update app_config.php * Update app_languages.php * Update dialplan_edit.php * Show enabled extension only on operator panel (#3900) Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel. * Add new default_settings for Fanvil products (#3895) * Add new default_settings for Fanvil products * Set setting names too lowercase. * Add additional firmware auto upgrade options * Add intial Fanvil i30 device support (#3897) * Update app_config.php * Update dialplan.php (#3934) Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates. * Update dialplan.php * Fanvil x6 template (#3936) * Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys * Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings. * Remove TR069 CPE serial number from template * Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login * Fanvil i30 template fixes (#3933) * Make varible names lowercase. follows |
||
|---|---|---|
| app | ||
| core | ||
| resources | ||
| secure | ||
| themes/default | ||
| .gitignore | ||
| .htaccess | ||
| .project | ||
| README.md | ||
| index.php | ||
| login.php | ||
| logout.php | ||
| project_root.php | ||
| root.php | ||
README.md
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 possibilities
- 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.
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.
- Commercial Paid Support
- Custom Feature Development
- Admin Training
- Advanced Training
- Developer Training
Software Requirements
- FusionPBX will run on Debian 8, FreeBSD 10 & 11, CentOS, and more.
- 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:
- 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.
- It protects you from using code that belongs to others that is subject unfriendly licensing.
How to Contribute
- The Quick Way - Step by step instructions to contribute to FusionPBX with links to our CLA and how to submit pull requests.
- The FusionPBX Contribution Site - The full repo with more information for the curious.
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.