Versions Compared

Key

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

...

  • On your main node (Floating IP Address), click on the High Availability module under Settings.

    HA-Screen-4.jpgImage Added
  • Pick the R-Series option.

    Screen Shot 2013-12-12 at 9.53.08 AM.pngImage Added
  • If no R-Series is detected, you will see a screen like this:

    Screen Shot 2013-12-12 at 9.53.39 AM.pngImage Added
  • If you have an R-Series plugged into the USB port of your machine, you should see the following screen. For each R-Series that the system detects, you can enable the appliance so that HA can inform the R-Series where to send calls based on what server is the active Asterisk server. Click the Enable button to enable the appliance.

    Screen Shot 2013-12-12 at 9.55.17 AM.pngImage Added

  • After the device has been enabled, you will see a Disable button.

    Screen Shot 2013-12-12 at 11.06.59 AM.pngImage Added
  • We can see that the R-Series is currently sending calls to the primary server and it is in T1 mode. Pressing the Switch button will force the R-Series to send calls to the backup server. (This is not something you would ever really do unless it was out of sync, since the backup server won't have Asterisk running.)

    Screen Shot 2013-12-12 at 9.58.00 AM.pngImage Added

Info

If at some point you migrate from PRI to pure SIP/PJSIP/IAX2 trunks you will need to remove the service before removing the R-Series or the cluster will crash. Use these commands

  • Code Block
    pcs --force resource delete rseries0
    pcs resource cleanup rseries0

...