Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can enable or disable the Message Waiting Indicator for users associated with a Unified Messaging (UM) mailbox policy. Message Waiting Indicator is a feature found in most legacy voice mail systems. In its most common form, it lights a lamp on a voice mail subscriber’s phone to indicate the presence of a new voice mail message. Message Waiting Indicator can also be a text message sent to a UM-enabled user's mobile phone. The default setting is enabled.

If this option is disabled on the UM IP gateway, this feature isn't available to UM-enabled users associated with the UM mailbox policy. This option isn't available to UM-enabled users who have a mailbox on a Microsoft Exchange Server 2007 server.

Looking for other management tasks related to UM mailbox policies? Check out Managing UM Mailbox Policies.

Prerequisites

Use the EMC to enable or disable Message Waiting Indicator

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM mailbox policies" entry in the Unified Messaging Permissions topic.

  1. In the console tree, navigate to Organization Configuration > Unified Messaging.

  2. In the work pane, on the UM Mailbox Policies tab, select the UM mailbox policy you want to manage, and then click Properties in the action pane.

  3. On the UM mailbox policy Properties page, on the General tab, select or clear the check box next to Allow Message Waiting Indicator.

  4. Click OK to save your changes.

Use the Shell to enable or disable Message Waiting Indicator

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM mailbox policies" entry in the Unified Messaging Permissions topic.

This example disables the Message Waiting Indicator for users associated with the UM mailbox policy named MyUMMailboxPolicy.

Copy Code
Set-UMMailboxPolicy -identity MyUMMailboxPolicy -AllowMessageWaitingIndicator $false

For more information about syntax and parameters, see Set-UMMailboxPolicy.

Other Tasks

After you've enabled or disabled Message Waiting Indicator on a UM mailbox policy, you may also want to View or Configure the Properties of a UM Mailbox Policy.