File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ Accept wildcard characters: False
136
136
` ` `
137
137
138
138
### -PickupRangeEnd
139
- Specify the maximum value that a rendered pickup code can take
139
+ Specify the maximum value that a rendered pickup code can take. Value can be from 10 to 9999.
140
+
141
+ Note: PickupRangeStart must be smaller than PickupRangeEnd.
140
142
141
143
` ` ` yaml
142
144
Type : Integer
@@ -151,7 +153,7 @@ Accept wildcard characters: False
151
153
` ` `
152
154
153
155
### -ParkTimeoutSeconds
154
- Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
156
+ Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up. Value can be from 60 to 600 (seconds).
155
157
156
158
` ` ` yaml
157
159
Type : Integer
@@ -166,7 +168,9 @@ Accept wildcard characters: False
166
168
` ` `
167
169
168
170
### -PickupRangeStart
169
- Specify the minimum value that a rendered pickup code can take
171
+ Specify the minimum value that a rendered pickup code can take. Value can be from 10 to 9999.
172
+
173
+ Note: PickupRangeStart must be smaller than PickupRangeEnd.
170
174
171
175
` ` ` yaml
172
176
Type : Integer
You can’t perform that action at this time.
0 commit comments