@kwriley87 wrote:
I am using FreePBX distro 14 /w Asterisk 11 and using the warm spare method documented here: https://wiki.freepbx.org/display/FPG/Warm+Spare+Setup
I have PBX A (production) and PBX B (warm spare)
It all works fine except for 2 issues:
1.) Call waiting is disabled on all extensions on PBX B for some reason, but enabled on PBX A… Any idea why call waiting is being disabled on PBX B if it’s pulling all settings and configurations from PBX A where call waiting is enabled on all extensions?
2.) My call recording storage is located on a separate disk that is mounted on PBX A. PBX B is hosted by another cloud provider that doesn’t support block storage, so I have a script in place called in the “Post Backup Hooks” field of the backup and restore module to remove the custom call recording location in “Override Call Recording Location” in Settings > Advanced Settings
That script is below, and works fine when I run it manually, it removes the custom call recording location in Settings > Advanced Settings but this isn’t happening during the restore process of PBX A to PBX B on a nightly basis.
sudo -i
fwconsole setting MIXMON_DIR /tmp
fwconsole setting -r -q MIXMON_DIRAny help with these two issues would be greatly appreciated!
Posts: 1
Participants: 1