Search results

  1. M

    Fusionpbx Fax Inbound Issue

    You should definitely hear a FAX tone. You can try calling the FAX extension number from a registered phone on the server. Then you should hear FAX tone. Advanced -> Modules page, you should see one that says SPANDSP. This module is required for FAX.
  2. M

    Fusionpbx Fax Inbound Issue

    If you are directing one of your numbers to a FAX Server I recommend using a dedicated phone number for FAX. When using a dedicated phone number for faxing then you can skip fax detection. The correct FAX settings are dependent on your VoIP provider. You should look for their documentation on...
  3. M

    Trying to get FusionPBX working, Newbi questions

    Yes, that looks correct.
  4. M

    FusionPBX 5.4 Released

    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...
  5. M

    Trying to get FusionPBX working, Newbi questions

    In place of the condition for caller_id_number just exchange caller_id_number with ${sip_from_user}
  6. M

    Are call backs possible? Start Stop Recording? Scheduled Reporting by email

    Call back feature on an IVR, for example they get the option for a call back either within a call queue or by selecting an option on an IVR, when someone is available the call back is automatically processed? FusionPBX has a member feature for call center callback *Can we do start / stop...
  7. M

    Active Calls Dashboard

    The call_duration has been added to the Active Calls dashboard widget.
  8. M

    Active Calls Page Empty

    The permissions issue that affected /var/run/fusionpbx has been fixed. The following commands will fix this issue and an issue with the xml_cdr service on the 5.4 release or master branches.
  9. M

    Fax Server Time Zone

    @rajahgroup Are you using FusionPBX 5.4's latest release or the latest master branch? And to confirm, you did set Advanced -> Default Settings value for time_zone
  10. M

    Trying to get FusionPBX working, Newbi questions

    The caller_id_number as suggested would work. The caller ID is easier to change and this makes it a less secure option. Another option you can use ${sip_from_user}
  11. M

    Phonebook app

    That app/phonebook needs security improvements. Last time I looked at it was probably a year or two ago. What I saw were major security problems. Make sure to use the escape on everything sent to the web browser. Make sure the code uses the database class, which uses prepared statements...
  12. M

    FusionPBX 5.4 Released

    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...
  13. M

    Updating an extension/device generates 6 psql UPDATE queries per device.

    The FusionPBX support and developer team work with many clients who are primarily companies that do VoIP hosting. Our clients guide or development through their requests. FusionPBX is not a hosting provider, and for this reason we don't have a conflict of interest with our clients. FusionPBX...
  14. M

    Phonebook app

    FusionPBX can deliver the phonebook through the contacts in FusionPBX. It pulls the phonebook through phone provisioning. Were you aware that is possible?
  15. M

    Trying to get FusionPBX working, Newbi questions

    There are some shoutcast streams that FreeSWITCH cannot play. This is likely to do with the type of MP3 files used in the stream. Here is a URL that should work. shout://94.177.184.174:8000/stream
  16. M

    Status of MySQL support

    The numbers will depend on where you look. https://www.webcreek.com/en/blog/software-development/the-most-popular-databases-used-in-2025/ https://www.yugabyte.com/blog/postgresql-top-choice-in-2025/ https://db-engines.com/en/ranking As far as FusionPBX goes. The problem is that it's a lot of...
  17. M

    404 Errors after upgrade to 5.4

    I'm biased towards lower case. When using lowercase, I don't have to press shift or caps lock. Lowercase also gives more visual cues based on the shape of the letters. Uppercase is more blocky and gives fewer visual cues.
  18. M

    Status of MySQL support

    FusionPBX did support MySQL in the past. I can appreciate that your company may be entrenched in MySQL and, therefore, continuing to use it for that reason. As far as FusionPBX goes. The problem is that it's a lot of work to support multiple databases. It increases the support workload. More...
  19. M

    Updating an extension/device generates 6 psql UPDATE queries per device.

    I was unable to reproduce this. The steps weren't detailed, so here is my attempt to reproduce this. Enable logging all SQL Queries on a test system. From an empty domain. Created two extensions Created two devices Assigned both devices to both extensions Extension Edit for a specific extension...
  20. M

    Trying to get FusionPBX working, Newbi questions

    This dialplan call_direction_outbound_00d197 sets the call direction to outbound. In other words, don't worry about it. "Deleting that one doesn't make a difference." Its supposed to be there, it won't fix your issue. The providers access control list is only supposed to be for VoIP providers...