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

Topic Last Modified: 2012-07-23

You can disable a Unified Messaging (UM) IP gateway. By default, when you create a UM IP gateway, the status of the UM IP gateway is enabled. However, after the UM IP gateway is created, you can disable the operation of the UM IP gateway by setting its status variable to disabled. After you disable the UM IP gateway, the IP gateway device with which it's associated no longer processes Unified Messaging incoming calls.

Looking for other management tasks related to UM IP gateways? Check out Managing UM IP Gateways.

Prerequisites

Use the EMC to disable a UM IP gateway

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

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

  2. In the result pane, click the UM IP Gateways tab.

  3. In the work pane, select a UM IP gateway that you want to disable.

  4. In the action pane, click Disable immediately.

  5. In the confirmation dialog box, click Yes to confirm.

Use the Shell to disable a UM IP gateway

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

This example disables a UM IP gateway named MyUMIPGateway and stops it from accepting incoming calls from the IP gateway.

Copy Code
Disable-UMIPGateway -Identity MyUMIPGateway

This example disables a UM IP gateway named MyUMIPGateway and disconnects all current calls immediately.

Copy Code
Disable-UMIPGateway -Identity MyUMIPGateway -Immediate $true

For more information about syntax and parameters, see Disable-UMIPGateway.

Other Tasks