Recent content by pbxgeek

  1. P

    CDR detail in the DB

    Here is how to log in very easily: su postgres psql fusionpbx
  2. 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
  3. 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.
  4. 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
  5. 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})$
  6. 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.
  7. 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...
  8. 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.
  9. P

    create new fax server failed

    It has already been pushed.
  10. P

    create new fax server failed

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

    Call Center B Leg CDR records

    @jdumais Freeswitch generates a separate CDR for each attempt. You need to find and count those.
  12. 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.
  13. P

    incorrect from

    Change gateway settings to pass the caller ID in the From Header
  14. 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...