Setting Up the Remote Call Control Scenario

To set up the RCC scenario, you need to perform this series of steps. Steps 1 through 4 are described in more detail in the sections that follow.

  1. Install the SIP/CSTA gateway and configure the CSTA interface on the PBX.

  2. Configure a user for RCC by doing the following:

    1. Enable the user for RCC in Active Directory.

    2. Configure a Server Uniform Resource Identifier (URI) that identifies the CSTA gateway.

    3. Configure a Line URI for the user that identifies the phone number in the CSTA gateway.

  3. Configure a route on the Office Communications Server pool for the Server URI.

  4. Normalize phone numbers in Active Directory so that these are dialable from Communicator.

  5. Start Communicator.

Step 1: Installing the SIP/CSTA Gateway and Configuring the SIP/CSTA Interface

For integration with the existing telephone environment, a SIP/CSTA gateway is needed. This gateway is connected to the SIP/CSTA interface provided by the existing PBX. It is possible to have multiple SIP/CSTA gateways connected to Office Communications Server 2007 R2, but a user can be configured to a single SIP/CSTA gateway or PBX. Only one SIP/CSTA gateway per PBX node is recommended to avoid numbering-plan conflicts.

PBX-specific SIP/CSTA gateways and vendor-neutral SIP/CSTA gateways are available on the market. You need to select a SIP/CSTA gateway that supports your existing PBX if the PBX doesn’t offer a SIP/CSTA interface. Refer to your vendor’s SIP/CSTA gateway documentation for configuration.

Step 2: Configuring a User for RCC

To configure a user for RCC, you first need to enable the user for RCC in Active Directory by using the Active Directory Users and Computers Management Console. In the Office Communications Server 2007 R2 Active Directory snap-in under Advanced Settings, select the configuration option Enable Remote Call Control, as shown in Figure 9-2.

Enabling and configuring a user for RCC

Figure 9-2. Enabling and configuring a user for RCC

You then configure a Server URI for the user. This Server URI points to the SIP/CSTA gateway. Office Communicator 2007 R2 sends its SIP call control messages to the SIP/CSTA gateway defined in the Server URI field. The syntax of the Server URI entered here must match the requirements of the SIP/CSTA gateway. (Please refer to the documentation provided by your SIP/CSTA gateway vendor.) Here are some examples of Server URIs:

The E.164 number is the phone number of the user in E.164 format (+<Country Access Code><Area Code><local number>, such as +14255550125), and the SIP/CSTA gateway fully qualified domain name (FQDN) is the FQDN of the SIP/CSTA gateway.

Finally, you configure a Line URI for the user. This URI is used to send call control information to and receive it from the SIP/CSTA gateway. The syntax must match the requirements of the SIP/CSTA gateway. (For more information, refer to the SIP/CSTA gateway documentation provided by the SIP/CSTA gateway vendor.) For example, the following syntaxes are common:

  • tel:+14255550125;ext=125

    tel:<E.164 number>;ext=<extension>)

  • tel:+14255550125;phone-context=litware.com

    The E.164 number and the number string following ext= must match the number and extension the user has on the existing telephone environment.

Step 3: Configuring a Route on the Office Communications Server Pool for the Server URI

All SIP traffic from Office Communicator 2007 R2 goes through Office Communications Server 2007 R2 and is proxied by the server to the SIP/CSTA gateway. Office Communicator 2007 R2 sends its SIP INVITE and SIP INFO call control messages to this SIP/CSTA gateway, which is configured in the Server URI field. This must be the FQDN of the SIP/CSTA gateway. On Office Communications Server 2007 R2, for every Server URI, a route must be configured with the destination address to which Office Communications Server 2007 R2 must proxy SIP call control messages. You can configure this under pool-level settings on the Routing tab, as shown in Figure 9-3.

Configuring routes for Server URIs

Figure 9-3. Configuring routes for Server URIs

For each route to a SIP/CSTA gateway, the following settings must be configured:

  • Matching URIThe syntax, sip: *@[SIP/CSTA gateway FQDN] means that this route will be used for any number (*) configured in the Server URI field of the Active Directory user properties page where the FQDN of the SIP/CSTA gateway matches the value entered here.

  • Next Hop. The FQDN or IP address of your SIP/CSTA gateway.

  • Port. The port the SIP/CSTA gateway is configured to listen for SIP traffic.

  • Transport Protocol. The transport protocol that the SIP/CSTA gateway is configured to use.

Note

If Transport Layer Security (TLS) is configured as the transport protocol, the FQDN must be entered in the Next Hop field. If Transmission Control Protocol (TCP) is selected, the IP Address of the SIP/CSTA gateway must be entered in the Next Hop field. The FQDN is needed in the TLS mode to allow certificate verification for secure communication. If TLS is not used, a host authorization entry must also be added so that the Office Communications Server treats the CSTA gateway as authenticated.

Note

It is possible to have multiple SIP/CSTA gateways configured in the same Office Communications Server 2007 R2 pool.

Step 4: Normalizing Phone Numbers

Phone numbers need to be normalized before they are presented to the client so that they can be used for resolving calling party information to a user name. The process of normalization converts the number into a global E.164 format that can then uniquely map to a single user in the directory. Because normalized numbers are globally unique and routable, they can also be shared with other Communicator users through presence and will work correctly when the Click to Call feature is used in Communicator to call these numbers.

The functionality of matching an incoming E.164 number to an entry in the Global Address List or local Outlook Contacts is called reverse number lookup (RNL). If Office Communicator 2007 R2 successfully applies RNL and finds a name that matches a calling party number, this name is presented to the user in the pop-up window and the Conversation window instead of the calling party number.

For the RCC scenario, Office Communicator 2007 R2 downloads these normalization rules as part of the Address Book Service (ABS) download. These rules are in the form of regular expressions. The normalization rules are applied to phone numbers in Outlook contacts so that these numbers can be dialed, and they are also used for RNL. Office Communicator also applies the normalization rules when a phone number is dialed manually from Office Communicator. The same regular expressions that Office Communicator downloads and applies are also used by Office Communications Server 2007 R2 for normalizing phone numbers that are stored in the ABS.

Note

Regular expressions for number normalization can be configured as described in the following file on Office Communications Server 2007 R2 Standard Edition or Enterprise Edition:

installation path OCS%Microsoft Office Communications Server 2007Web ComponentsAddress Book FilesSample_Company_Phone_Normalization_Rules.txt

This file also contains examples and an explanation of how to test the phone number normalization rules.

Some CSTA implementations on PBX provide these RNL functionalities. Thus, instead of or in addition to the calling party number, a display name is transmitted to Office Communicator on an incoming call. Office Communicator 2007 R2 ignores this display name because it is not possible for Office Communicator 2007 R2 to verify the authenticity of the name.

Depending on the implementation in the PBX, the calling party number can have the following formats:

  • E.164 format (for example, +14255550125)

  • E.164 Switchboard with extension (+14255550125;ext=1212; recommended)

  • Local number (1212;phone-context=litware.com)

Note

The format of the calling party number entered in the PBX must match the requirements of the SIP/PSTN gateway. Sometimes this is in the E.164 format and sometimes it is not. It is recommended that you use E.164 or E.164 Switchboard with extension formats because numbers in the local formats are not dialable across federated links when they are shared using presence.

If the calling party number string does not contain a number on an incoming call, Office Communicator 2007 R2 will not apply RNL.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset