Search results

  1. M

    SOLVED Upgrade to 5.3.3 Master - Dashboard empty

    App Defaults does not default everything it looks for missing defaults and adds those. This is done to protect people who are customizing things. But this makes the upgrade more work because you may have to adjust things. For example in the dashboard, default settings, or the dialplan.
  2. M

    SOLVED Upgrade to 5.3.3 Master - Dashboard empty

    Go to https://www.fusionpbx.com/support there you will find our support number. If you are available to call it shortly after I post this reply I have some time right now to help over the anydesk or chrome remote desktop. Its much easier to help when I can see exactly what is going on and can...
  3. M

    SOLVED Upgrade to 5.3.3 Master - Dashboard empty

    I dropped my tables like this to test it. Then ran this command. After this refresh the dashboard and it's all there again with all the details
  4. M

    SOLVED Upgrade to 5.3.3 Master - Dashboard empty

    You need to run an upgrade schema if the data structure is different from what you have the result may fail because the field requested in the select doesn't exist yet. 5.3 has now been released with its own branch.
  5. M

    FusionPBX 5.3 Released

    FusionPBX 5.3 Released. New Features - Modern theme and dashboard. - Many new dashboard features. - Widget with icon and link - Customize icons - Custom background colors per widget - Custom background optional gradients per widget - Too many new features for the dashboard to list...
  6. M

    Replicating the switch database between two nodes

    The FreeSWITCH data is temporary if the replication gets behind by 5 minutes the data is useless. Replication takes more resources so what do you get for the ability to see registrations from two or more servers? There isn't a lot of benefit to this. If you want to keep the call alive you have...
  7. M

    Max Concurrent Calls Allowed

    The limit of how much it can scale depends very much on the skill of the person configuring the system. There is no exact hard limit but there is a soft one that you have to udpate in freeswitch's switch.conf.xml file. There if you look you will see an arbitrary limit. You can increase the...
  8. M

    Voicemail Transcription not working

    You can delete the AI category it has been deprecated. The FusionPBX Team realized we will be adding many AI tools in the future. Its likely an AI category could get large over time. So we are categorizing them with the name of their application instead. This requires the 5.3 release (will be...
  9. M

    Is anyone using FS PBX?

    Here are a few of my thoughts on this topic. Since this is a place that many people go to talk about FusionPBX I feel I'm justified in speaking up on this topic. Full disclosure for a few that don't know I'm the creator of FusionPBX. Versioning and Updates There has been sufficient time to...
  10. M

    Call Block problem with list.

    When using call block most of the time you should leave the caller ID name empty. Then fill in the caller ID number only. Also, make sure to provide the country code separately in its field.
  11. M

    Max allowed sessions

    You can set up your outbound route to failover over to multiple gateways. If the gateway returns a fail it can failover to the next gateway. If you were trying to do this in freeswitch you would likely need to use the limit application to count the calls and move the next call to a different...
  12. M

    Call Block problem with list.

    The version reported for your FusionPBX is 5.2.0 is old. The current version of the 5.2 branch is 5.2.4 which includes bug fixes for the 5.2 version. Also, make sure you run Advanced -> Upgrade Schema as the list will be empty if its refers to a row where not all fields that are being...
  13. M

    Internet web access security

    Valid registration is not blocked so their dynamic address is not blocked.
  14. M

    Multi tenant setup - calls not working between domains & outbound

    By default calls between inbound destinations would send the call to your outbound routes and your provider would send it back to your server. This scenario is not ideal. To get around this issue I created a dialplan called is_local its disabled by default. If you enable ti, then it will do a...
  15. M

    Internet web access security

    HTTPS with 443 should be fairly safe if you use a recent version of FusionPBX. I don't recommend Fail2ban for protecting FreeSWITCH it has too many false positives. Recent versions of FusionPBX use event guard which is code that subscribes to FreeSWITCH events and then bans based on the...
  16. M

    Hello from LA

    @pbxgeek You also need to choose and publish a license for your project. Without this the code is visible and accessible but the rights of those using it are not defined. In fact, without a license, you likely hold all the rights.
  17. M

    Hello from LA

    @pbxgeek your repo calls your version laravel-freeswitch. You may want to use a different new name. I'm not a lawyer but this looks like a trademark violation.
  18. M

    SOLVED Default Settings since update 5.3.1

    Sorry, there was a bug on the 5.3.x version. Please update and try again.
  19. M

    SOLVED Default Settings since update 5.3.1

    The code for how this is handled is now using a settings class. Please update to the very latest 5.3 version on the master branch. Then try it again and report back. If you confirm you are on the latest version and still having the problem then I'll take a look at the code again.
  20. M

    few calls get stuck on FusionPBX active calls monitoring

    You will need to remove the old calls from the FreeSWITCH database.