Skip to content

Commit b712fe2

Browse files
authored
Merge pull request MicrosoftDocs#8334 from YuriySamorodov/patch-31
Extended SpamFilteringEnabledType Description
2 parents 62ac7d9 + 4c554bd commit b712fe2

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)