How to Modify a Unified Messaging Dial Plan
Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.
Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3
This topic explains how to use the Exchange Management Console and the Exchange Management Shell to modify the existing properties of an Exchange Server 2007 Unified Messaging (UM) dial plan. When you modify the properties for the UM dial plan, you can choose to configure subscriber access settings, dial codes, IP gateways associated to the UM dial plan, and enable other call and fax answering properties for the 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 a UM dial plan
In the console tree of the Exchange Management Console, expand the Organization Configuration node.
In the console tree, click Unified Messaging.
In the work pane, on the UM Dial Plans tab, select the UM dial plan that you want to modify.
In the action pane, click Properties.
In the dial plan Properties window, select the configuration settings that you want to change, and then click OK to accept your changes.
To use the Exchange Management Shell to modify a UM dial plan
Run the following command:
Set-UMDialPlan -Identity MyDialPlan -AutomaticSpeechRecognitionEnabled:$true -AccessTelephoneNumbers 4255551000 -FaxEnabled:$true -WelcomeGreetingFilename welcome.wav -WelcomeGreetingEnabled:$true -InfoAnnouncementFilename info.wav -InfoAnnouncementEnabled:$true -LogonFailuresBeforeDisconnect 5 -OperatorExtension 512345 -AllowDialPlanSubscribers:$true -AllowExtensions:$true -Extension 51111 -UMAutoAttendant 51000 -InputFailuresBeforeDisconnect 5 -MaxCallDuration 15 -MaxRecordingDuration 5 -RecordingIdleTimeout 10 -Servers MyUMServerID -UMAutoAttendants MyAutoAttendant
For more information about syntax and parameters, see Set-UMDialplan.
For More Information
For more information about how to install the Unified Messaging server role, see How to Perform a Custom Installation Using Exchange Server 2007 Setup.
For more information about understanding Unified Messaging dial plans, see Understanding Unified Messaging Dial Plans.
For more information about how to create a Unified Messaging Dial Plan object, see How to Create a New Unified Messaging Dial Plan.