Configure the Dial by Name Secondary Method on a UM Dial Plan
Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
When you create a dial plan, you can configure the primary and secondary dial by name methods. These dial by name methods are used by callers use to look up names when they want to locate and contact a user when they call into an Outlook Voice Access number or when they call into a UM auto attendant that's associated with the dial plan. Callers can use either touchtone inputs or voice inputs to locate a UM-enabled user.
Note
If None is selected as the dial by name secondary method, only the dial by name primary method will be available to callers who want to locate users.
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 change the secondary dial by name method
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.
In the console tree, navigate to Organization Configuration > Unified Messaging.
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.
On the dial plan Properties page, on the Settings tab, select from the following options in the drop-down list next to Dial by name secondary method:
Last First
First Last
SMTP address (default)
None
Click OK to save your changes.
Use the Shell to change the secondary dial by name method
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 secondary dial by name method to FirstLast
. This enables callers who call the Outlook Voice Access number or a UM auto attendant associated with the dial plan to search for a UM-enabled user by their first and then last name.
Set-UMDialPlan -Identity MyUMDialPlan -DialByNameSecondary FirstLast
This example sets the secondary dial by name method to LastFirst
. This enables callers who call the Outlook Voice Access number or a UM auto attendant associated with the dial plan to search for a UM-enabled user by their last and then first name.
Set-UMDialPlan -Identity MyUMDialPlan -DialByNameSecondary LastFirst
This example sets the secondary dial by name method to SMTP address
. This enables callers who call the Outlook Voice Access number or a UM auto attendant associated with the dial plan to search for a UM-enabled user by their SMTP address.
Set-UMDialPlan -Identity MyUMDialPlan -DialByNameSecondary SMTPAddress
This example sets the secondary dial by name method to None
and the dial by name primary method to SMTP address. This enables callers who call the Outlook Voice Access number or a UM auto attendant associated with the dial plan to search for a UM-enabled user by their SMTP address only.
Set-UMDialPlan -Identity MyUMDialPlan -DialByNamePrimary SMTPAddress -DialByNameSecondary None
For more information about syntax and parameters, see Set-UMDialplan.
Other Tasks
After you've configured the dial by name secondary method, you may also want to:
Configure the Dial by Name Primary Method on a Unified Messaging Dial Plan
Configure the Matched Name Selection Method on a UM Dial Plan
© 2010 Microsoft Corporation. All rights reserved.