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
- A UM dial plan has been created. For detailed steps, see
Create a UM Dial
Plan.
- A UM IP gateway has been created. For detailed steps, see
Create a UM IP
Gateway.
- The UM IP gateway status has been enabled. For detailed steps,
see Enable a UM
IP Gateway.
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.
- In the console tree, navigate to Organization
Configuration > Unified Messaging.
- In the result pane, click the UM IP Gateways tab.
- In the work pane, select a UM IP gateway that you want to
disable.
- In the action pane, click Disable immediately.
- 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
After you disable a UM IP gateway, you may also want to: