Disable a UM IP gateway in Exchange Server
Applies to: Exchange Server 2013, Exchange Server 2016
By default, when you create a Unified Messaging (UM) IP gateway, the status of the UM IP gateway is enabled. After the UM IP gateway is created, you can disable the operation of the gateway by setting its status to disabled. After you disable the UM IP gateway, the Voice over IP (VoIP) gateway, IP Private Branch eXchange (PBX), or session border controller (SBC) that it's configured to use can no longer process incoming Unified Messaging calls.
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 and is enabled. For detailed steps, see Create a UM IP gateway and Enable 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 disable a UM IP gateway
In the EAC, navigate to Unified Messaging > UM IP Gateways, select the UM IP gateway you want to disable, and then click the Down arrow .
On the Warning page, click Yes.
Use the Shell to disable a UM IP gateway
This example disables a UM IP gateway named MyUMIPGateway
and stops it from accepting incoming calls from a VoIP gateway, IP PBX, or SBC.
Disable-UMIPGateway -Identity MyUMIPGateway
This example disables a UM IP gateway named MyUMIPGateway
and disconnects all current calls immediately.
Disable-UMIPGateway -Identity MyUMIPGateway -Immediate $true