Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-07-23
You can enable a custom business hours main menu prompt greeting for a Unified Messaging (UM) auto attendant in Microsoft Exchange Server 2010. After you create a UM auto attendant, a default system prompt will be used for the business hours main menu prompt greeting that's heard by callers after the business hours welcome greeting is played. Although the system prompts mustn't be replaced or changed, you will probably want to customize the greetings and menu prompts used with UM auto attendants. Frequently, in addition to configuring a customized business hours welcome greeting, you will want to create and configure a custom business hours main menu prompt greeting. After you configure a custom business hours main menu prompt greeting, you must enable key mappings on the UM auto attendant for business hours.
If you only want to include the name of your organization or business as part of the default welcome greeting, you can enter the name in the Business Name field on the UM auto attendant. For details, see Configure a Business Name on a UM Auto Attendant.
Looking for other management tasks related to UM auto attendants? Check out Managing UM Auto Attendants.
Prerequisites
- A UM dial plan has been created. For detailed steps, see
Create a UM Dial
Plan.
- A UM auto attendant has been created. For detailed steps, see
Create a UM Auto
Attendant.
Use the EMC to enable a custom business hours main menu prompt greeting for a UM auto attendant
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM auto attendants" entry in the Unified Messaging Permissions topic.
- In the console tree, navigate to Organization
Configuration > Unified Messaging.
- In the work pane, click the UM Auto Attendants tab.
- Select the auto attendant you want to change, and then, in the
action pane, click Properties.
- On the Greetings tab, under Main Menu Prompt,
under Business hours main menu prompt, click
Modify.
- On the Business Hours Main Menu Prompt page, select from
these options:
- Use default greeting
- Use custom greeting file
- Use default greeting
- If you select the Use custom greeting file option, click
Browse, locate the custom business hours main menu prompt
file you've already created, and then click OK.
- Click OK to save your changes.
Use the Shell to enable a custom business hours main menu prompt greeting for a UM auto attendant
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "UM auto attendants" entry in the Unified Messaging Permissions topic.
This example enables a business hours main menu prompt
and uses a custom prompt named
businesshoursprompts.wav
on the UM auto attendant
MyUMAutoAttendant
.
Copy Code | |
---|---|
Command Set-UMAutoAttendant -Identity MyUMAutoAttendant -BusinessHoursMainMenuCustomPromptEnabled $true -BusinessHoursMainMenuCustomPromptFilename BusinessHoursPrompts.wav |
This example configures a UM auto attendant named
MyUMAutoAttendant
that has business hours configured
to be 10:45 to 13:15 (Sunday), 09:00 to 17:00 (Monday), and 09:00
to 16:30 (Saturday) and holiday times and their associated
greetings configured to be "New Year
" on January 2,
2010, and "Building Closed for Construction
" from
April 24, 2010 through April 28, 2010.
Copy Code | |
---|---|
Set-UMAutoAttendant -Identity MyUMAutoAttendant -BusinessHoursSchedule 0.10:45-0.13:15,1.09:00-1.17:00,6.09:00-6.16:30 -HolidaySchedule "New Year,newyrgrt.wav,1/2/2010","Building Closed for Construction,construction.wav,4/24/2010,4/28/2010" |
This example configures a UM auto attendant named
MyAutoAttendant
and enables business hours key
mappings so that when callers press 1, they are forwarded to
another UM auto attendant named SalesAutoAttendant
.
When they press 2, they are forwarded to extension number 12345 for
Support
, and when they press 3, they are sent to
another auto attendant that plays an audio file.
Copy Code | |
---|---|
Set-UMAutoAttendant -Identity MyAutoAttendant - BusinessHoursKeyMappingEnabled $true -BusinessHoursKeyMapping "1,Sales,,SalesAutoAttendant","2,Support,12345","3,Directions,,,directions.wav" |
For more information about syntax and parameters, see Set-UMAutoAttendant.
Other Tasks
After you enable a custom business hours main menu prompt greeting for a UM auto attendant, you may also want to: