Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-08-24

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to create a new Unified Messaging (UM) auto attendant. After you create a UM auto attendant, incoming calls to an organization's external telephone number that a human operator would ordinarily answer are answered by the auto attendant. After you have created a non-speech enabled or speech-enabled auto attendant, you must create and configure key mappings for the auto attendant to function correctly. To create key mappings for an auto attendant, see the following topics:

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange Organization Administrator role.

For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.

Also, before you perform these procedures, confirm the following:

  • A UM dial plan has been created in the Active Directory directory service.

  • You have located and recorded the pilot number for the UM auto attendant.

Procedure

To use the Exchange Management Console to create a new auto attendant

  1. In the console tree of the Exchange Management Console, expand the Organization Configuration node.

  2. In the console tree, click Unified Messaging.

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

  4. In the action pane, click New UM Auto Attendant.

  5. In the New UM Auto Attendant wizard, in the Name box, type the name of the auto attendant. This will be the display name for the auto attendant.

  6. In the Select associated dial plan section, click Browse.

  7. In the Select Dial Plan window, click the dial plan, and then click OK.

  8. In the New UM Auto Attendant wizard, in the Extension numbers text box, type the telephone extension number for the auto attendant, and then click Add.

  9. In the New UM Auto Attendant wizard, select Create auto attendant as enabled if you want to enable the auto attendant as soon as the wizard is finished.

  10. In the New UM Auto Attendant wizard, select Create auto attendant as speech-enabled if you want to enable speech recognition on the auto attendant as soon as the wizard is finished.

  11. In the New UM Auto Attendant wizard, click New.

  12. On the New UM Auto Attendant wizard completion page, click Finish.

To use the Exchange Management Shell to create a new auto attendant

  • Run the following command:

    Copy Code
    New-UMAutoAttendant -Name MyNewAA -UMDialPlan MyDialPlan -PilotIdentifierList 51000 -Enabled True
    

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

For More Information