Recent content by markjcrane

  1. M

    Issues with FreeSwitch installation on Debian 12

    If this weren't a virtual machine environment, it would have worked. So it is very likely some permission or restriction that is part of PVE. Ensure you run the installation as root.
  2. M

    Issues with FreeSwitch installation on Debian 12

    It seems by saying PVE, you are referring to Proxmox VE Maybe your issue is similar to this...
  3. M

    Active Calls Dashboard

    The original thread for Active Calls Dashboard has been closed for editing. I don't know why the thread times out, but since it did and the topic is still something to talk about, I've opened a new thread on the same topic. Here is the original Active Calls Dashboard thread. -...
  4. M

    FOP2 port for Fusion

    The current master branch and soon-to-be-released FusionPBX 5.4 release include WebSockets, starting with new real-time Active Calls. We will take a look at FOP2 as well as other operator panels, but will not reverse engineer it or make a direct copy. We should be able to make something that...
  5. M

    TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in call_flow_summary (xml_cdr.php)

    Thanks for reporting this issue. Iit has been fixed on the master branch and 5.3 branches.
  6. M

    Limiting device view

    The device edit page was built for users in the admin or superadmin groups.
  7. M

    Limiting device view

    It's currently not possible. This will require additional development work.
  8. M

    Sip phone app

    There are many to choose from. https://www.microsip.org/ https://www.counterpath.com/bria https://phoner.de/index_en.htm https://acrobits.net/ https://ringotel.co/ https://www.zoiper.com/ https://www.ekiga.org/ https://github.com/danleeb/GreenJ And there are still many others you can find with...
  9. M

    The encoded file /var/www/fusionpbx/app/api/app_config.php is not permissioned for x.x.x.x

    This means you are running an old version. If you would upgrade in the branch you are on, it should fix this issue unless your version is too old.
  10. M

    The encoded file /var/www/fusionpbx/app/api/app_config.php is not permissioned for x.x.x.x

    Member features for FusionPBX have to be installed for that specific server. So to fix this. Remove the API that was not created for this server. `` rm -R var/www/fusionpbx/app/api/ ``` Now reinstall it so that it can be built for that server.
  11. 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...
  12. 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
  13. M

    Call recording mp3 file type for specific domain

    What is your version of FusionPBX?
  14. 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...
  15. 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...