FusionPBX 5.0 Previous Release
The following is a summary of some of the changes. Release Date: 27 April 2022
Account Settings
- Added Email Address
- Option to enable or not
Dashboard
Designed for convenience, speed data entry, customizable for desired information, and screen size including mobile or tablet.
- CSS Grid
- Mobile Friendly
- Responsive
- Modular
Gateways
- Added Refresh
- Ping Min and Max added
- Channels
- Show All
Devices
- Added Key and Device Profiles
- Added outbound proxy
- Added Icon options to Keys
- Device Import
Extensions
- List
- Caller ID
- Effective CID Name
- Outbound CID Name
- Added toggle option
- Buttons
- Import
- Settings
- Type
- Allows adding param and variables
Gateways
- Added Copy Button
- Added Ping Min and Max
- Added Channels
Users
Destinations
- Buttons
- Local, Import, Export, Delete and Show All
- Country Code
- Recommend using the country code.
- Area Code
- Optional to use this field expect most people will not use it. Permission has this hidden by default.
- Trunk Prefix
- Useful for many countries around the world
- https://en.wikipedia.org/wiki/Trunk_prefix
- Destination Import
Dialplan Manager
- List page
- Edit page
- Dialplan Details
- Group delete
- Save time with the ability to delete specific dialplan details quickly.
- Enabled (true, false)
- Disable without having to delete a dialplan detail.
- Allowed us to add options that are not enabled by default in some dialplans
- Dialplan Count
- 4.4 Dialplans 66
- New Release 75
- Global dialplan context
- replaced ${domain_name} with global
- Device Vendors
- Show the vendor count
- New Vendors
Inbound Routes
- Added Destination option
- Added Enable (true, false)
Outbound Routes
Bridges
Call Block
- Added options
- Improved entry descriptions
- Added item Descriptions
Call Broadcast
- Start Time
- Phone Number List
Call Centers
- Imports
- Queue
- Greetings
- Agents with Tier Level and Tier Position
- Added Time Base Score Seconds
- Announce Sound quick link to Recordings
- Agents
- Queue Name
- was UUID
- now extension@domain name
- example: 104@class.fusionpbx.com
- Allows monitoring the Queue BLF
Call Detail Records
- Improved search criteria
- Permissions control
- Responsive
- Mobile Friendly
Call Flows
- List
- Usability Improvements
Call Forward
- No longer uses extension dial_string
- Now uses a call-forward-all dialplan
Call Routing
Call Recordings
Conference Centers
- Ease of access to custom Recordings
- Simplified backend design no longer users the meetings table
Conference Controls
- Added execute_application
Conferences
- Added User List option
- Added Account Code
- Added Conference Video MCU Profiles
Contacts
- Using CSS Grid
- Mobile Friendly
- Responsive
Fax Server
- Added Toll Allow
- Removed Greeting
Follow Me
- No longer uses the extension dial_string
- Now uses a dialplan to point to a Lua script similar to a ring group
GS Wave (New)
- QR code provisioning for Grandstream Wave softphone.
- Very good for a test phone.
IVR Menus
- Added Parent Menu
- Makes it possible to use IVR Menu Back and Top
- New fields
- PIN Number
- Domain
- Context
Operator Panel
- Color enhancements
- Filters
Queues
Ring Groups
- Added
- Follow Me (true, false)
- Added Call Forward (true, false)
Time Conditions
Voicemail
- Voicemail Import
- Added Transcription Enabled
CDR Statistics
Log Viewer
- Ability to view multiple log files
Registrations
- Mobile friendly
- Responsive
- New SIP Profile column
System Status
User Logs
- New feature
- Logs browser authentication success and failure
- Saves data such as username, IP Address, Date, and more
Adminer (Deprecated)
- Better to use a desktop tool like DBeaver
App Manager (Deprecated)
- This feature only listed apps that were installed.
Command (Optional)
- Not installed by default
- Recommend using on test servers only
Default Settings
- 4.4 ended with 567 settings now 1218+ default settings
Email Queue (New)
- Email Queue tracks the Emails that are waiting to be sent and sends them, and also handles voicemail transcription.
Email Templates
Fax Queue (New)
- FAX Queue tracks the faxes that are waiting to be sent and sends them.
Group Manager
Menu Manager
- Added Link file locations
SQL Query (Optional)
- Available on Github as fusionpbx-app-sql_query
- Added
Editors (Optional)
- Available on Github as fusionpbx-app-edit installed app/edit
- Supports editing the following
- Script Editor
- PHP Editor
- Provisioning Editor
- XML Editor
- Settings
- Added Event Socket ACL
Transactions
- Added Search by user, old and new data
Additional Information
- Improved usability functions throughout the Interface
Security
- Escapes added throughout code all features to prevent Cross Site Vulnerabilities
- CSRF Tokens used on input forms
- UUID not generated by industry trustworthy code
- Linux - UUID generated by the Linux Kernel
- BSD -
- SQL Query tool uses a Captcha
- CIDR option to restrict a user to a specific IP or Range of IP addresses.
- Password - Use a cryptographically secure random number generator
- Extensions - SIP registrations
- Users - web interface
Provisioning Templates
- Many new phones
- Numerous improvements for many of the provisioning templates
- All templates are rewritten to replace the old variable naming convention with a dot notation.
- The old method uses a postfix to indicate the line or account number. Example _1 line 1 and _2 to represent line 2
- {$auth_id_1}
- {$auth_id_2}
- The new method uses dot notation with a number to represent the line or account number.
- {$account.1.auth_id}
- {$account.1.auth_id}
Special thanks to all the FusionPBX Members and Github Contributors
|