Skip to content

Commit f035595

Browse files
Extended SpamFilteringEnabledType Description
Added extended description for SpamFilteringEnabledType parameter
1 parent 903e622 commit f035595

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
@@ -414,13 +414,12 @@ Accept wildcard characters: False
414414
```
415415
416416
### -SpamFilteringEnabledType
417-
Determines if Spam filtering is enabled.
417+
Determines Spam filtering mode.
418418
419419
Possible values:
420-
- Enabled
421-
- Disabled
422-
- 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.)
423-
420+
- 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
421+
- Disabled - Spam Filtering is completely disabled. No checked are performed. "Spam Likely" notification will not appear.
422+
- EnabledWithoutIVR - Spam Filtering is enabled partially. Captcha IVR (Interactive Voice Response) checks are disabled. "Spam Likely" notification will not appear. However, a call might get dropped in case it gets a high score from Basic checks.
424423
425424
```yaml
426425
Type: String

0 commit comments

Comments
 (0)