Recent content by ja133

  1. J

    Three upstream FreeSWITCH PRs that can cut CPU, bandwidth, and recording storage

    How much utilization do those servers have? We have over 1500 endpoints
  2. J

    Three upstream FreeSWITCH PRs that can cut CPU, bandwidth, and recording storage

    Does #1 address the CPU spike when leaving freeswitch running for several weeks without a reboot?
  3. J

    User locked out

    As a safety measure, if an email address is associated with an extension , and then the email is later removed/changed, if there is an associated user login with that email, it suspends the account
  4. J

    SOLVED LE WebServer ssl fail

    Great question. You would have to check with LE directly.
  5. J

    SOLVED LE WebServer ssl fail

    You need to open port 80 to all countries temporarily while the script runs. It looks like letsencrypt cant reach you on port 80
  6. J

    Recordings manager - cannot upload m4a files

    No issues here when I just tested
  7. J

    SOLVED LE WebServer ssl fail

    This is what I have for proxmox, though I have not yet upgraded to 1.11.1, but I have been using Debian 13 since December /etc/pve/qemu-server/<vmid>.conf boot: order=scsi0;net0 cores: 16 cpu: x86-64-v2-AES memory: 131072 meta: creation-qemu=10.0.2,ctime=1759763031 name: pbx02 net0...
  8. J

    Mailgun Alternatives

    Postmarkapp.com
  9. J

    Issue with Barge-In

    Before the answer command in the dialplan try to set or export (i forgot which one does the trick) absolute_codec_string=PCMU assuming the SIP call to the outside is using G711U
  10. J

    Group Manager permissions will not save

    I think 4 GB of ram is the minimum requirement, otherwise it will work fine on AWS. No, it is not ram intensive while running normally; it’s just the initial build process that demands the ram
  11. J

    Group Manager permissions will not save

    This issue has existed for years already. I found myself having to make the changes from the database manually. FS PBX, an alternative to what you are using today, solves a lot of these bugs including this one.
  12. J

    Creating an outbound route that does not use domain-variables

    If call forward is being set with the system feature code and NOT through the endpoint itself, you can potentially check for the SIP diversion header as a condition
  13. J

    Is it Me?

    To add to that, 6 more pages were just converted in the last week. We manage over 3000 endpoints with FS PBX and we will never look back. It's probably the only open source front end that is literally ready to go once you install it and plug in the core information. It is also being developed by...
  14. J

    Follow-up to Post: Inbound Issues in a 2-server load balancing system (master replication)

    Freeswitch can crash and yet still respond to the SIP tcp port that you’re monitoring in AWS. How are you handling such instances? Have you found a way for route 53 to specifically check for SIP options?