File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,20 @@ PS C:\> Set-CsTeamsCallParkPolicy -Identity SalesPolicy -AllowCallPark $true
44
44
45
45
Update the existing policy "SalesPolicy" to enable the call park feature.
46
46
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
+
47
61
## PARAMETERS
48
62
49
63
### -AllowCallPark
You can’t perform that action at this time.
0 commit comments