Topic Last Modified: 2013-02-15
You can specify the startup mode for the Microsoft Exchange Unified Messaging Call Router service on a Client Access server. By default, the Client Access server will start up in TCP mode, but if you’re using Transport Layer Security (TLS) to encrypt Voice over IP (VoIP) traffic, you must configure the Client Access server to use TLS or Dual mode. We recommend that Client Access servers be configured to use Dual as the startup mode. This is because all Client Access and Mailbox servers can answer incoming calls for all UM dial plans, and those dial plans can have different security settings. If you change the startup mode, you must restart the Microsoft Exchange Unified Messaging Call Router service for the change to take effect.
Important: |
---|
By default, Client Access servers are available to answer incoming calls. You don’t have to add a Client Access server to a UM dial plan to process UM calls unless you’re integrating UM and Microsoft Office Communications Server 2007 R2 or Microsoft Lync Server. |
For additional management tasks related to Unified Messaging and Client Access servers, see UM Services 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
"Client Access server (UM call router service)" entry in the
Unified
Messaging Permissions topic.
- Verify that the Client Access server is installed, either on
the same computer as the Mailbox server or on a separate
computer.
- 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. |
What do you want to do?
Use the EAC to configure the startup mode on a Client Access server
- In the EAC, navigate to Servers > Servers.
- In the list view, select the Exchange server you want to
modify, and then click Edit .
- On the Exchange Server page, click Unified
Messaging.
- Under UM Call Router settings > UM startup
mode, select one of the following from the drop-down list:
- TCP Use this option if you aren’t using
mTLS and are using only Unsecured dial plans.
- TLS Use this option if you are using
mTLS and using only SIP Secured or Secured dial plans.
- DUAL Use this option if you are using
mTLS and using Unsecured, SIP Secured, and Secured dial plans.
- TCP Use this option if you aren’t using
mTLS and are using only Unsecured dial plans.
- After you select the UM startup mode, click Save.
Use the Shell to configure the startup mode on a Client Access server
This example sets the startup mode for a Client Access
server named UMCallRouter1
to Dual mode.
Copy Code | |
---|---|
Set-UMCallRouterSettings -Server UMCallRouter1 -UMStartUpMode Dual |
This example sets the startup mode for a Client Access
server named UMCallRouter1
to TLS mode.
Copy Code | |
---|---|
Set-UMCallRouterSettings -Server UMCallRouter1 -UMStartUpMode TLS |