Search results

  1. M

    Trying to get FusionPBX working, Newbi questions

    Here are some tips that may help. Inbound Make sure to add your VoIP provider IP addresses to the providers access control list from Advanced -> Access Controls. Then got press the RELOAD button from the Access Control list. To make your inbound routes use Dialplan -> Destinations. Outbound...
  2. M

    Routing extensions to different gateways

    call_direction-outbound is used for setting the variable call_direction=outbound
  3. M

    Trying to get FusionPBX working, Newbi questions

    What operating system did you use? And what install script or where did you get the install script?
  4. M

    Active Calls Page Empty

    Fail2ban is currently used for SSH and NGINX. It can still be used for FreeSWITCH, but it's not by default for new installs. Years of experience using fail2ban with FusionPBX have resulted in many false positives blocking legitimate traffic. Fail2ban has helped and harmed almost everyone who...
  5. M

    Active Calls Page Empty

    That would be fine for most of the services except for event_guard.
  6. M

    Any plans for include alcatel brand support?

    What are the models that are you are interested in seeing?
  7. M

    Default setting : switch variable

    I'll provide a more complete answer. In order to fix the installation make sure FreeSWITCH is running. This command will return the version of FreeSWITCH if it is running. Under Default Settings, find the switch category as you have done. Delete all settings in the switch category. Then run...
  8. M

    Active Calls Page Empty

    Here are the commands to update the source code and easily update the service files.
  9. M

    Provisioning server

    FusionPBX works fine for provisioning SIP phones. It was built to provision phones for the local system, as mentioned in a previous message. However, it was also built to provision phones for other PBX servers as well. Flexibility was an important consideration as I wanted to make FusionPBX...
  10. 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.
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. M

    Active Calls Dashboard

    I like the duration column, will get it added soon.
  18. 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.
  19. 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...
  20. 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. -...