Recent content by markjcrane

  1. 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...
  2. M

    Voicemail to email stopped working

    Are you using Gmail for email relay?
  3. M

    Voicemail to email stopped working

    Did you try restarting the email_queue service?
  4. 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.
  5. 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...
  6. 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...
  7. 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.
  8. 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.
  9. 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...
  10. 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.
  11. M

    Toll Allow

    @voipBull now its important to know the version of FusionPBX you are using?
  12. 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.
  13. 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...
  14. 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.
  15. 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/