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
Create a new custom call park policy which will ring back the parker after 600 seconds if the parked call is unanswered
42
55
43
56
## PARAMETERS
44
57
@@ -102,6 +115,55 @@ Accept pipeline input: False
102
115
Accept wildcard characters: False
103
116
```
104
117
118
+
### -PickupRangeEnd
119
+
Specify the maximum value that a rendered pickup code can take. Value can be from 10 to 9999.
120
+
121
+
Note: PickupRangeStart must be smaller than PickupRangeEnd.
122
+
123
+
```yaml
124
+
Type: Integer
125
+
Parameter Sets: (All)
126
+
Aliases:
127
+
128
+
Required: False
129
+
Position: Named
130
+
Default value: 99
131
+
Accept pipeline input: False
132
+
Accept wildcard characters: False
133
+
```
134
+
135
+
### -ParkTimeoutSeconds
136
+
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up. Value can be from 120 to 1800 (seconds).
137
+
138
+
```yaml
139
+
Type: Integer
140
+
Parameter Sets: (All)
141
+
Aliases:
142
+
143
+
Required: False
144
+
Position: Named
145
+
Default value: 300
146
+
Accept pipeline input: False
147
+
Accept wildcard characters: False
148
+
```
149
+
150
+
### -PickupRangeStart
151
+
Specify the minimum value that a rendered pickup code can take. Value can be from 10 to 9999.
152
+
153
+
Note: PickupRangeStart must be smaller than PickupRangeEnd.
154
+
155
+
```yaml
156
+
Type: Integer
157
+
Parameter Sets: (All)
158
+
Aliases:
159
+
160
+
Required: False
161
+
Position: Named
162
+
Default value: 10
163
+
Accept pipeline input: False
164
+
Accept wildcard characters: False
165
+
```
166
+
105
167
### -Tenant
106
168
Internal Microsoft use only.
107
169
@@ -133,6 +195,7 @@ Accept pipeline input: False
133
195
Accept wildcard characters: False
134
196
```
135
197
198
+
136
199
### CommonParameters
137
200
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
138
201
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments