Recent content by pbxgeek

  1. 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...
  2. 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...
  3. P

    CDR detail in the DB

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

    create new fax server failed

    It has already been pushed.
  12. P

    create new fax server failed

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

    Call Center B Leg CDR records

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