Provisioning shared mobile devices (smartphones) with IP subnet detection

Account owners and admins can allow smartphones to be provisioned as common areas. This can be useful for various Zoom Phone or Push to Talk workflows using shared devices in frontline worker scenarios.

Provisioning of the common area on a smartphone can be accomplished using 2 methods:

This article describes using the enrollment token method and matching the site IP network information.

Note: This feature must be enabled by Zoom.

Learn more about managing the Smartphone Clients tab and managing IP addresses for your sites under the Common area smartphones setting.

Requirements for provisioning shared mobile devices (smartphones) with enrollment token and IP subnet detection

Table of Contents

Understand automatic site assignment and common area selection

When a smartphone launches the Zoom client, it provides Zoom with the network information. Zoom will use this network information to query the Zoom Phone site for a match. If a match is found, the Zoom client will display the list of common area extensions available for that site. If a device is moved to another location, you can relaunch the Zoom app to refresh the list.

When the user is presented with the list of available common areas, they simply select one that best matches their job function. The solution allows the user to easily switch job functions at any time using the workflow built into the client.

The configuration requires the account owner or admin to:

  1. Create a Zoom enrollment token and update the Mobile Device Management (MDM) application to set this token for all Zoom Phone smartphone clients to use. Then, assign the network IP address information to the Zoom Phone sites.
  2. Additionally, account owners and admins can provision shared Android devices and customer-supplied network IP information to automatically determine site assignments.

How to provision shared mobile devices (smartphones) with IP subnet detection

1. Configure Phone System Management

The admin must create sites (and configure IP subnet ranges) for their stores, and add common area extensions under each store. You do not need to add smartphones to the Zoom Phone admin portal.

Complete the following actions:

  1. Create a site for each store.
  2. Add the site’s IP subnet range by adding private and public IP information.
    If both are added to a site, both the private and public IP addresses will be verified, and provide an additional level of security.
  3. Add common area extensions under each store.
SmartphoneCommon AreaSiteIP Subnet
Zebra Device 1Common Area A1Store A10.100.162.* (sample)
Zebra Device 2Common Area A2Store A
Zebra Device 3Common Area B1Store B10.100.163.* (sample)
Zebra Device 4Common Area B2Store B

2. Configure Device Management

All smartphones across all stores use the same enrollment token, created in the Smartphone Client tab in Device Management. This token identifies the smartphone during enrollment and is used for common area binding, sign-in, and authentication. Learn more about managing the Smartphone Client tab.

The enrollment token can only be used for Zoom Phone Shared Mobile and can be used for both Android and iOS deployments.

Notes:

Deploying Attributes via MDM

Admins must download the XML configuration file from the Zoom web portal and upload it to their MDM system. All smartphones will receive the following attributes:

<dict>
 <key>SetEnrollToken4CloudMDM</key>
 <string>{{enrollment_token}}</string>
 <key>EnrollDeviceType</key>
 <string>smartphone</string>
</dict>

Additional notes