Search results

  1. P

    Firewall sip-auth-fail

    It's all or nothing. There is no granular way to enable or disable specific rules.
  2. P

    SSL Install Error

    How are you producing this error? Are you running this command? php artisan app:install-lets-encrypt-certificate Make sure your nging config has this, and nothing else overrides this block server { listen 80 default_server; listen [::]:80 default_server; server_name _...
  3. P

    User locked out

    @dbz195 This is correct. As a security measure, the system automatically suspends the user with the same email if extensions are removed or the email is modified. There were many cases in the past where admins tried to lock someone out by changing the extension info, unaware that the user was...
  4. P

    Extensions show offline while they are not

    @jeroentjed Remote sessions are reserved for clients with a support plan. DM me for more details.
  5. P

    FreeSWITCH 1.11.1 Post-Upgrade SQLite RAM Storage Fix

    This is normal. lsof lists open file descriptors, not unique database files. All entries use the same FreeSWITCH PID (846), and repeated paths share the same inode. For example, both core.db entries use inode 2. This means one database file is opened through multiple SQLite connections—not...
  6. P

    Extensions show offline while they are not

    There is something going on with parsing your data coming from Freeswitch. production.DEBUG: array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements This will require a remote session to figure it out.
  7. P

    Extensions show offline while they are not

    @jeroentjed Check the logs to see if there are any errors when you open the registration page. Go to Status->Logs->Laravel.
  8. P

    Extensions show offline while they are not

    The scheduled announcements service must be enabled before you can use it. Refer to the wiki page for instructions. https://www.fspbx.com/docs/configuration/scheduled-announcements/ Something is not healthy on your system. Registrations should work. I just checked the server with the latest...
  9. P

    FreeSWITCH 1.11.1 Post-Upgrade SQLite RAM Storage Fix

    Please update to the latest commit as of today and run the command below to move SQLite back to RAM storage. Disclaimer: If you have customized your setup to use PostgreSQL instead of SQLite, you can disregard this notice. After the upgrade, SQLite was moved to file storage, which is not ideal...
  10. P

    Extensions show offline while they are not

    What’s your FS PBX version and Freeswitch version? When did the issue start? Do you see registrations when you go to Status -> Registrations?
  11. P

    Extensions show offline while they are not

    What’s your FS Pbx version and freeswitch version? Do you have redundant servers? Are the phones registered to your backup server by any chance?
  12. P

    upgrading from 1.9.1 to 1.9.3

    That means the update didn't apply. This comes up a lot. Here is a solution: https://github.com/nemerald-voip/fspbx/issues/489
  13. P

    P-Attestation-Indicator

    Hi @kenn10, you can use Dialplan Manager or a Lua script.
  14. P

    Saving transcription.

    This is planned for future releases. For now, you can select and copy text.
  15. 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.
  16. 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...
  17. 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.
  18. 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.
  19. 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...
  20. P

    SOLVED LE WebServer ssl fail

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