Search results

  1. P

    FreeSWITCH 1.11.1 support + automatic Let's Encrypt TLS for SIP

    Each node must be individually accessible for verification. If you added these 3 nodes to your Let's Encrypt list of domains: pbx.domain.com pbxa.domain.com pbxb.domain.com Let's Encrypt will try to verify all 3. If one of them fails, the whole verification fails. This is how Let's...
  2. P

    SOLVED LE WebServer ssl fail

    Since this is no longer an FS PBX concern and was more of your proxmox setup and geoip blocking I will not be making any changes to the codebase. The way you have it right now is better long term. You should document your steps so you don’t have this issue again when you roll out a new box.
  3. P

    Recordings manager - cannot upload m4a files

    @Voipy how was your m4a generated? This meant to work with files generated on iPhone recordings app. It was added because users often made recordings that way and shared with us.
  4. P

    SOLVED LE WebServer ssl fail

    The real startup error is here: status=214/SETSCHEDULER That means systemd is trying to start FreeSWITCH with a CPU scheduling policy that the environment does not allow. This is happening on Debian 13 LXC containers, and the journal shows FreeSWITCH failing before it actually starts: an...
  5. P

    SOLVED LE WebServer ssl fail

    run the as is says to retrieve the real error journalctl -xeu freeswitch.service
  6. P

    SOLVED LE WebServer ssl fail

    Are you able to install the Freeswitch certificate? The directory is the same. I understand your problem, but it’s unusual. If you can read one file from that directory, you should be able to read others as well. At this point, it’s challenging to determine the issue without examining your...
  7. P

    Pin numbers page on 1.9.3 - same as before?

    We are not only updating the pages now but also actively removing the old ones completely. They still exist in the background but no longer used. I just wanted to make sure you don’t get left hanging with the non existing page when time comes. There might be other users out there that use...
  8. P

    SOLVED freeswitch 1.11 upgrade question

    Now just make sure you can hit the reload XML button on the Variables page. If you rebooted the server it should work. Php should hopefully have the right permissions after the reboot. Otherwise you may experience issues in the future. This is a large Freeswitch upgrade. All these small things...
  9. P

    Pin numbers page on 1.9.3 - same as before?

    We made that page for you. But it’s not in fspbx menu by default. Feel free to change the menu link yourself to /pin-numbers
  10. P

    SOLVED freeswitch 1.11 upgrade question

    Yes, those steps are important. You might need to reboot the server. it could be due to PHP not having access to those directories. Recent php versions have stricter access limitations.
  11. P

    Version 1.9.3 - "home" is missing

    It’s not missing. We removed it because there was nothing important in it. You can reach the dashboard by clicking on the logo. And we moved the logout button to more appropriate place. People often couldn’t find a logout button.
  12. P

    scheduled announcements - can't get it to work

    AI wrote this response.
  13. P

    SOLVED LE WebServer ssl fail

    The new Freeswitch TLS script took over this one and broke it. I just pushed a fix for it and tested it on one of my servers. Download updates and retry. This script doesn't support a wildcard certificate. If you need a wildcard cert, your DNS service must support API. You will need to ask an...
  14. P

    Recordings manager - cannot upload m4a files

    It's meant to work. I'll test and report back
  15. P

    FreeSWITCH 1.11.1 support + automatic Let's Encrypt TLS for SIP

    @dbz195 Update FS PBX to at least 1.9.1, then update Freeswitch.
  16. P

    On-call schedule handling

    Why not just dial the call flow's star code from any phone? It can also be set as a BLF button. https://www.fspbx.com/docs/tutorials/configuration/call-flows/how-to-set-up-call-flows/ https://www.fspbx.com/docs/configuration/call-flows/blf/
  17. P

    SS/TLS from GoDaddy

    Let's Encrypt requirement was to have this in the Nginx config file server { listen 80 default_server; listen [::]:80 default_server; server_name _; location ^~ /.well-known/acme-challenge/ { default_type "text/plain"; root /var/www/fspbx/public...
  18. P

    SS/TLS from GoDaddy

    @yaboc Even that is not needed. Just use one domain since they are all aliases anyway.
  19. P

    SOLVED Routing MSC Number Range to FusionPBX Extensions

    You can probably write a custom dialplan for it to accommodate the range. Otherwise, it will be one route for each number.
  20. P

    SS/TLS from GoDaddy

    Forgot to mention. Because of the above, you don't need a wildcard for FS PBX.