Search results

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

    CDR detail in the DB

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

    create new fax server failed

    It has already been pushed.
  11. P

    create new fax server failed

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

    Call Center B Leg CDR records

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

    incorrect from

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

    Ringotel - what makes it worth the money?

    You are looking at the retail price. If you sign up as a wholesaler, your price will be around $1 per user. At your price point per extension, it still may not make sense. But in the US, each seat costs between $20-40, so $1 doesn't seem expensive for all the features they offer. You get mobile...
  17. P

    Call Recordings - some advice and maintenance tips

    You should have a reply waiting for you in your inbox. To be transparent, this feature has been available for years, but the documentation for it is still limited. With the volume of new feature requests we receive, it can be challenging to keep the documentation fully up to date for every feature.
  18. P

    Call Recordings - some advice and maintenance tips

    Yes, the module is available with every install.
  19. P

    Call Recordings - some advice and maintenance tips

    I have some great news. FS PBX includes a module that automatically runs overnight to upload call recordings to AWS. As part of the process, recordings are converted to MP3 format to help reduce storage costs. Once uploaded, recordings can still be played and downloaded directly from the Call...