Skip to content

Commit ec1cac2

Browse files
committed
added more changes
1 parent 50ad7dc commit ec1cac2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

skype/skype-ps/skype/New-CsHuntGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Accept wildcard characters: False
199199
```
200200
201201
### -OverflowActionTarget
202-
The OverflowActionTarget parameter represents the target of the overflow action. For example, if the OverFlowAction is set to Forward, this parameter might be set to a SIP address. This parameter is optional unless the OverflowAction is set to Forward, which requires a SIP address.
202+
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a SIP address. Otherwise, this parameter is optional.
203203
204204
```yaml
205205
Type: System.Uri
@@ -267,7 +267,7 @@ Accept wildcard characters: False
267267
```
268268
269269
### -TimeoutActionTarget
270-
The TimeoutActionTarget represents the target of the timeout action. For example, if the TimeoutAction is set to Forward, this parameter might be set to a SIP address. This field is optional unless the TimeoutAction is set to Forward, which requires a SIP address.
270+
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter might be set to a SIP address. Otherwise, this field is optional.
271271
272272
```yaml
273273
Type: System.Uri

skype/skype-ps/skype/Set-CsHuntGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Accept wildcard characters: False
196196
```
197197
198198
### -OverflowActionTarget
199-
The OverflowActionTarget parameter represents the target of the overflow action. For example, if the OverFlowAction is set to Forward, this parameter might be set to a SIP address. This parameter is optional unless the OverflowAction is set to Forward, which requires a SIP address.
199+
The OverflowActionTarget parameter represents the target of the overflow action. If the OverFlowAction is set to Forward, this parameter must be set to a SIP address. Otherwise, this parameter is optional.
200200
201201
```yaml
202202
Type: System.Uri
@@ -264,7 +264,7 @@ Accept wildcard characters: False
264264
```
265265
266266
### -TimeoutActionTarget
267-
The TimeoutActionTarget represents the target of the timeout action. For example, if the TimeoutAction is set to Forward, this parameter might be set to a SIP address. This field is optional unless the TimeoutAction is set to Forward, which requires a SIP address.
267+
The TimeoutActionTarget represents the target of the timeout action. If the TimeoutAction is set to Forward, this parameter must be set to a SIP address. Otherwise, this field is optional.
268268
269269
```yaml
270270
Type: System.Uri

0 commit comments

Comments
 (0)