Search results

  1. P

    New phonebook

    Possibly in the future. But it's likely to be shared with contacts in the messaging app. Phonebook and messaging contacts are so different that they can't be shared. Each phone book keeps its own list, and contacts are not shared between phone books. The messaging app stores shared contacts...
  2. P

    FreeSWITCH 1.11.1 Post-Upgrade SQLite RAM Storage Fix

    @johnny Mark is not affiliated with FS PBX. @dbz195 This post applies to anyone who upgraded FreeSWITCH prior to this post. Any upgrades that occurred afterward include instructions to run the script after the update.
  3. P

    Valet Park still shows Park+*5901

    It should work then. I tested on Yealinks
  4. P

    APIBAN - does anyone use it?

    Instead of trying to block every single hacker, a game you will certainly lose, especially with AI hacking these days, I suggest using non-standard SIP ports, then you won't have to worry about blocking anyone at all. In my experiments, even unprotected systems stay fairly untouched. I call it...
  5. P

    Phone number editing does not work

    I keep forgetting to make that field read-only. The idea is to delete and create a new one instead of modifying the existing.
  6. P

    Valet Park still shows Park+*5901

    This update targets the caller ID displayed after the call is picked up from the park. There was a dialplan update that was pushed to all stock park diaplans. If yours was modified in any way, it may not have applied. The important addition was this line park_set_callee_id.lua...
  7. P

    SSL Install Error

    That's definitely why you're experiencing problems. You should review their documentation to find out more. They might try accessing it from different locations.
  8. P

    Firewall sip-auth-fail

    It's all or nothing. There is no granular way to enable or disable specific rules.
  9. 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 nginx config has this, and nothing else overrides this block server { listen 80 default_server; listen [::]:80 default_server; server_name _...
  10. 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...
  11. P

    Extensions show offline while they are not

    @jeroentjed Remote sessions are reserved for clients with a support plan. DM me for more details.
  12. 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...
  13. 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.
  14. 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.
  15. 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...
  16. 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...
  17. 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?
  18. 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?
  19. 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
  20. P

    P-Attestation-Indicator

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