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
247
-
Accept pipeline input: False
248
-
Accept wildcard characters: False
249
-
```
250
-
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.
253
-
254
-
```yaml
255
-
Type: Boolean
256
-
Parameter Sets: (All)
257
-
Aliases:
258
-
Applicable: Microsoft Teams
259
-
Required: False
260
-
Position: Named
261
-
Default value: $true
291
+
Default value: None
262
292
Accept pipeline input: False
263
293
Accept wildcard characters: False
264
294
```
265
295
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.
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.
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.
311
+
### -MediaBypass
312
+
Parameter indicated of the SBC supports Media Bypass and the administrator wants to use it for this SBC.
283
313
284
314
```yaml
285
-
Type: String
315
+
Type: Boolean
286
316
Parameter Sets: (All)
287
317
Aliases:
318
+
Applicable: Microsoft Teams
288
319
Required: False
289
320
Position: Named
290
-
Default value: None
321
+
Default value: $false
291
322
Accept pipeline input: False
292
323
Accept wildcard characters: False
293
324
```
294
325
295
-
### -InboundTeamsNumberTranslationRules
296
-
This parameter assigns an ordered list of Teams translation rules, that apply to Teams numbers on inbound direction.
297
-
298
-
```yaml
299
-
Type: Object
300
-
Parameter Sets: (All)
301
-
Aliases:
302
-
Required: False
303
-
Position: Named
304
-
Default value: None
305
-
Accept pipeline input: False
306
-
Accept wildcard characters: False
307
-
```
326
+
### -MediaRelayRoutingLocationOverride
308
327
309
-
### -InboundPSTNNumberTranslationRules
310
-
Creates an ordered list of Teams translation rules, that apply to PSTN number on inbound direction.
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.
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.**
383
-
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.
402
+
384
403
```yaml
385
-
Type: String
404
+
Type: Boolean
386
405
Parameter Sets: (All)
387
406
Aliases:
407
+
Applicable: Microsoft Teams
388
408
Required: False
389
409
Position: Named
390
-
Default value: None
410
+
Default value: $true
391
411
Accept pipeline input: False
392
412
Accept wildcard characters: False
393
413
```
394
414
395
-
### -WhatIf
396
-
Shows what would happen if the cmdlet runs.
397
-
The cmdlet is not run.
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.
0 commit comments