Search results

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

    API

    If all you need is database access, the PostgreSQL database has a REST API. Takes only a moment to find using a search engine.
  8. M

    Active Calls Dashboard

    I like the duration column, will get it added soon.
  9. 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.
  10. 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...
  11. 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. -...
  12. 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...
  13. 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.
  14. M

    Limiting device view

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

    Limiting device view

    It's currently not possible. This will require additional development work.
  16. 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...
  17. 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.
  18. 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.
  19. 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...
  20. 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