Recent content by pbxgeek

  1. P

    Recordings manager - cannot upload m4a files

    It's meant to work. I'll test and report back
  2. 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.
  3. 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/
  4. 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...
  5. P

    SS/TLS from GoDaddy

    @yaboc Even that is not needed. Just use one domain since they are all aliases anyway.
  6. 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.
  7. P

    SS/TLS from GoDaddy

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

    SS/TLS from GoDaddy

    @yaboc, there have been some changes to port 80 to accommodate the Let's Encrypt HTTP challenge. It may not work with your proxy out of the box. You may need to look into making changes so both work without conflicting. Why are your tenants using different domains? This isn't the intended way...
  9. P

    Incomplete FS Installation

    @davidbqzt I didn't see your message until today. Your version is very old. There has been so much new stuff added since then. Run these commands to update: cd /var/www/fspbx git stash git pull php artisan app:update php artisan migrate suerpvisorctl restart all Make sure to run these commands...
  10. P

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

    Thank you, @kenn10. We are working hard on improving the system every day
  11. P

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

    We've added support for the FreeSWITCH 1.11.1 release, and with it a feature a lot of you have asked for: free, automatically-renewing Let's Encrypt certificates for SIP-TLS and WSS — managed right from the FS PBX web interface. Why the new FreeSWITCH version matters 1.11.1 introduces the...
  12. P

    SS/TLS from GoDaddy

    Starting with FS PBX version 1.9.1, we support the new version of Freeswitch 1.11.1 and Automatic Let's Encrypt certificate renewal. https://www.fspbx.com/docs/configuration/tls-certificates/lets-encrypt/ Freeswitch must be upgraded manually, independently of the FS PBX update.
  13. P

    Assembly AI error..

    Hmmm, actually, there is no way to reset the pending transcription that is stuck at the moment. I should probably add a Retry button. I'll address this in future updates. Good news is you probably won't have this issue again now that it works. The URL wasn't mentioned in the video because you...
  14. P

    Assembly AI error..

    @willy Lafort any time you make a change in the .env file you need to run this command. Saving the file is not enough as it keeps using the cached values until you run the command: cd /var/www/fspbx php artisan config:cache