Search results

  1. Y

    2FA for web logins

    thank you @ja133 for excellent explanation! owe you a beer.. or two if you include @pbxgeek . cheers
  2. Y

    2FA for web logins

    Sorry to be asking so many questions, but in case of daily backups this would have to be done for each node. Are you using proxmox backup server or vzdump to backup your proxmox containers? and is this something that you've scripted ? i found this...
  3. Y

    2FA for web logins

    That makes sense. i have to read up on pg bidirectional replication. So it's just a matter of disabling PG replication on the node that's active and has up to date db data and once the restore of the node that has 1hr old db data is completed re-enable it? I appreciate you explaining it to me.
  4. Y

    2FA for web logins

    thank you @pbxgeek that works great! Is there a way to edit 2FA email template to include some custom wording? @ja133 in HA situation if i restore either ACTIVE or STANDBY node (from a backup so no ip changes etc), wouldn't it just re-establish connection automatically (IP/DB) using the most up...
  5. Y

    Custom MOH not working

    Hi, Does anyone have custom MOH working? I created a custom category (named custom), added 8khz/16khz wav files, set the DID with the MOH, but when I put the call on hold, I'm still getting the default MOH. in the fs_cli console [WARNING] mod_local_stream.c:875 Unknown source custom, trying...
  6. Y

    2FA for web logins

    Hi, Is there a way to enable 2FA for web login (code on app/sent via email) ? Don't see it in the official documentation, so I'm using a reverse proxy with a pin for now. Also what would be the restore process in case of failures/upgrade issues in order to avoid db corruption, etc? Both of my...
  7. Y

    outbound call results in "forbidden"

    i wouldn't complicate things with number translation and just reach out to cheapconnect.net or ask on their forums for the proper outbound route requirements and adjust your Dialplan > Outbound Routes. Also, you may want to run letsencrypt script to protect your box with SSL.
  8. Y

    TLS working on Active but not Standby in HA

    thanks for the tip, you're the best @pbxgeek. it turns out even though i had the ACLs entered on pbx1 and replicated to pbx2, i had to re-save them on pbx2. Hopefully, this only has to be done once, not every time they get updated. I have a question, though: in case I need to restore either the...
  9. Y

    TLS working on Active but not Standby in HA

    thanks @pbxgeek Getting closer, I think. I reentered each var again with the corresponding public IP and respective hostnames (not fqdn pbx1.domain.com, just pbx1/pbx2) I'm able to get call in/out with twillio trunk which points at pbx.domain.com, where pbx1.domain.com and pbx2.domain.com...
  10. Y

    TLS working on Active but not Standby in HA

    thanks @pbxgeek that worked a treat. This only has to be done once or everytime certs updated ? eventually i want to script the whole renewal process once i get everything working. when i try to connect with a softphone on my pc i connect fine and can listen to MOH. when i do the same on my...
  11. Y

    TLS working on Active but not Standby in HA

    Hi I followed HA Docs and got the Active/Standby working fine with DB/FILE replication. I pulled LE wild cert from my reverse proxy and set it up on Active node and everything works fine. I can connect with my phone using TLS. When i copied all.pem over to Standby node, created all symlinks...
  12. Y

    FSPBX on Debian 13 behind Pangolin reverse proxy for DASHBOARD

    i've used solution 2 to fix the problem https://cleavr.io/cleavr-slice/how-to-fix-mixed-content-error-for-laravel-apps-behind-load-balancer is that gonna have any effect on future updates? is that the best way to accomplish it? Also i was getting 419 error after updating env file was able to...
  13. Y

    FSPBX on Debian 13 behind Pangolin reverse proxy for DASHBOARD

    Hi I installed FSPBX on Debian 13 LXC using the script (it did not ask me for SignalWire token maybe i need to log in to the dashboard ?) but when i try to access it behind Pangolin reverse proxy (just for SSL handling), it's not loading and complains about Blocked loading mixed active content...
  14. Y

    proxmox update breaks lxc fusionpbx

    also this is very similar if not the same as here in #4 https://www.pbxforums.com/threads/freeswitch-isnt-installing-correctly-init-issue.324/ it could be debian/lxc issue after all. it only affects services installed by the script also found this on a old mailing list...
  15. Y

    proxmox update breaks lxc fusionpbx

    nope. i tried to restore the old one from backup and made sure unprivileged was unchecked, same with fresh install unprivileged was not checked. i thought this was related at first but the container starts in my case, whereas it doesn't in the proxmox thread because of zfs not mounting...
  16. Y

    proxmox update breaks lxc fusionpbx

    hi i'm running quite outdated fusionpx 4.2.4 on Debian 8 in LXC container under proxmox 6.2.1 proxmox-ve: 6.2-1 (running kernel: 5.4.34-1-pve) pve-manager: 6.2-4 (running version: 6.2-4/9824574a) pve-kernel-5.4: 6.2-1 i noticed that the latest proxmox updates breaks the fpbx container where...
  17. Y

    [Tutorial] Creating a two node FusionPBX cluster the easy way.

    thanks dudeinmyrtlebeach and digidaz. dudeinmyrtlebeach did u try to upgrade freeswitch packages (apt-get upgrade)? im checking with my vps host if i they can snapshot my 2nd node before i attempt this upgrade. my main is on proxmox so i can do it on my own.
  18. Y

    DNS Svr Records and Fusion Domains

    DigitalDaz you're correct, i did copy/paste from my cpanel and my edits got messed up. here's what should've been pasted initially. original post edited. thanks for catching this. _sip._tcp.voip1.domain.com. 86400 10 100 5060 sip1.domain.com _sip._udp.voip1.domain.com. 86400 20 100 5060...
  19. Y

    DNS Svr Records and Fusion Domains

    this is the config that works for me (added in dns zone editor of cpanel) _sip._tcp.voip1.domain.com. 86400 10 100 5060 sip1.domain.com _sip._udp.voip1.domain.com. 86400 20 100 5060 sip1.domain.com _sip._tcp.voip1.domain.com. 86400 10 100 5060 sip2.domain.com _sip._udp.voip1.domain.com. 86400...
  20. Y

    [Tutorial] Creating a two node FusionPBX cluster the easy way.

    @DigitalDaz is 2 node install easily upgrade able (fusionpbx and freeswitch)? if so will there be upgrade script ? can freeswitch packages be upgraded from the OS with apt-get update/upgrade without breaking the cluster ? Thanks