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
@@ -56,7 +56,7 @@ Allows choice of codec priority when media is negotiated between Media Proxy and
56
56
Type: String
57
57
Parameter Sets: (All)
58
58
Aliases:
59
-
Applicable: Skype for Business Online
59
+
Applicable: Microsoft Teams
60
60
Required: False
61
61
Position: Named
62
62
Default value: ("SILKWB,SILKNB,PCMU,PCMA")
@@ -71,7 +71,22 @@ Prompts you for confirmation before running the cmdlet.
71
71
Type: SwitchParameter
72
72
Parameter Sets: (All)
73
73
Aliases: cf
74
-
Applicable: Skype for Business Online
74
+
Applicable: Microsoft Teams
75
+
Required: False
76
+
Position: Named
77
+
Default value: None
78
+
Accept pipeline input: False
79
+
Accept wildcard characters: False
80
+
```
81
+
82
+
### -Description
83
+
Free-format string to describe the gateway.
84
+
85
+
```yaml
86
+
Type: String
87
+
Parameter Sets: (All)
88
+
Aliases:
89
+
Applicable: Microsoft Teams
75
90
Required: False
76
91
Position: Named
77
92
Default value: None
@@ -86,7 +101,7 @@ Used to enable this SBC for outbound calls. Can be used to temporarily remove th
86
101
Type: Boolean
87
102
Parameter Sets: (All)
88
103
Aliases:
89
-
Applicable: Skype for Business Online
104
+
Applicable: Microsoft Teams
90
105
Required: False
91
106
Position: Named
92
107
Default value: $false
@@ -101,22 +116,42 @@ Allows some codecs to be excluded when media is being negotiated between Media P
101
116
Type: String
102
117
Parameter Sets: (All)
103
118
Aliases:
104
-
Applicable: Skype for Business Online
119
+
Applicable: Microsoft Teams
105
120
Required: False
106
121
Position: Named
107
122
Default value: None
108
123
Accept pipeline input: False
109
124
Accept wildcard characters: False
110
125
```
111
126
127
+
### -FailoverResponseCodes
128
+
If Direct Routing receives any 4xx or 6xx SIP error code in response to an outgoing Invite the call is considered completed by default. (Outgoing in this context is a call
129
+
from a Teams client to the PSTN with traffic flow: Teams Client -> Direct Routing -> SBC -> Telephony network). Setting the SIP codes in this parameter forces Direct Routing
130
+
on receiving the specified codes try another SBC (if another SBC exists in the voice routing policy of the user). Find more information in the "Reference" section of "Phone
131
+
System Direct Routing" documentation.
132
+
133
+
Setting this parameter overwrites the default values, so if you want to include the default values, please add them to string.
134
+
135
+
```yaml
136
+
Type: String
137
+
Parameter Sets: (All)
138
+
Aliases:
139
+
Applicable: Microsoft Teams
140
+
Required: False
141
+
Position: Named
142
+
Default value: 408, 503, 504
143
+
Accept pipeline input: False
144
+
Accept wildcard characters: False
145
+
```
146
+
112
147
### -FailoverTimeSeconds
113
148
When set to 10 (default value), outbound calls that are not answered by the gateway within 10 seconds are routed to the next available trunk; if there are no additional trunks, then the call is automatically dropped. In an organization with slow networks and slow gateway responses, that could potentially result in calls being dropped unnecessarily. The default value is 10.
114
149
115
150
```yaml
116
151
Type: Int32
117
152
Parameter Sets: (All)
118
153
Aliases:
119
-
Applicable: Skype for Business Online
154
+
Applicable: Microsoft Teams
120
155
Required: False
121
156
Position: Named
122
157
Default value: 10
@@ -131,7 +166,7 @@ The Force switch specifies whether to suppress warning and confirmation messages
131
166
Type: SwitchParameter
132
167
Parameter Sets: (All)
133
168
Aliases:
134
-
Applicable: Skype for Business Online
169
+
Applicable: Microsoft Teams
135
170
Required: False
136
171
Position: Named
137
172
Default value: None
@@ -146,7 +181,7 @@ Indicates whether call history information will be forwarded to the SBC. If enab
146
181
Type: Boolean
147
182
Parameter Sets: (All)
148
183
Aliases:
149
-
Applicable: Skype for Business Online
184
+
Applicable: Microsoft Teams
150
185
Required: False
151
186
Position: Named
152
187
Default value: $false
@@ -161,7 +196,7 @@ Indicates whether the P-Asserted-Identity (PAI) header will be forwarded along w
161
196
Type: Boolean
162
197
Parameter Sets: (All)
163
198
Aliases:
164
-
Applicable: Skype for Business Online
199
+
Applicable: Microsoft Teams
165
200
Required: False
166
201
Position: Named
167
202
Default value: $false
@@ -176,143 +211,147 @@ Limited to 63 characters, the FQDN registered for the SBC. Copied automatically
176
211
Type: String
177
212
Parameter Sets: ParentAndRelativeKey
178
213
Aliases:
179
-
Applicable: Skype for Business Online
214
+
Applicable: Microsoft Teams
180
215
Required: True
181
216
Position: Named
182
217
Default value: None
183
218
Accept pipeline input: False
184
219
Accept wildcard characters: False
185
220
```
186
221
187
-
### -Identity
188
-
When creating a new SBC, the identity must be identical to the -FQDN parameter, described above. If the parameter is not defined the Identity will be copied from the -FQDN parameter. The Identity parameter is not mandatory.
222
+
### -GatewaySiteId
223
+
PSTN Gateway Site Id.
189
224
190
225
```yaml
191
-
Type: XdsGlobalRelativeIdentity
192
-
Parameter Sets: Identity
226
+
Type: String
227
+
Parameter Sets: (All)
193
228
Aliases:
194
-
Applicable: Skype for Business Online
195
-
Required: True
196
-
Position: 1
229
+
Applicable: Microsoft Teams
230
+
Required: False
231
+
Position: Named
197
232
Default value: None
198
233
Accept pipeline input: False
199
234
Accept wildcard characters: False
200
235
```
201
236
202
-
### -InMemory
237
+
### -GatewaySiteLbrEnabled
238
+
Used to enable this SBC to report assigned site location. Site location is used for Location Based Routing. When this parameter is enabled ($True), the SBC will report the site
239
+
name as defined by the tenant administrator. On an incoming call to a Teams user the value of the site assigned to the SBC is compared with the value of the site assigned to
240
+
the user to make a routing decision. The parameter is mandatory for enabling Location Based Routing feature. The default value is False ($False).
203
241
204
242
```yaml
205
-
Type: SwitchParameter
243
+
Type: Boolean
206
244
Parameter Sets: (All)
207
245
Aliases:
208
-
Applicable: Skype for Business Online
246
+
Applicable: Microsoft Teams
209
247
Required: False
210
248
Position: Named
211
-
Default value: None
249
+
Default value: $false
212
250
Accept pipeline input: False
213
251
Accept wildcard characters: False
214
252
```
215
253
216
-
### -MaxConcurrentSessions
217
-
Used by the alerting system. When any value is set, the alerting system will generate an alert to the tenant administrator when the number of concurrent sessions is 90% or higher than this value. If the parameter is not set, alerts are not generated. However, the monitoring system will report the number of concurrent sessions every 24 hours.
254
+
### -GatewayLbrEnabledUserOverride
255
+
Allow an LBR enabled user working from a network site outside the corporate network, i.e. a network site not configured using tenant network site - typically when working from
256
+
home, to make outbound PSTN calls via an LBR enabled gateway. The default value is False.
218
257
219
258
```yaml
220
-
Type: System.Int32
259
+
Type: Boolean
221
260
Parameter Sets: (All)
222
261
Aliases:
223
-
Applicable: Skype for Business Online
262
+
Applicable: Microsoft Teams
224
263
Required: False
225
264
Position: Named
226
-
Default value: None
265
+
Default value: $false
227
266
Accept pipeline input: False
228
267
Accept wildcard characters: False
229
268
```
230
269
231
-
### -MediaBypass
232
-
Parameter indicates if the SBC supports Media Bypass and the administrator wants to use it for this SBC.
270
+
### -Identity
271
+
When creating a new SBC, the identity must be identical to the -FQDN parameter, described above. If the parameter is not defined the Identity will be copied from the -FQDN parameter. The Identity parameter is not mandatory.
233
272
234
273
```yaml
235
-
Type: Boolean
236
-
Parameter Sets: (All)
274
+
Type: XdsGlobalRelativeIdentity
275
+
Parameter Sets: Identity
237
276
Aliases:
238
-
Applicable: Skype for Business Online
239
-
Required: False
240
-
Position: Named
241
-
Default value: $false
277
+
Applicable: Microsoft Teams
278
+
Required: True
279
+
Position: 1
280
+
Default value: None
242
281
Accept pipeline input: False
243
282
Accept wildcard characters: False
244
283
```
245
284
246
-
### -MediaRelayRoutingLocationOverride
247
-
This parameter is reserved for use with managed carriers.
248
-
249
-
Allows selecting path for media manually. Direct Routing assigns a datacenter for media path based on the public IP of the SBC. We always select closest to the SBC datacenter. However, in some cases a public IP from for example a US range can be assigned to an SBC located in Europe. In this case we will be using not optimal media path. We only recommend setting this parameter if the call logs clearly indicate that automatic assignment of the datacenter for media path does not assign the closest to the SBC datacenter.
285
+
### -InMemory
250
286
251
287
```yaml
252
-
Type: String
288
+
Type: SwitchParameter
253
289
Parameter Sets: (All)
254
290
Aliases:
255
291
Applicable: Microsoft Teams
256
292
Required: False
257
293
Position: Named
258
-
Default value: $false
294
+
Default value: None
259
295
Accept pipeline input: False
260
296
Accept wildcard characters: False
261
297
```
262
298
263
-
### -FailoverResponseCodes
264
-
If Direct Routing receives any 4xx or 6xx SIP error code in response to an outgoing Invite the call is considered completed by default. (Outgoing in this context is a call from a Teams client to the PSTN with traffic flow: Teams Client -> Direct Routing -> SBC -> Telephony network). Setting the SIP codes in this parameter forces Direct Routing on receiving the specified codes try another SBC (if another SBC exists in the voice routing policy of the user). Find more information in the "Reference" section of "Phone System Direct Routing" documentation.
299
+
### -MaxConcurrentSessions
300
+
Used by the alerting system. When any value is set, the alerting system will generate an alert to the tenant administrator when the number of concurrent sessions is 90% or higher than this value. If the parameter is not set, alerts are not generated. However, the monitoring system will report the number of concurrent sessions every 24 hours.
265
301
266
302
```yaml
267
-
Type: Int
303
+
Type: System.Int32
268
304
Parameter Sets: (All)
269
305
Aliases:
270
-
Applicable: Skype for Business Online
306
+
Applicable: Microsoft Teams
271
307
Required: False
272
308
Position: Named
273
-
Default value: 408, 503, 504
309
+
Default value: None
274
310
Accept pipeline input: False
275
311
Accept wildcard characters: False
276
312
```
277
313
278
-
### -GatewaySiteId
279
-
PSTN Gateway Site Id.
314
+
### -MediaBypass
315
+
Parameter indicates if the SBC supports Media Bypass and the administrator wants to use it for this SBC.
280
316
281
317
```yaml
282
-
Type: String
318
+
Type: Boolean
283
319
Parameter Sets: (All)
284
320
Aliases:
285
-
Applicable: Skype for Business Online
321
+
Applicable: Microsoft Teams
286
322
Required: False
287
323
Position: Named
288
-
Default value: None
324
+
Default value: $false
289
325
Accept pipeline input: False
290
326
Accept wildcard characters: False
291
327
```
292
328
293
-
### -GatewaySiteLbrEnabled
294
-
Used to enable this SBC to report assigned site location. Site location is used for Location Based Routing. When this parameter is enabled ($True), the SBC will report the site name as defined by the tenant administrator. On an incoming call to a Teams user the value of the site assigned to the SBC is compared with the value of the site assigned to the user to make a routing decision. The parameter is mandatory for enabling Location Based Routing feature. The default value is False ($False).
329
+
### -MediaRelayRoutingLocationOverride
330
+
This parameter is reserved for use with managed carriers.
331
+
332
+
Allows selecting path for media manually. Direct Routing assigns a datacenter for media path based on the public IP of the SBC. We always select closest to the SBC datacenter. However, in some cases a public IP from for example a US range can be assigned to an SBC located in Europe. In this case we will be using not optimal media path. We only recommend setting this parameter if the call logs clearly indicate that automatic assignment of the datacenter for media path does not assign the closest to the SBC datacenter.
295
333
296
334
```yaml
297
-
Type: Boolean
335
+
Type: String
298
336
Parameter Sets: (All)
299
337
Aliases:
300
-
Applicable: Skype for Business Online
338
+
Applicable: Microsoft Teams
301
339
Required: False
302
340
Position: Named
303
341
Default value: $false
304
342
Accept pipeline input: False
305
343
Accept wildcard characters: False
306
344
```
307
345
346
+
308
347
### -SendSipOptions
309
348
Defines if an SBC will or will not send SIP Options messages. If disabled, the SBC will be excluded from the Monitoring and Alerting system. We highly recommend that you enable SIP Options. The default value is True.
310
349
311
350
```yaml
312
351
Type: Boolean
313
352
Parameter Sets: (All)
314
353
Aliases:
315
-
Applicable: Skype for Business Online
354
+
Applicable: Microsoft Teams
316
355
Required: False
317
356
Position: Named
318
357
Default value: $true
@@ -328,7 +367,7 @@ Please note: Spelling of this parameter changed recently from SipSignallingPort
328
367
Type: Int32
329
368
Parameter Sets: (All)
330
369
Aliases:
331
-
Applicable: Skype for Business Online
370
+
Applicable: Microsoft Teams
332
371
Required: True
333
372
Position: Named
334
373
Default value: None
@@ -413,7 +452,7 @@ Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload
0 commit comments