Applies to: Exchange Server 2013, Exchange Online

Topic Last Modified: 2013-02-22

You can specify whether you want individual users to be able to create and manage their own call answering rules by configuring their mailbox properties. By default, they can create call answering rules.

You can enable or disable Call Answering Rules for multiple users that are enabled for Unified Messaging (UM) by configuring Call Answering Rules on a UM dial plan or UM mailbox policy.

Note:
You can’t use the EAC to configure this feature. You must use the Shell to enable or disable Call Answering Rules for a voice mail user.

For additional management tasks related to allowing users to forward calls, see Forwarding Calls Procedures.

What do you need to know before you begin?

  • Estimated time to complete: Less than 1 minute.

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

  • Before you perform this procedure, confirm that a UM dial plan has been created. For detailed steps, see Create a UM Dial Plan.

  • Before you perform this procedure, confirm that a UM mailbox policy has been created. For detailed steps, see Create a UM Mailbox Policy.

  • Before you perform this procedure, confirm that the user's mailbox has been UM-enabled. For detailed steps, see Enable a User for Voice Mail.

  • For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard Shortcuts in the Exchange Admin Center.

Tip:
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection.

Use the Shell to enable or disable call answering rules for a UM-enabled user

This example enables Call Answering Rules for the user tony@contoso.com.

Copy Code
Set-UMMailbox -Identity tony@contoso.com -CallAnsweringRulesEnabled $true

This example disables Call Answering Rules for the user tony@contoso.com.

Copy Code
Set-UMMailbox -Identity tony@contoso.com -CallAnsweringRulesEnabled $false