Disable a UM IP Gateway
Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2012-11-13
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.
-
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 in the Exchange Admin Center.
Tip: |
|---|
| Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection. |
-
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.
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

Tip: