Skip to content
English
  • There are no suggestions because the search field is empty.

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. 

  1. sudo nano /opt/pbxware/pw/etc/pns/pns.conf
  2. Add the below line of configuration to the bottom of the file
    SVR_OVERRIDE=https://push-us-loadbalanced.aws.bicomsystems.com:443
    OR
    SVR_OVERRIDE=https://push-eu-loadbalanced.aws.bicomsystems.com:443
  3. Save the configuration
  4. Restart the PNS server
    sudo /opt/pbxware/sh/pbxware restart pns