Skip to content

Commit 88bad3b

Browse files
authored
Merge branch 'master' into jicwang/add-meeting-invite-language-v2
2 parents db349a9 + b712fe2 commit 88bad3b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,12 @@ Accept wildcard characters: False
429429
```
430430
431431
### -SpamFilteringEnabledType
432-
Determines if Spam filtering is enabled.
432+
Determines Spam filtering mode.
433433
434434
Possible values:
435-
- Enabled
436-
- Disabled
437-
- EnabledWithoutIVR (Choosing this value will disable the default spam checking which integrates the Captcha IVR Bot into the flow. The call will not be redirected to the bot for checking against fraudulent calls but will be allowed to go to the original target if the spam score is not high.)
438-
435+
- Enabled - Spam Filtering is fully enabled. Both Basic and Captcha IVR checks are performed. In case the call is considered as spam, user will get "Spam Likely" notification in Teams
436+
- Disabled - Spam Filtering is completely disabled. No checked are performed. "Spam Likely" notification will not appear.
437+
- EnabledWithoutIVR - Spam Filtering is enabled partially. Captcha IVR (Interactive Voice Response) checks are disabled. "Spam Likely" notification will appear. A call might get dropped in case it gets a high score from Basic checks.
439438
440439
```yaml
441440
Type: String

0 commit comments

Comments
 (0)