[Index]
To access the latest documentation, go to Documentation and Resources at: https://voss.portalshape.com
To view and update information related to Microsoft Teams dial plans, go to (default menu) MS Teams Dial Plan Management, and select the relevant menu:
Related Topics
Microsoft Overview in the Core Feature Guide
Sync with Flow Through in the Core Feature Guide
VOSS Automate Configuration and Sync in the Core Feature Guide
Configure Microsoft Tenant Dialplan in the Core Feature Guide
Number Management Overview in the Core Feature Guide
This procedure displays and edits existing Microsoft Teams tenant dialplans and adds a new Microsoft Teams tenant dialplan.
Prerequisites:
Perform these steps:
Related Topics
VOSS Automate 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
Microsoft Configuration in the Core Feature Guide
Sync with Flow Through in the Core Feature Guide
VOSS Automate Configuration and Sync in the Core Feature Guide
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name * | The Identity parameter is a unique identifier that designates the name of the tenant dial plan to modify. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
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 (()). |
|
|||||||||||||||||||||||||||||||||||||||||||||||
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. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
External Access Prefix | The ExternalAccessPrefix parameter is a number (or set of numbers) that designates the call as external to the organization. (For example, to tenant-dial an outside line, first dial 9). This prefix is ignored by the normalization rules, although these rules will be applied to the rest of the number. The OptimizeDeviceDialing parameter must be set to True for this value to take effect. The value of this parameter must be no longer than 4 characters long and can contain only digits, "#" or a "*". |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Optimize Device Dialing | Use this parameter to determine the effect of ExternalAccessPrefix parameter. If set to True, the ExternalAccessPrefix parameter takes effect. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
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. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Identity * | A unique identifier for the rule. The Identity specified must include the scope followed by a slash and then the name; for example: site:Redmond/Rule1, where site:Redmond is the scope and Rule1 is the name. The name portion will automatically be stored in the Name property. You cannot specify values for Identity and Name in the same command. Voice normalization rules can be created at the following scopes: global, site, service (Registrar and PSTNGateway only) and per user. A dial plan with an Identity matching the scope of the normalization rule must already exist before a new rule can be created. (To retrieve a list of dial plans, call the Get-CsDialPlan cmdlet.) The Identity parameter is required unless the Parent parameter is specified. You cannot include the Identity parameter and the Parent parameter in the same command. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Description | A friendly description of the normalization rule. Maximum string length: 512 characters. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Priority | The order in which rules are applied. A phone number might match more than one rule. This parameter sets the order in which the rules are tested against the number. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
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.) |
|
|||||||||||||||||||||||||||||||||||||||||||||||
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 [+].) |
|
|||||||||||||||||||||||||||||||||||||||||||||||
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. This value is ignored if the value of the OptimizeDeviceDialing property of the associated dial plan is set to False. Default: False |
|