Recent content by pbxgeek

  1. P

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

    What you described is exactly how it's designed to work. If you're running into issues, there is a chance your system is blocking something. It's hard to tell what it is without live troubleshooting.
  2. 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...
  3. 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.
  4. 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.
  5. 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...
  6. P

    SOLVED LE WebServer ssl fail

    run the as is says to retrieve the real error journalctl -xeu freeswitch.service
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. 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.
  12. 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.
  13. P

    scheduled announcements - can't get it to work

    AI wrote this response.
  14. 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...
  15. P

    Recordings manager - cannot upload m4a files

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