You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Identity parameter is a unique identifier that designates the scope, and for per-user scope a name, which identifies the tenant dial plan to retrieve.
76
+
The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.
The Description parameter describes the tenant dial plan - what it's for, what type of user it applies to and any other information that helps to identify the purpose of the tenant dial plan.
93
-
Maximum characters: 512.
93
+
Maximum characters: 1040.
94
94
95
95
```yaml
96
96
Type: String
@@ -110,8 +110,7 @@ The ExternalAccessPrefix parameter is a number (or set of numbers) that designat
110
110
(For example, to tenant-dial an outside line, first press 9.) This prefix is ignored by the normalization rules, although these rules are applied to the remainder of the number.
111
111
112
112
The OptimizeDeviceDialing parameter must be set to True for this value to take effect.
113
-
This parameter must match the regular expression \[0-9\]{1,4}: that is, it must be a value 0 through 9 and one to four digits in length.
114
-
The default value is 9.
113
+
The value of this parameter must be no longer than 4 characters long and can contain only digits, "#" or a "*".
The SimpleName parameter is a display name for the tenant dial plan.
205
-
This name must be unique among all tenant dial plans within the Skype for Business Server deployment.
204
+
This name must be unique among all tenant dial plans.
206
205
207
206
This string can be up to 49 characters long.
208
207
Valid characters are alphabetic or numeric characters, hyphen (-), dot (.) and parentheses (()).
209
208
210
209
This parameter must contain a value.
211
-
However, if you don't provide a value, a default value will be supplied.
212
-
The default value for a Global tenant dial plan is Prefix All.
213
-
The default value for a site-level tenant dial plan is the name of the site.
214
-
The default value for a service is the name of the service (Registrar or PSTN gateway) followed by an underscore, followed by the service fully qualified domain name (FQDN).
215
-
For example: Registrar_pool0.litwareinc.com.
216
-
The default value for a per-user tenant dial plan is the Identity of the tenant dial plan.
210
+
However, if you don't provide a value, a default value matching the Identity of the tenant dial plan will be supplied.
This example updates the vt1tenantDialPlan9 tenant dial plan to have an external access prefix of 123 and use the Global/NR2 normalization rules.
59
+
This example updates the vt1tenantDialPlan9 tenant dial plan to have an external access prefix of 123 and use the US/US Long Distance normalization rules.
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.
82
-
Maximum characters is 512.
82
+
Maximum characters is 1040.
83
83
84
84
```yaml
85
85
Type: String
@@ -99,8 +99,7 @@ The ExternalAccessPrefix parameter is a number (or set of numbers) that designat
99
99
(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.
100
100
The OptimizeDeviceDialing parameter must be set to True for this value to take effect.
101
101
102
-
The value of this parameter must match the regular expression \[0-9\]{1,4}.
103
-
This means it must be a value one to four digits in length, with each digit being a number 0 through 9.
102
+
The value of this parameter must be no longer than 4 characters long and can contain only digits, "#" or a "*".
The Identity parameter is a unique identifier that designates the scope, or for per-user plans a name, to identify the tenant dial plan to modify.
138
-
For example, a site Identity is in the format site:\<sitename\>, where sitename is the name of the site.
139
-
A tenant dial plan at the service scope is a Registrar or PSTN gateway service, where the Identity value is formatted in this way: Registrar:Redmond.litwareinc.com.
140
-
A per-user Identity is a unique string value.
136
+
The Identity parameter is a unique identifier that designates the name of the tenant dial plan to modify.
0 commit comments