Skip to content

Commit d88cda9

Browse files
authored
Update Set-CsTeamsCallParkPolicy.md
1 parent 875f90b commit d88cda9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

skype/skype-ps/skype/Set-CsTeamsCallParkPolicy.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ PS C:\> Set-CsTeamsCallParkPolicy -Identity SalesPolicy -AllowCallPark $true
4444

4545
Update the existing policy "SalesPolicy" to enable the call park feature.
4646

47+
### Example 2
48+
```powershell
49+
PS C:\> Set-CsTeamsCallParkPolicy -Identity "SalesPolicy" -PickupRangeStart 500 -PickupRangeEnd 1500
50+
```
51+
52+
Update the existing policy "SalesPolicy" to generate pickup numbers starting from 500 and up until 1500.
53+
54+
### Example 3
55+
```powershell
56+
PS C:\> New-CsTeamsCallParkPolicy -Identity "SalesPolicy" -ParkTimeoutSeconds 600
57+
```
58+
59+
Update the existing policy "SalesPolicy" to ring back the parker after 600 seconds if the parked call is unanswered
60+
4761
## PARAMETERS
4862

4963
### -AllowCallPark

0 commit comments

Comments
 (0)