Jagamisviis:


Use the generic listener adapter in Unified Service Desk

Unified Service Desk provides a generic listener adapter that can be used as a testing tool for integrating Unified Service Desk with the arvuti ja telefoni integratsioon (CTI) middleware applications that have the ability to open a URL on the user's computer when a CTI event occurs. The generic listener adapter listens for HTTP request on a known port (5000): https://localhost:5000/

The generic listener adapter extracts a query string from the URL, uses the values in the string as parameters to evaluate them as a CTI event, and then raises a CTI screen pop in Unified Service Desk. Once the adapter starts listening on the specified port, it waits for the CTI middleware to open a URL such as:

https://localhost:5000/?ani=1234&dnis=4355&type=phonecall&customerid=49383433

In the example URL, the query string is split out and passed to the Global Manager hosted control in Unified Service Desk as the following parameters.

Parameter Description Values in the example URL

ANI

Stands for automatic number identification. This is the phone number of the incoming call.

ani=1234

DNIS

Stands for dialed number identification service. This is the phone number that the customer called.

dnis=4355

Type

This is corresponding to the Initiating Activity information in your window navigation rule to route the call, and take appropriate actions. Common values include phonecall and chat. Lisateave: CTI search

type=phonecall

Key=value pairs

A collection of key-value pairs that enables the Global Manager hosted control to raise a CTILookUpRequest to search the customer record.

customerid=49383433

For CTI searches, each of these parameters may be used as replacement parameters. Once a session starts, these parameters can be accessed with the cti prefix such as:

[[cti.ani]]

To view a walkthrough that demonstrates the usage of the generic listener adapter for handling CTI events, see Näidisprotseduur: üldise kuulaja adaptri kasutamine CTI sündmuse marsruutimiseks.

Configure the CTI Desktop Manager hosted control for generic listener adapter

When using the generic listener adapter, you only have to configure the CTI Desktop Manager component; the CTI connector and the CTI control aren’t required. The CTI Desktop Manager hosted control should be configured to be placed on a HiddenPanel, and the following standard values apply for the generic listener adapter in the hosted control configuration page in Unified Service Desk:

  • Assembly URI: Microsoft.Crm.UnifiedServiceDesk.GenericListener

  • Assembly Type: Microsoft.Crm.UnifiedServiceDesk.GenericListener.DesktopManager

For detailed information about configuring a CTI Desktop Manager hosted control in Unified Service Desk, see Configuring the CTI Desktop Manager hosted control in Unified Service Desk.

Vt ka

Mõisted

Build a custom CTI adapter for Unified Service Desk
Considerations for creating a CTI adapter for Unified Service Desk
UII computer telephony integration (CTI) framework

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.