Disable outgoing calls on UM IP gateways in Exchange Server

Applies to: Exchange Server 2013, Exchange Server 2016

You can enable or disable outgoing calls for a Unified Messaging (UM) IP gateway. When you clear the Allow outgoing calls through this UM IP gateway option on the properties for the UM IP gateway, you configure the UM IP gateway to not accept and send outgoing calls to a Voice over IP (VoIP) gateway, IP PBX, or session border controller (SBC). Although the Allow outgoing calls through this UM IP gateway setting controls whether the UM IP gateway is able to initiate outgoing calls for users, it doesn't affect call transfers or incoming calls from a VoIP gateway, IP PBX, or SBC.

For additional management tasks related to UM IP gateways, see UM IP gateway procedures.

What do you need to know before you begin?

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.

Use the EAC to disable outgoing calls for a UM IP gateway

  1. In the EAC, navigate to Unified Messaging > UM IP Gateways, select the UM IP gateway you want to change, and then click Edit Edit icon..

  2. On the UM IP Gateway page, clear the check box next to Allow outgoing calls through this UM IP gateway.

  3. Click Save.

Use the Shell to disable outgoing calls for a UM IP gateway

This example disables outgoing calls on a UM IP gateway named MyUMIPGateway.

Set-UMIPGateway -Identity MyUMIPGateway -OutcallsAllowed $false