FusionPBX 5.4 Released

markjcrane

Active Member
Staff member
Jul 22, 2018
674
243
43
50
FusionPBX 5.4 Released.
- Release date: 15 July 2025

New Features
- WebSockets
- Realtime Active Calls
- Realtime CPU
- Call Recordings, click where you want it to play
- upgrade.php --help
- Provisioning improvements for multiple phones.
- Assign or unassign a group to multiple items in the menu.
- Better Call Detail Record handling.
- Call Detail Record Details - Added Call Flow Icons for each application.
- Updated class and interface autoloader.
- Many bug fixes, more polish, and more efficient code
- Optional add-on for Open ID authentication
- And more...

Additional Information
- Release notes on the website. https://www.fusionpbx.com
- Upgrade Notes. https://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html (UPDATED)
- Github notes on the release. https://github.com/fusionpbx/fusionpbx/releases/tag/5.4.4
 
Last edited:
Mark, why doesn't active calls work anymore? I run two separate servers, and they both do the same thing: show nothing in active calls during active calls. I am running up-to-date versions of 5.4.
 
The new active calls works but require setting up the websocket configuration in NGINX. Look for the websocket section at the following link.

https://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html

  • Make sure you are using the latest code on the git branch you are using.
  • If you are using a proxy as a firewall in front of your NGINX it could need adjustments, or it could prevent websockets from working.

Another option the original Active Calls feature is still available. In the menu manager edit the default menu then find Active Calls

Advanced -> Menu Manager
Title: Active Calls
Link: /app/calls_active/calls_active.php

If you need more help, a phone call to the FusionPBX support number could be beneficial.
 
Last edited:
Thanks Mark for your prompt response. I followed the doc and got it working on both servers. The icon with the number is green now on both servers.