Enable a customized greeting for Outlook Voice Access users in Exchange Server

Applies to: Exchange Server 2013, Exchange Server 2016

By default, each Unified Messaging (UM) dial plan uses a standard .wav file for the welcome greeting that's played to callers, including Outlook Voice Access users who dial in to an Outlook Voice Access number that's been configured. However, you can create a .wav or .wma file for the welcome greeting, and then enable it on the UM dial plan.

For example, you might want to change the default welcome greeting and instead provide a welcome greeting that's specific to your company, such as "Welcome to Outlook Voice Access for Woodgrove Bank." To do this, you record the customized welcome greeting and save it as a .wav or .wma file. Then you configure the dial plan to use the customized welcome greeting.

For more information about the menu options available for Outlook Voice Access users, see the Quick Reference Guide for Outlook Voice Access, which is available from the Microsoft Download Center.

For additional management tasks related to UM dial plans, see UM dial plan procedures in Exchange Server.

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 a customized welcome greeting

  1. In the EAC, navigate to Unified Messaging > UM dial plans.

  2. In the list view, select the UM dial plan that you want to modify, and then click Edit Edit icon..

  3. On the UM dial plan page, click Configure.

  4. In Outlook Voice Access, under Welcome greeting, click Change, and then click Browse to locate the greeting file.

    Important

    The file you use for the welcome greeting must be a .wav or .wma file.

  5. After you've located the file, click Open, and then click Save.

Use the Shell to enable a customized welcome greeting

This example enables a welcome greeting that uses the C:\UMPrompts\welcome.wav file on a UM dial plan named MyUMDialPlan.

Set-UMDialPlan -Identity MyUMDialPlan -WelcomeGreetingEnabled $true -WelcomeGreetingFilename c:\UMPrompts\welcome.wav