Search results

  1. P

    SOLVED 1.5.0 update blank gui

    It made you run the command because it needed to update the file. It makes sense now. If we didn’t have an update for this file it wouldn’t have asked to do it.
  2. P

    SOLVED 1.5.0 update blank gui

    We upgraded to php 8.4 and introduced web sockets in this update. Perhaps one of those required changes to that file. This won’t be happening often. Another possible cause is if you used git stash command before the update.
  3. P

    SOLVED 1.5.0 update blank gui

    Check the logs and browser console for any errors. https://www.fspbx.com/docs/troubleshooting/retrieving-logs/
  4. P

    CDR detail in the DB

    These records probably take up very little space unless we are talking about millions of them over a few years. Voicemails and call recordings take way more space on the hard drive where they are stored than their reference records in the DB. Call detail records can take up significant space...
  5. P

    Auto provisioning with digum card

    You can use anything, but some devices will require manual provisioning. Grandstreams can be provisioned automatically as long as they have a template in the system. Aastras are way too old, and they can't talk to any modern provisioning servers unless you disable authentication (I highly...
  6. P

    CDR detail in the DB

    Here is how to log in very easily: su postgres psql fusionpbx
  7. P

    CDR detail in the DB

    I suggest you continue to run your script and perform a vacuum periodically. It's not enough to just delete records
  8. P

    Static IP

    In most environments that I had worked in, I ended up needing to set those values up. The hostname, too, if replication is involved.
  9. P

    create new fax server failed

    Go to Fax Sent and delete it from there. Fax queue entries can't be deleted as of now
  10. P

    create new fax server failed

    Here it is. You have an extra \ in your regex. "\(" That means match a literal opening parenthesis character "(" Should be like this ^9999(\d{11})$
  11. P

    create new fax server failed

    This originates in your dialplan regex for your outbound route. It means your regex is missing a closing parenthesis somewhere.
  12. P

    create new fax server failed

    I committed the fix for faxes.sent.list warning. Pleaase update again. For your other error, No outbound route found - you need to check your outbound routes. If you had removed the prefix, then it should have chosen your regular outbound route. I just tried sending both ways with a prefix...
  13. P

    create new fax server failed

    Do you have a route with a 9999 prefix? It's used by default for all faxes. If not, remove the prefix from the fax server settings.
  14. P

    create new fax server failed

    It has already been pushed.
  15. P

    create new fax server failed

    @yaboc Thanks for reporting this. A fix has been pushed
  16. P

    Call Center B Leg CDR records

    @jdumais Freeswitch generates a separate CDR for each attempt. You need to find and count those.
  17. P

    Webpage gives 500 server error when clicking on firewall

    Reach out to support, and they will investigate and help you. I did a quick test on my server (FS PBX v1.4.2) and the page opens.
  18. P

    incorrect from

    Change gateway settings to pass the caller ID in the From Header
  19. P

    Ringotel - what makes it worth the money?

    For US customers, uptime is crucial, and outsourcing PBX management often beats using an on-premises system that could fail. Buying on-site requires paying an IT professional, which can end up costing more in the long run. Downtime also risks significant lost sales. @kenn10 emphasizes supporting...