Install the Phone Based Registration Web Service

Note that a full service restart is initiated on initial startup of the phone-based-registration (PBR) web service on each VOSS Automate unified node.

Note

Prior to running the following commands, ensure the last used ISO image is mounted with:

system mount
  • On a cluster:

    1. On a standard topology, log in to each node serially and run app install phone-based-registration.

      On a scalable architecture topology, log in to each application node serially and run app install phone-based-registration.

    2. Verify that the PBR service is running: app status.

      The output should contain v21.1, for example:

      phone-based-registration v21.1 (2021-01-11 07:46)
         |-nodeservice           running
      
  • On a standalone system:

    1. Log in to the unified node and run app install phone-based-registration.

    2. Verify that PBR is running: app status.

      The output should contain v21.1, for example:

      phone-based-registration v21.1 (2021-01-11 07:46)
         |-nodeservice           running
      

The PBR web service is assigned the same web weights as the selfservice and voss-deviceapi service. For example, when running web weight list from a web proxy, the output should be similar to the example below:

platform@VOSS-WP-1:~$ web weight list
Default service weights

  upstreamservers:
    phonebasedreg:
        phoneservices:
            192.168.100.10:443: 0
            192.168.100.3:443: 1
            192.168.100.4:443: 1
            192.168.100.5:443: 1
            192.168.100.6:443: 1
            192.168.100.9:443: 0
    voss-deviceapi:
        selfservice:
            192.168.100.10:443: 0
            192.168.100.3:443: 1
            192.168.100.4:443: 1
            192.168.100.5:443: 1
            192.168.100.6:443: 1
            192.168.100.9:443: 0
        voss-deviceapi:
            192.168.100.10:443: 0
            192.168.100.3:443: 1
            192.168.100.4:443: 1
            192.168.100.5:443: 1
            192.168.100.6:443: 1
            192.168.100.9:443: 0

Related Topics