Share via


Enable or disable directory lookups in Exchange Server

Applies to: Exchange Server 2013, Exchange Server 2016

You can enable directory lookups so that callers who call in to a Unified Messaging (UM) auto attendant can look up names in the directory using their telephone keypad but not be able to search the directory using voice inputs. This setting is enabled by default. If this setting is disabled, callers won't be able to search the directory for a specific person using touchtone or voice commands.

For additional management tasks related to UM auto attendants, see UM auto attendant procedures.

Note

Outlook Voice Access users can't use Automatic Speech Recognition (ASR) or speech inputs to locate users in the directory, they can only use DTMF or touchtone inputs.

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 enable or disable directory lookups

  1. In the EAC, navigate to Unified Messaging > UM dial plans. In the list view, select the UM dial plan you want to change, and then click Edit Edit icon..

  2. On the UM Dial Plan page, under UM Auto Attendants, select the UM auto attendant for which you want to enable or disable directory lookups, and then click Edit Edit icon..

  3. On the UM Auto Attendant page > Address book and operator access, under Options for searching the address book, select the check box next to Allow callers to search for users by name or alias to enable callers to search for users. To disable callers from searching for users, clear this check box.

  4. Click Save.

Use the Shell to enable or disable directory lookups

This example disables directory lookups on a UM auto attendant named MyUMAutoAttendant.

Set-UMAutoAttendant -Identity MyUMAutoAttendant -NameLookupEnabled $false