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 @@ -116,7 +116,9 @@ Accept wildcard characters: False
116
116
` ` `
117
117
118
118
### -PickupRangeEnd
119
- Specify the maximum value that a rendered pickup code can take
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.
120
122
121
123
` ` ` yaml
122
124
Type : Integer
@@ -131,7 +133,7 @@ Accept wildcard characters: False
131
133
` ` `
132
134
133
135
### -ParkTimeoutSeconds
134
- Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
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 60 to 600 (seconds).
135
137
136
138
` ` ` yaml
137
139
Type : Integer
@@ -146,7 +148,9 @@ Accept wildcard characters: False
146
148
` ` `
147
149
148
150
### -PickupRangeStart
149
- Specify the minimum value that a rendered pickup code can take
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.
150
154
151
155
` ` ` yaml
152
156
Type : Integer
You can’t perform that action at this time.
0 commit comments