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
@@ -47,6 +67,50 @@ This example modifies the configuration of an SBC with identity (and FQDN) sbc.
47
67
48
68
## PARAMETERS
49
69
70
+
### -Identity
71
+
The parameter is mandatory when modifying an existing SBC.
72
+
73
+
```yaml
74
+
Type: String
75
+
Parameter Sets: Identity
76
+
Aliases:
77
+
Applicable: Microsoft Teams
78
+
Required: False
79
+
Position: 1
80
+
Default value: None
81
+
Accept pipeline input: False
82
+
Accept wildcard characters: False
83
+
```
84
+
85
+
### -BypassMode
86
+
Possible values are "None", "Always" and "OnlyForLocalUsers". By setting "Always" mode you indicate that your network is fully routable. If a user usually in site "Seattle", travels to site "Tallinn" and tries to use SBC located in Seattle we will try to deliver the traffic to Seattle assuming that there is connection between Tallinn and Seattle offices. With "OnlyForLocaUsers" you indicate that there is no direct connection between sites. In example above, the traffic will not be send directly from Tallinn to Seattle.
87
+
88
+
```yaml
89
+
Type: String
90
+
Parameter Sets: (All)
91
+
Aliases:
92
+
Required: False
93
+
Position: Named
94
+
Default value: None
95
+
Accept pipeline input: False
96
+
Accept wildcard characters: False
97
+
```
98
+
99
+
### -Confirm
100
+
Prompts you for confirmation before running the cmdlet.
The parameter is mandatory when modifying an existing SBC.
192
-
193
-
```yaml
194
-
Type: String
195
-
Parameter Sets: Identity
196
-
Aliases:
197
-
Applicable: Microsoft Teams
198
-
Required: False
199
-
Position: 1
200
-
Default value: None
201
-
Accept pipeline input: False
202
-
Accept wildcard characters: False
203
-
```
204
-
205
-
### -MaxConcurrentSessions
206
-
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 session is 90% or higher than this value. If this parameter is not set, the alerts are not generated. However, the monitoring system will report the number of concurrent sessions every 24 hours.
254
+
### -InboundTeamsNumberTranslationRules
255
+
This parameter assigns an ordered list of Teams translation rules, that apply to Teams numbers on inbound direction.
207
256
208
257
```yaml
209
-
Type: System.Int32
258
+
Type: Object
210
259
Parameter Sets: (All)
211
260
Aliases:
212
-
Applicable: Microsoft Teams
213
261
Required: False
214
262
Position: Named
215
263
Default value: None
216
264
Accept pipeline input: False
217
265
Accept wildcard characters: False
218
266
```
219
267
220
-
### -MediaBypass
221
-
Parameter indicated of the SBC supports Media Bypass and the administrator wants to use it for this SBC.
268
+
### -InboundPSTNNumberTranslationRules
269
+
Creates an ordered list of Teams translation rules, that apply to PSTN number on inbound direction.
222
270
223
271
```yaml
224
-
Type: Boolean
272
+
Type: Object
225
273
Parameter Sets: (All)
226
274
Aliases:
227
-
Applicable: Microsoft Teams
228
275
Required: False
229
276
Position: Named
230
-
Default value: $false
277
+
Default value: None
231
278
Accept pipeline input: False
232
279
Accept wildcard characters: False
233
280
```
234
281
235
-
### -MediaRelayRoutingLocationOverride
236
-
237
-
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.
282
+
### -IPAddressVersion
283
+
Possible values are "IPv4" and '"Pv6". When "IPv6" is set, the SBC must use IPv6 for both signaling and media. **Note: IPv6 is supported only for non-media bypass scenarios.**
238
284
239
285
```yaml
240
286
Type: String
241
287
Parameter Sets: (All)
242
288
Aliases:
243
-
Applicable: Microsoft Teams
244
289
Required: False
245
290
Position: Named
246
-
Default value: $false
291
+
Default value: None
247
292
Accept pipeline input: False
248
293
Accept wildcard characters: False
249
294
```
250
295
251
-
### -SendSipOptions
252
-
Defines if an SBC will or will not send the SIP options. If disabled, the SBC will be excluded from Monitoring and Alerting system. We highly recommend that you enable SIP options. Default value is True.
296
+
### -MaxConcurrentSessions
297
+
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 session is 90% or higher than this value. If this parameter is not set, the alerts are not generated. However, the monitoring system will report the number of concurrent sessions every 24 hours.
253
298
254
299
```yaml
255
-
Type: Boolean
300
+
Type: System.Int32
256
301
Parameter Sets: (All)
257
302
Aliases:
258
303
Applicable: Microsoft Teams
259
304
Required: False
260
305
Position: Named
261
-
Default value: $true
306
+
Default value: None
262
307
Accept pipeline input: False
263
308
Accept wildcard characters: False
264
309
```
265
310
266
-
### -SipSignalingPort
267
-
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535.
311
+
### -MediaBypass
312
+
Parameter indicated of the SBC supports Media Bypass and the administrator wants to use it for this SBC.
268
313
269
314
```yaml
270
-
Type: Int32
315
+
Type: Boolean
271
316
Parameter Sets: (All)
272
317
Aliases:
273
318
Applicable: Microsoft Teams
274
319
Required: False
275
320
Position: Named
276
-
Default value: None
321
+
Default value: $false
277
322
Accept pipeline input: False
278
323
Accept wildcard characters: False
279
324
```
280
325
281
-
### -BypassMode
282
-
Possible values are "None", "Always" and "OnlyForLocalUsers". By setting "Always" mode you indicate that your network is fully routable. If a user usually in site "Seattle", travels to site "Tallinn" and tries to use SBC located in Seattle we will try to deliver the traffic to Seattle assuming that there is connection between Tallinn and Seattle offices. With "OnlyForLocaUsers" you indicate that there is no direct connection between sites. In example above, the traffic will not be send directly from Tallinn to Seattle.
326
+
### -MediaRelayRoutingLocationOverride
327
+
328
+
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.
283
329
284
330
```yaml
285
331
Type: String
286
332
Parameter Sets: (All)
287
333
Aliases:
334
+
Applicable: Microsoft Teams
288
335
Required: False
289
336
Position: Named
290
-
Default value: None
337
+
Default value: $false
291
338
Accept pipeline input: False
292
339
Accept wildcard characters: False
293
340
```
294
341
295
-
### -InboundTeamsNumberTranslationRules
296
-
This parameter assigns an ordered list of Teams translation rules, that apply to Teams numbers on inbound direction.
342
+
### -OutboundTeamsNumberTranslationRules
343
+
Creates an ordered list of Teams translation rules, that apply to Teams Number on outbound direction.
297
344
298
345
```yaml
299
346
Type: Object
@@ -306,8 +353,8 @@ Accept pipeline input: False
306
353
Accept wildcard characters: False
307
354
```
308
355
309
-
### -InboundPSTNNumberTranslationRules
310
-
Creates an ordered list of Teams translation rules, that apply to PSTN number on inbound direction.
356
+
### -OutboundPSTNNumberTranslationRules
357
+
Assigns an ordered list of Teams translation rules, that apply to PSTN number on outbound direction.
Creates an ordered list of Teams translation rules, that apply to Teams Number on outbound direction.
370
+
### -PidfloSupported
371
+
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the ___location details of the user.
325
372
326
373
```yaml
327
-
Type: Object
374
+
Type: Boolean
328
375
Parameter Sets: (All)
329
376
Aliases:
377
+
Applicable: Microsoft Teams
330
378
Required: False
331
379
Position: Named
332
-
Default value: None
380
+
Default value: $false
333
381
Accept pipeline input: False
334
382
Accept wildcard characters: False
335
383
```
336
384
337
-
### -OutboundPSTNNumberTranslationRules
338
-
Assigns an ordered list of Teams translation rules, that apply to PSTN number on outbound direction.
385
+
### -ProxySbc
386
+
The FQDN of the proxy SBC. Used in Local Media Optimization configurations.
339
387
340
388
```yaml
341
-
Type: Object
389
+
Type: String
342
390
Parameter Sets: (All)
343
391
Aliases:
392
+
Applicable: Microsoft Teams
344
393
Required: False
345
394
Position: Named
346
395
Default value: None
347
396
Accept pipeline input: False
348
397
Accept wildcard characters: False
349
398
```
350
399
351
-
### -PidfloSupported
352
-
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the ___location details of the user.
400
+
### -SendSipOptions
401
+
Defines if an SBC will or will not send the SIP options. If disabled, the SBC will be excluded from Monitoring and Alerting system. We highly recommend that you enable SIP options. Default value is True.
353
402
354
403
```yaml
355
404
Type: Boolean
@@ -358,16 +407,16 @@ Aliases:
358
407
Applicable: Microsoft Teams
359
408
Required: False
360
409
Position: Named
361
-
Default value: $false
410
+
Default value: $true
362
411
Accept pipeline input: False
363
412
Accept wildcard characters: False
364
413
```
365
414
366
-
### -ProxySbc
367
-
The FQDN of the proxy SBC. Used in Local Media Optimization configurations.
415
+
### -SipSignalingPort
416
+
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535.
368
417
369
418
```yaml
370
-
Type: String
419
+
Type: Int32
371
420
Parameter Sets: (All)
372
421
Aliases:
373
422
Applicable: Microsoft Teams
@@ -394,21 +443,6 @@ Accept pipeline input: False
394
443
Accept wildcard characters: False
395
444
```
396
445
397
-
### -Confirm
398
-
Prompts you for confirmation before running the cmdlet.
399
-
400
-
```yaml
401
-
Type: SwitchParameter
402
-
Parameter Sets: (All)
403
-
Aliases: cf
404
-
Applicable: Microsoft Teams
405
-
Required: False
406
-
Position: Named
407
-
Default value: None
408
-
Accept pipeline input: False
409
-
Accept wildcard characters: False
410
-
```
411
-
412
446
### CommonParameters
413
447
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments