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

Topic Last Modified: 2012-07-23

You can specify which users will be able to receive transferred calls or voice messages from users who call in to a subscriber access number. By default, the Users within this dial plan option is selected. You can change this setting to allow callers to transfer calls or send voice messages to users located in the global address list, to a specific extension number, to a UM auto attendant, or to a specific set of users contained in a custom address list.

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 the scope of users who callers can contact

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. In the work pane, 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, click the Features tab.

  4. Under Callers can contact, select one of the following options:

    1. Users within this dial plan   Use this option to allow callers who call in to a subscriber access number to locate and contact users who are within the dial plan associated with the UM auto attendant.

    2. Anyone in the default global address list   Use this option to allow callers who call in to a subscriber access number to locate and contact anyone who's listed in the global address list. This includes all users who are mailbox-enabled.

    3. Only this extension   Use this option to allow callers to connect to an extension number that you specify. You can only use numeric digits for the extension. The number of digits that you define in this field must match the number of digits in the extension numbers that are configured on the UM dial plan.

    4. Only this auto attendant   Use this option to allow callers who call in to a subscriber access number to connect to a specific auto attendant. You must create the auto attendant before you specify it here. This allows callers to be transferred to another auto attendant. The auto attendant you choose here can be a speech-enabled or non speech-enabled auto attendant.

    5. Anyone in address list   Use this option to allow callers who call in to a subscriber access number to locate and contact users who are in a defined custom address list. This includes all users who are mailbox-enabled.

  5. Click OK to save your changes.

Use the Shell to configure the scope of users who callers can contact

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 sets the scope of the users who callers can contact for a UM dial plan named MyUMDialPlan to the global address list.

Copy Code
Set-UMDialPlan -Identity MyUMDialPlan -ContactScope 'GlobalAddressList' -UMAutoAttendant $null -AllowDialPlanSubscribers $false -AllowExtensions $false

This example sets the scope of the users who callers can contact for a UM dial plan named MyUMDialPlan to a custom address list named MyAddressList.

Copy Code
Set-UMDialPlan -Identity MyUMDialPlan -ContactScope MyAddressList -AllowDialPlanSubscribers $false -AllowExtensions $false

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

Other Tasks

After you've configured the scope of users who callers can contact, you may also want to: