Prevent Message Waiting Indicator (MWI) on a UM IP gateway in Exchange Server
Applies to: Exchange Server 2013, Exchange Server 2016
You can prevent voice mail notifications to users for calls received by a Unified Messaging (UM) IP gateway. If you enable this setting, the UM IP gateway can receive and send SIP NOTIFY messages for users. Message Waiting Indicator (MWI) is enabled by default and allows message waiting notifications to be sent to users, but you can turn it off depending on your needs.
A message waiting indicator notifies a user about a new or unheard voice message. It appears in the Inbox in clients such as Outlook and Outlook Web App. It can also be a text (SMS) message sent to a registered mobile phone, an outgoing call made from an Exchange server to a number that's been configured for playing new messages, or a lighted lamp on a user's desktop phone.
Tip
MWI notifications can also be enabled and disabled on a UM mailbox policy for a group of users.
For additional management tasks related to UM IP gateways, see UM IP gateway procedures.
What do you need to know before you begin?
Estimated time to complete: Less than 1 minute.
You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "UM IP gateways" entry in the Unified Messaging permissions topic.
Before you perform these procedures, confirm that a UM dial plan has been created. For detailed steps, see Create a UM dial plan.
Before you perform these procedures, confirm that a UM IP gateway has been created. For detailed steps, see Create a UM IP gateway.
For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts for the Exchange admin center in Exchange 2013.
Tip
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.
Use the EAC to prevent Message Waiting Indicator
In the EAC, navigate to Unified Messaging > UM IP Gateways, select the UM IP gateway you want to change, and then click Edit .
On the UM IP Gateway page, clear the check box next to Allow message waiting indicator.
Click Save.
Use the Shell to prevent Message Waiting Indicator
This example prevents the message waiting indicator from appearing for users who are associated with the UM IP gateway named MyUMIPGateway
with an IP address of 10.10.10.1.
Set-UMIPGateway -Identity MyUMIPGateway -Address 10.10.10.1 -MessageWaitingIndicatorAllowed $false