Spam Calls Are Not Generating Spam Toast in Teams

Rial Coleman (P) 1 Reputation point
2022-09-10T00:54:02.527+00:00

We are a Teams online shop and are not getting the toast alerts when any spam calls come in. MSFT says the feature was active by default as of October 2021. https://www.onmsft.com/news/microsoft-teams-spam-call-notifications

Does anyone have any input on blocking known spam calls or at least getting the notification? By the way, I'm aware how the user can block a number at the client level. Also aware how to block spam numbers one bye one via PS. My concern is the feature working as the link above says.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,972 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kael Yao-MSFT 37,636 Reputation points Microsoft Vendor
    2022-09-12T02:28:47.087+00:00

    Hi @Rial Coleman (P)

    According to the roadmap, this feature should have been released and available.
    Please have a check via Teams Powershell to see if it has been enabled correctly(by default it is supposed be enabled).

    Get-CsTeamsCallingPolicy -Identity Global | fl SpamFilteringEnabledType  
    

    If not, please run the following cmdlet to enable it:

    Set-CsTeamsCallingPolicy -Identity Global -SpamFilteringEnabledType "Enabled"  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Rial Coleman 1 Reputation point
    2022-09-12T12:45:20.477+00:00

    It is enabled but we are not getting the toast alerts for spam calls. Guess I need to open a support case.
    240030-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.