Search results

  1. 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...
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. M

    Trying to get FusionPBX working, Newbi questions

    Here are some tips that may help. Inbound Make sure to add your VoIP provider IP addresses to the providers access control list from Advanced -> Access Controls. Then got press the RELOAD button from the Access Control list. To make your inbound routes use Dialplan -> Destinations. Outbound...
  7. M

    Routing extensions to different gateways

    call_direction-outbound is used for setting the variable call_direction=outbound
  8. M

    Trying to get FusionPBX working, Newbi questions

    What operating system did you use? And what install script or where did you get the install script?
  9. M

    Active Calls Page Empty

    Fail2ban is currently used for SSH and NGINX. It can still be used for FreeSWITCH, but it's not by default for new installs. Years of experience using fail2ban with FusionPBX have resulted in many false positives blocking legitimate traffic. Fail2ban has helped and harmed almost everyone who...
  10. M

    Active Calls Page Empty

    That would be fine for most of the services except for event_guard.
  11. M

    Any plans for include alcatel brand support?

    What are the models that are you are interested in seeing?
  12. M

    Default setting : switch variable

    I'll provide a more complete answer. In order to fix the installation make sure FreeSWITCH is running. This command will return the version of FreeSWITCH if it is running. Under Default Settings, find the switch category as you have done. Delete all settings in the switch category. Then run...
  13. M

    Active Calls Page Empty

    Here are the commands to update the source code and easily update the service files.
  14. M

    Provisioning server

    FusionPBX works fine for provisioning SIP phones. It was built to provision phones for the local system, as mentioned in a previous message. However, it was also built to provision phones for other PBX servers as well. Flexibility was an important consideration as I wanted to make FusionPBX...
  15. M

    New installation fusionpbx on ubuntu 22.04 LTS - Menù dashboard void

    Since Ubuntu 24.04 LTS has been available for a while, it would be better to switch to Ubuntu 24.04 LTS. Fixing what you currently have might be possible with the following command.
  16. M

    Active Calls Dashboard

    The Active Calls features shows each leg of the call. So in a PBX where the call was bridged there would be two channels (2 legs). When the call is in voicemail or an IVR Menu (auto attendant) then it shows one channel.
  17. M

    API

    Thanks, this is possibly the nicest thing you have said to me in a long time. I believe people can be creative and think about solutions. The file cache being cleared could be done on a different schedule per feature. The file cache has a prefix in the name. Also, if someone has the scale of...
  18. M

    API

    @pbxgeek Replies to posts on this forum are for advertising. His interest at this point is driven by a desire to get as many people to leave FusionPBX as possible. His system is based on FusionPBX 5.1, and uses FusionPBX database, adding a different interface for some of the FusionPBX features...
  19. M

    New installation fusionpbx on ubuntu 22.04 LTS - Menù dashboard void

    If this is a new install, you should use Ubuntu 24.04 LTS or Debian 12 (most common with FusionPBX) A new install puts the menu on the side. If you want the menu on top, you can go to this URL after you update the domain name or IP address...
  20. M

    MMS Media

    MMS does work, but it is dependent on your VoIP provider. So that means you need to share the VoIP provider you are using so that your question can be answered. My wild guess is that you are using Bandwidth.com, and they require authentication to pick up the media file. Other VoIP providers just...