[Index]

Model: data/DP_msteamsonline_CsTenantDialplan

Dial plan template model for device/msteamsonline/CsTenantDialplan version 2019.1

Model Details: data/DP_msteamsonline_CsTenantDialplan

Title Description Details
Dial Plan Name *
  • Field Name: dpName
  • Type: String
Name * The Identity parameter is a unique identifier that designates the name of the tenant dial plan to modify.
  • Field Name: Identity
  • 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
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
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 "*".
  • Field Name: ExternalAccessPrefix
  • Type: String
Optimize Device Dialing Use this parameter to determine the effect of ExternalAccessPrefix parameter. If set to True, the ExternalAccessPrefix parameter takes effect.
  • Field Name: OptimizeDeviceDialing
  • Type: Boolean
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. This value is ignored if the value of the OptimizeDeviceDialing property of the associated dial plan is set to False. Default: False
  • Field Name: NormalizationRules.[n].IsInternalExtension
  • Type: Boolean