Recent content by yaboc

  1. Y

    Problem with all email templates

    yes and yes. run php artisan config:cache after updating .env
  2. Y

    Email template text

    Thanks @pbxgeek. Upgraded again to 1.9.6 and everything works beautifully!
  3. Y

    Email template text

    thanks @pbxgeek i followed the same upgrade procedure and everything appeared to be working up until 1.9.6 this is what im getting on 1.9.6 in postgres log 2026-07-24 01:15:34.349 UTC [68019] CONTEXT: COPY email_templates, line 21 2026-07-24 01:15:34.352 UTC [189] LOG: background worker...
  4. Y

    Email template text

    thanks for this great update @pbxgeek i updated my HA cluster to 1.9.6. When I create custom template on serverA it gets replicated on serverB. However when i delete it on serverB it doesn't get deleted on ServerA. When i create template on serverB it doesn't get replicated on serverA. i've...
  5. Y

    Problem with all email templates

    maybe you need to run php artisan config:cache in /var/www/fspbx be aware that future updates may overwrite your file changes.
  6. Y

    SSL Install Error

    https://github.com/acmesh-official/acme.sh script to renew and can reload nginx after completion + cron job
  7. Y

    FreeSWITCH 1.11.1 support + automatic Let's Encrypt TLS for SIP

    thanks @pbxgeek. i'll to go with acme.sh and dns challenge to cover nginx and freeswitch tls with wildcard cert. appreciate your help as always. perhaps something to consider for implementation ?
  8. Y

    FreeSWITCH 1.11.1 support + automatic Let's Encrypt TLS for SIP

    so floating DNS won't work in this example ? i have two HA nodes (pbxa/pbxb with floating DNS pbx that points to active) which i set up from the HA docs. so i need three nodes for this to work ? my dns settings i can access all three http://pbxa.domain.com reaches node 1 (pbxa - active)...
  9. Y

    FreeSWITCH 1.11.1 support + automatic Let's Encrypt TLS for SIP

    @pbxgeek i'm trying to push tls certs but im getting error when it's trying to create challenge for my failover domain on public dns pbx.domain.com points to active (pbxa) node IP address, IP address switches to secondary when primary's down and what phones connect to pbxa.domain.com =...
  10. Y

    SOLVED LE WebServer ssl fail

    agreed and thanks for your help @pbxgeek.
  11. Y

    SOLVED LE WebServer ssl fail

    ahh i did disable geoip blocking on the dnat rule for fspbx but still had them on my firewall table which precedes it (opnsense). thanks @ja133 , script worked on both servers! is there a list of LE servers to allow them through in strict firewall environments ?
  12. Y

    SOLVED LE WebServer ssl fail

    thank you @pbxgeek and @ja133 i missed nesting option :/ now it works! @ja133 im on 9.2.3 using lxc container. any reason why you went with vm vs lxc? i'm still getting 404 using sudo php artisan app:install-lets-encrypt-certificate challenge file is not getting created, manual test.txt file in...
  13. Y

    SOLVED LE WebServer ssl fail

    /home# journalctl -xeu freeswitch.service -- -- The error number returned by this process is 1. Jun 28 19:34:00 pbxa systemd[1]: freeswitch.service: Control process exited, code=exited, status=214/SETS> -- Subject: Unit process exited -- Defined-By: systemd -- Support...
  14. Y

    SOLVED LE WebServer ssl fail

    thanks @pbxgeek i'm spinning up new cluster with two fresh 1.9.3 installs on debian 13 lxc with the same resources as original lxcs (2core,4gb) but i'm getting this during the install. ill run it again and report back. EDIT: i'm getting it on every brand new install.
  15. Y

    SOLVED LE WebServer ssl fail

    @pbxgeek so i pulled and upgraded to the latest 1.9.3 but i'm still getting error and the acme challenge token is not found on the server Command failed: dehydrated -c. ERROR: Challenge is invalid! (returned: invalid) (result: ["type"] "http-01" ["url"]...