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

Topic Last Modified: 2012-07-23

You can configure dial codes for a Unified Messaging (UM) dial plan in Microsoft Exchange Server 2010. You can configure dial codes, national number prefixes, and in-country/region and international number formats used by a Unified Messaging server to dial incoming and outgoing calls for users who are enabled for Unified Messaging. In most cases, you'll configure a dial plan with the dial codes and national number prefix currently configured on your telephony network.

Dial codes, national number prefixes, and formats are used by a Unified Messaging server to determine the correct number to dial for an outgoing call that's placed by a UM-enabled user. On the Dial Codes tab, you can also configure the Unified Messaging servers associated with the dial plan to match the incoming call number format for both in-country/region and international numbers. When you configure the in-country/region and international number formats, you can restrict incoming calls for users associated with a dial plan.

Looking for other management tasks related to UM dial plans? Check out Managing UM Dial Plans.

Prerequisites

A UM dial plan has been created. For detailed steps, see Create a UM Dial Plan.

Use the EMC to configure dial codes

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

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

  2. On the UM Dial Plans tab, select the UM dial plan you want to manage, and then click Properties in the action pane.

  3. On the dial plan Properties page, on the Dial Codes tab, under Outgoing Configuration, configure these options:

    • Outside line access code

    • International access code

    • National number prefix

    • Country/Region code

  4. Under Incoming Configuration, configure the following:

    • In-country/region number format

    • International number format

  5. Click OK to save your changes.

Use the Shell to configure dial codes

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

This example configures a UM dial plan named MyUMDialPlan with an In-Country or Region Number format and an International Number format and the following dial codes.

  • 9 for the Outside Line Access Code

  • 011 for the International Access Code

  • 1 for the National Number Prefix

  • 1 for the Country or Region code

Copy Code
Set-UMDialPlan -Identity MyUMDialPlan -OutsideLineAccessCode 9 -InternationalAccessCode 011 -NationalNumberPrefix 1 CountryorRegionCode 1 -InCountryOrRegionNumberFormat 1425xxxxxxx -InternationalNumberFormat 441425xxxxxxx

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

Other Tasks