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

Topic Last Modified: 2012-07-23

You can enable users to transfer calls to an operator during non-business hours in Microsoft Exchange Server 2010 Unified Messaging (UM). You can also disable operator transfers during non-business hours. You enable users to transfer calls during non-business hours by configuring an operator extension number on a UM auto attendant, selecting the Allow transfer to operator after business hours setting, and configuring business hours on the Times tab on the UM auto attendant.

At a minimum, we recommend that you configure either the UM auto attendant or the UM dial plan associated with the auto attendant to have an operator extension number. This will help callers find the user they're trying to reach or navigate the menu system.

Looking for other management tasks related to UM auto attendants? Check out Managing UM Auto Attendants.

Prerequisites

Use the EMC to enable callers to transfer calls to an operator after business hours

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

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

  2. In the work pane, click the UM Auto Attendants tab.

  3. Select the UM auto attendant you want to change and then, in the action pane, click Properties.

  4. On the Features tab, next to Operator extension, enter a number for your auto attendant operator.

  5. Select the check box next to Allow transfer to operator after business hours.

  6. Click OK to save your changes.

Use the EMC to prevent callers from transferring calls to an operator after business hours

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

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

  2. In the work pane, click the UM Auto Attendants tab.

  3. Select the UM auto attendant that you want to modify and then, in the action pane, click Properties.

  4. Clear the check box next to Allow transfer to operator after business hours.

  5. Click OK to save your changes.

Use the Shell to enable or disable operator transfers after business hours

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

This example enables callers to transfer calls to an operator after business hours.

Copy Code
Set-UMAutoAttendant -Identity MySpeechEnabledAA -OperatorExtension 50100 -AfterHoursTransferToOperatorEnabled $true

This example prevents callers from transferring calls to an operator after business hours.

Copy Code
Set-UMAutoAttendant -Identity MySpeechEnabledAA -AfterHoursTransferToOperatorEnabled $false

For more information about syntax and parameters, see Set-UMAutoAttendant.

Other Tasks

After you enable or disable operator transfers after business hours, you may also want to: