HowTo - Override the Push Notification server location if there's an upstream outage.
This can be used if the AP external PNS server stops responding/functioning to redirect push notification requests to the US or EU server.
sudo nano /opt/pbxware/pw/etc/pns/pns.conf- Add the below line of configuration to the bottom of the file
SVR_OVERRIDE=https://push-us-loadbalanced.aws.bicomsystems.com:443ORSVR_OVERRIDE=https://push-eu-loadbalanced.aws.bicomsystems.com:443 - Save the configuration
- Restart the PNS server
sudo /opt/pbxware/sh/pbxware restart pns