Allow callers without a caller ID to leave a voice message in Exchange Server

Applies to: Exchange Server 2013, Exchange Server 2016

You can allow UM-enabled users to receive voice mail messages from anonymous callers or prevent them from doing so. By default, when users are enabled for Unified Messaging (UM) and voice mail, they can receive calls that are anonymous and don't contain caller ID information.

In most cases, calls received by Unified Messaging contain a caller ID that can be used to determine the source of the incoming call. However, incoming calls may not include caller ID information for the following reasons:

  • Your organization's telephony equipment is configured not to include caller ID information.

  • The incoming call is from a mobile or external telephone.

  • The caller has disabled caller ID on their telephone.

Because the AnonymousCallersCanLeaveMessages parameter is enabled by default, a UM-enabled user can receive a voice message even if caller ID information isn't included. If the AnonymousCallersCanLeaveMessages option is disabled, and the UM-enabled user receives a call that doesn't include a caller ID, the call will be identified as anonymous, and the UM-enabled user won't receive a voice message.

For additional management tasks related to users who are enabled for voice mail, see Voice mail-enabled user procedures.

What do you need to know before you begin?

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.

Use the Shell to allow voice messages from anonymous callers to be received

This example allows UM-enabled user tonysmith@contoso.com to receive voice messages from incoming calls that don't contain caller ID information.

Set-UMMailbox -Identity tonysmith@contoso.com -AnonymousCallersCanLeaveMessages $true