Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-08-19

This topic explains how to use the Exchange Management Console and the Exchange Management Shell to configure the number of concurrent fax connections that are accepted by a Microsoft Exchange Server 2007 Unified Messaging (UM) server. When you increase the number of concurrent fax connections on a Unified Messaging server, more system resources are required than if you decrease the number of concurrent connections. Decreasing this setting is especially important on low-end, slower computers on which Exchange 2007 Unified Messaging is installed.

Note:
The range for the number of concurrent fax calls is 0 to 200. The default is 100.

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange Organization Administrators role.

For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.

Also, before you perform these procedures, confirm the following:

  • A UM dial plan has been created.

  • A UM IP gateway has been created.

Procedure

To use the Exchange Management Console to configure the number of concurrent fax connections on a Unified Messaging server

  1. In the console root of the Exchange Management Console, expand the Server Configuration node, and then click the Unified Messaging node.

  2. In the result pane, click to select the Unified Messaging server that you want to configure.

  3. In the action pane, click Properties.

  4. On the UM Settings tab, under the Maximum concurrent fax calls section, in the data field, type the maximum number of concurrent fax calls.

  5. Click OK.

To use the Exchange Management Shell to configure the number of concurrent fax connections on a Unified Messaging server

  • Run the following command:

    Copy Code
    Set-UMServer -Identity MyUMServer1 -MaxFaxCallsAllowed 10
    

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

For More Information