Skip to content

Commit 383d9aa

Browse files
authored
Merge pull request MicrosoftDocs#2201 from NMuravlyannikov/patch-2
Update Set-CSOnlinePSTNGateway.md
2 parents dc7b5b2 + 9cd61a4 commit 383d9aa

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

skype/skype-ps/skype/Set-CSOnlinePSTNGateway.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,22 @@ Accept pipeline input: False
230230
Accept wildcard characters: False
231231
```
232232
233+
### -ReinviteResponceCode
234+
If Direct Routing receives any 4xx or 6xx SIP error code in response on outgoing Invite (outgoing means call from a Teams client to PSTN with traffic flow :Teams Client -> Direct Routing -> SBC -> Telephony network) the call considered completed by default.
235+
Setting the SIP codes in this parameter forces Direct Routing on receicving the specified codes try another SBC (if another SBC exists in the vocie routing policy of the user). Pelase find more in "Reference" section of "Phone System Direct Routing" documentation
236+
237+
```yaml
238+
Type: Int
239+
Parameter Sets: (All)
240+
Aliases:
241+
Applicable: Skype for Business Online
242+
Required: False
243+
Position: Named
244+
Default value: 408, 503, 504
245+
Accept pipeline input: False
246+
Accept wildcard characters: False
247+
```
248+
233249
### -GatewaySiteId
234250
PSTN Gateway Site Id.
235251
@@ -341,4 +357,4 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
341357
342358
[Get-CSOnlinePSTNGateway](Get-CSOnlinePSTNGateway.md)
343359
344-
[Remove-CSOnlinePSTNGateway](Remove-CSOnlinePSTNGateway.md)
360+
[Remove-CSOnlinePSTNGateway](Remove-CSOnlinePSTNGateway.md)

0 commit comments

Comments
 (0)