Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-07-27

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to configure a UM-enabled user's telephone user interface (TUI) settings when the user uses the Unified Messaging (UM) system to access their Microsoft Exchange Server 2007 mailbox. When you configure a UM-enabled user's TUI settings on a UM dial plan, the changes affect all users who belong to or are associated with the UM dial plan. You can configure the following TUI settings on a UM dial plan:

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 that a UM dial plan has been created.

Procedure

To use the Exchange Management Console to modify TUI settings on a UM dial plan

  1. In the console tree of the Exchange Management Console, expand the Organization Configuration node, and then select Unified Messaging.

  2. In the result pane, select the UM dial plan that you want to modify.

  3. In the action pane, click Properties.

  4. On the UM dial plan Properties page, click the Settings tab.

  5. On the Settings tab, under Timeouts and Retries, modify the desired TUI setting, and then click OK.

To use the Exchange Management Shell to modify TUI settings on a UM dial plan

  • Run the following command:

    Copy Code
    Set-UMDialPlan -Identity MyDialPlan -AutomaticSpeechRecognitionEnabled $True -WelcomeGreetingFilename welcome.wav -WelcomeGreetingEnabled $True -InfoAnnouncementEnabled uninterruptible -LogonFailuresBeforeDisconnect 5 -OperatorExtension 512345 -AllowExtensions $True -Extension 51111 -UMAutoAttendant 51000 -InputFailuresBeforeDisconnect 5 -MaxCallDuration 15 -MaxRecordingDuration 5 -RecordingIdleTimeout 10
    

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

For More Information