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
added allowoptout + routing method parameters, added descriptions for timeoutthreshold to describe units in seconds, added descrption in distribution lists to describe adding members using O365 Groups
The DistributionLists parameter lets you add all the members of the distribution lists to the hunt group. This is a list of distribution list GUID. A service wide configurable maximum number of DLs per HuntGroup are allowed. Only the first N (service wide configurable) agents from all distribution lists combined are considered for accepting the call. Nested DLs are not supported. If a DL has nested DLs, the parent DL is ignored. O365 Groups can also be used to add members to the hunt group.
The TimeoutThreshold parameter defines the time (in seconds) that a call can be in the queue before that call times out. At that point, the system will take the action specified by the TimeoutAction parameter.
369
+
The TimeoutAction can be any integer value between 0 and 2700 seconds, inclusive; the default value is 1200 seconds.
The DistributionLists parameter lets you add all the members of the distribution lists to the hunt group. This is a list of distribution list GUID. A service wide configurable maximum number of DLs per HuntGroup are allowed. Only the first N (service wide configurable) agents from all distribution lists combined are considered for accepting the call. Nested DLs are not supported. If a DL has nested DLs, the parent DL is ignored. O365 Groups can also be used to add members to the hunt group.
The TimeoutThreshold parameter defines the time (in seconds) that a call can be in the queue before that call times out. At that point, the system will take the action specified by the TimeoutAction parameter.
364
+
The TimeoutAction can be any integer value between 0 and 2700 seconds, inclusive; the default value is 1200 seconds.
365
+
361
366
PARAMVALUE: Int16
362
367
363
368
```yaml
@@ -368,7 +373,7 @@ Applicable: Skype for Business Online
0 commit comments