Search results

  1. M

    Upgrade from v4.5

    Text-based support will only get you so far. Call the number on this page so you can get it done faster, easier. You will reach an expert who knows FusionPBX extremely well, and they can help you with the upgrade. - https://www.fusionpbx.com/support Tip: can skip the version in between and go...
  2. M

    Dialplan action based on callerid number?

    FusionPBX has this as a built-in feature starting in version 5.2 or 5.3. It can be found in the Menu -> Dialplan -> Destinations
  3. M

    Call recording mp3 file type for specific domain

    What is your version of FusionPBX?
  4. M

    Call recording mp3 file type for specific domain

    The above message is mostly correct. The settings he mentioned are correct, and per domain set in the domain-variables dialplan is also correct. If anyone wants to make it available globally, it should be done in the global-variables dialplan. As far as dependencies for mp3 you need mod_shout...
  5. M

    SOLVED FreeSwitch installation on Debian 12 is broken

    You aren't using a default install of FusionPBX. That is why it's breaking for you. FusionPBX install uses a compile instead of the package. The FreeSWITCH repo you are trying to use is saying that you need a Token from them to install their restricted package. FusionPBX official install uses...
  6. M

    Voicemail to email stopped working

    Are you using Gmail for email relay?
  7. M

    Voicemail to email stopped working

    Did you try restarting the email_queue service?
  8. M

    Dashboard not showing fresh Install

    I just finished a new install on Debian 12 to confirm it is working correctly again. The install seems to have gone well and FreeSWITCH installed fine.
  9. M

    User Permission

    User accounts are assigned to extensions on the extension edit page. A user in the user group by default can only see call detail records that are assigned only to their account. The admin group by default, can see all calls for a particular domain or tenant. The superadmin group by default...
  10. M

    User Permission

    User accounts are assigned to extensions on the extension edit page. A user in the user group by default can only see call detail records that are assigned only to their account. The admin group by default, can see all calls for a particular domain or tenant. The superadmin group by default...
  11. M

    Dashboard not showing fresh Install

    This issue has been fixed. A new install should work correctly. Or you can run the following commands. Once you run upgrade.php you shouldn't see the error again.
  12. M

    New fusionpbx installation gets this error while installation

    This issue has been fixed. A new install should work correctly. Or you can run the following commands. Once you run upgrade.php you shouldn't see the error again. A new install should work again.
  13. M

    Forwarding Calls with Original Caller ID

    By default FusionPBX keeps the original caller ID and passes it through. However, some providers require the diversion header that was shown by @soglinda If your version of FusionPBX is new, the Diversion header option is there by default. If you have an older system, then you might need to...
  14. M

    Toll Allow

    @voipBull Thanks for reporting that. I tested it and duplicated the issue you reported. And then added a spaced in the regular expression so it would allow the space. If you update your system it should work now.
  15. M

    Toll Allow

    @voipBull now its important to know the version of FusionPBX you are using?
  16. M

    Toll Allow

    The code change isn't needed. Toll Allow was built for default settings and domain settings using type array. Category: toll allow Subcategory: name Type: array Value: international Add more default settings to increase the list.
  17. M

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    @TharunV what you came up with does look nice. It's a good idea to have a dashboard widget that runs a simplified active calls. It looks great. I think it's a good enough idea to make that a dashboard option. We will have an efficient version that is realtime that will be done soon...
  18. M

    Alias Extenssion number

    There is a permission for number alias, you can find it under Advanced -> Permissions. However, it's unlikely to work with all FusionPBX features.
  19. M

    FusionPBX install with PHP 8 on Redhat 9

    @JigarPatelACG Here is the install script for FusionPBX. This should be sufficient help if you have enough experience and skill with Redhat. https://github.com/fusionpbx/fusionpbx-install.sh/
  20. M

    CLueCon default pass

    You can change the password if you want by changing this file and the restart FreeSWITCH Event socket is only available to localhost or 127.0.0.1 by default. This is a critical default for security. My recommendation to people is to never change the listen-ip as this feature should remain on...