When Calling from a Teams Call Que Number is showing 11111111111 and marked as SPAM

Steven Boyd 0 Reputation points
2025-01-09T16:54:01.3166667+00:00

When Calling from a Teams Call Que Number is showing 11111111111 and marked as SPAM. How can this be fixed?

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

1 answer

Sort by: Most helpful
  1. Robin Sheng-MSFT 5,690 Reputation points Microsoft Vendor
    2025-01-10T02:52:58.7533333+00:00

    Hi @Steven Boyd

    In Microsoft Teams, admins can configure spam filtering for inbound calls from the Public Switched Telephone Network (PSTN). Teams can detect potential spam calls and notify users with a "Spam Likely" notification.

    Spam filtering for calls isn't the same as blocking inbound calls. For more information, see Block inbound calls.

    Using the Teams admin center

    This setting allows you to control the type of spam filtering available on incoming calls. This setting is on by default. This setting has three options:

    • On or On without IVR Spam filtering is enabled. In case the call is considered as spam, the user gets a "Spam Likely" notification in Teams.
    • Off Spam filtering is disabled. No checks are performed. A "Spam Likely" notification doesn't appear.

    Using PowerShell

    To configure spam filtering for calls in Teams, use the -SpamFilteringEnabledType parameter with the following cmdlets:

    For example, this script enables spam detection for the global policy

    Set-CsTeamsCallingPolicy -Identity Global -SpamFilteringEnabledType Enabled
    

    Also, make sure the call queue's number is configured correctly and is not a default placeholder number. You can update the call queue's number settings in the Teams admin center.


    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.



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.