Table of Contents

Tapir

Tapir is no longer being sold or actively developed

Tapir is an addon that shows information from Lime CRM about who is calling you.

A common use case is in customer service where the attendants receive a lot of phone calls every day and quickly need access to customer information in Lime CRM.

Features

A brief summary of what Tapir can do for you:

Example of the popup window:

Technical

Tapir consists of a server and a client application. The server part is a web service that is responsible for looking up records in Lime CRM (through Lime CRM Web Service) based on incoming phone number and also for rendering the contents of the popup window that the client displays. Workflow:

  1. An incoming call is intercepted by the client.
  2. The client displays the “incoming call” popup window which is actually just an embedded web browser.
  3. The client calls the Tapir web service on the application server to render the contents of the popup window passing the phone number as a parameter.
  4. The Tapir web service constructs a number of queries (for different tables, e.g. company, person, coworker) and calls Lime CRM Web Service.
  5. The results are assembled and the popup window contents is rendered and sent back to the client.

The Tapir Server is implemented as a Windows service and typically runs on the Lime CRM application server machine.

Requirements

Server

The following is required for the Tapir server to work:

During installation you will also need the following:

Client

The following is required for the Tapir client to work:

Supported phone systems:

TAPI support has been verified with the following drivers/phone systems:

Phone number formatting

Tapir looks up data in Lime CRM by matching the incoming phone number with all varieties of phone number fields found in the tables that are mentioned in the view template. The search is done using exact matching which means that phone numbers must be properly formatted and stored in the Lime CRM in the international format +<country code><number>, e.g. +46462704800.

More info