[Index]

Model: device/msteamsonline/CsTenantDialplan

Tenant Dialplan

Full HTML Help

Tip

Use the Action search to navigate Automate

To view and update information related to Microsoft Teams dial plans, go to one of the following items in the GUI, depending on the details you wish to view and update:

Automate also allows you to predefine dial plan templates for Microsoft data models, and to push the dial plan, on-demand. For details, see Microsoft Dial Plan Models

Related topics

Microsoft overview in the Core Feature Guide

Sync to site with flow through in the Core Feature Guide

Automate configuration and sync in the Core Feature Guide

Configure Microsoft tenant dial plan in the Core Feature Guide

Number management overview in the Core Feature Guide

Prevent duplicate numbers in the Core Feature Guide

Configure Microsoft tenant dialplan

Full HTML Help

Tip

Use the Action search to navigate Automate

This procedure displays and edits existing Microsoft Teams tenant dialplans and adds a new Microsoft Teams tenant dialplan.

Note

A default tenant dialplan can be chosen in the site defaults. When adding a user via Quick Add User, the default tenant dialplan can be overwritten if you choose another option.

Prerequisites:

Perform these steps:

  1. Log in to the Admin Portal.
  2. Go to Tenant Dialplan.
  3. View existing tenant dialplans.
  4. Choose an option:
  5. On the New Record page, fill out details for the new Microsoft tenant dialplan:
  6. Click Save to create or update the tenant dialplan.

Related topics

Configure Microsoft connection parameters in the Core Feature Guide

Introduction to Microsoft Teams dialplan management in the Core Feature Guide

Microsoft overview in the Core Feature Guide

Sync to site with flow through in the Core Feature Guide

Configure Automate for Microsoft services in the Core Feature Guide

Model Details: device/msteamsonline/CsTenantDialplan

Title Description Details
Name * The Identity parameter is a unique identifier that designates the name of the tenant dial plan to modify.
  • Field Name: Identity
  • Type: String
Simple Name The SimpleName parameter is a display name for the tenant dial plan. This name must be unique among all tenant dial plans. This string can be up to 49 characters long. Valid characters are alphabetic or numeric characters, hyphen (-), dot (.) and parentheses (()).
  • Field Name: SimpleName
  • Type: String
Description The Description parameter describes the tenant dial plan - what it's for, what type of user it applies to or any other information that helps to identify the purpose of the tenant dial plan. Maximum characters is 1040.
  • Field Name: Description
  • Type: String
Normalization Rules The NormalizationRules parameter is a list of normalization rules that are applied to this dial plan. The number of normalization rules cannot exceed 50 per TenantDialPlan.
  • Field Name: NormalizationRules.[n]
  • Type: Array
Description A friendly description of the normalization rule. Maximum string length: 512 characters.
  • Field Name: NormalizationRules.[n].Description
  • Type: String
Name The name of the normalization rule
  • Field Name: NormalizationRules.[n].Name
  • Type: String
Pattern A regular expression that the dialed number must match in order for this rule to be applied. Default: ^(\d{11})$ (The default represents any set of numbers up to 11 digits.)
  • Field Name: NormalizationRules.[n].Pattern
  • Type: String
Translation The regular expression pattern that will be applied to the number to convert it to E.164 format. Default: +$1 (The default prefixes the number with a plus sign [+].)
  • Field Name: NormalizationRules.[n].Translation
  • Type: String
Is Internal Extension If True, the result of applying this rule will be a number internal to the organization. If False, applying the rule results in an external number. Default: False
  • Field Name: NormalizationRules.[n].IsInternalExtension
  • Type: Boolean