Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

This document outlines steps that are required to configure failover by DNS for DaySaver

Created: October 2021

Permalink: https://confluence.wildix.com/x/FYfZBQ

DaySaver documentation: https://confluence.wildix.com/x/Z4A2Ag 

...

  1. First, you need to disable limitations for DNS queries on the main PBX. Consult the following documentation on how to do it: /wiki/spaces/DOC/pages/30279583 

  2. Check the provisioning file /rw2/etc/provision.conf and in case it contains the parameter FailoverbyDNS=yes, change its value to ‘no’:
    FailoverbyDNS=no

    Documentation: Provisioning Custom Settings

  3. Provision DaySaver on PBX in automatic mode (Auto-provisioning).

    Documentation: Provisioning of Wildix devices - Admin Guide

  4. Go to WMS -> Devices -> select the device you're configuring, clickEdit and add two custom DNS servers:

    • DNS Server: paste the main VM IPPBX IP
    • Secondary DNS: enter the failover PBX IP

      Also, enable the checkbox Use received IP and click Save.

      Then, select the device and click Configure/ Sync the device for the DNS settings to apply.

      Device should now reboot. If it doesn’t, reboot it from the web interface.

  5. In the custom provisioning file nano-tiny /rw2/etc/provision.conf, add the parameter FailoverbyDNS=yes and add the section [daysaver]

    Documentation: Provisioning Custom Settings

  6. In WMS -> Devices, clickConfigure/ Sync the device again. The device should reboot.  If it doesn’t, reboot it from its web interface.
    Then, check SIP configuration on the web interface of the device: in the SIP Server Address and Outbound Proxy Address fields there should be the domain name auto-wildixin.com

...