Jump to: navigation, search

Overview

Important
The following features are not supported:
  • Video
  • IPv6
  • NAT, ICE, TURN, STUN
  • SIP Cluster
  • SIP Proxy

The SIP Endpoint SDK for OS X enables you to build a SIP endpoint that can seamlessly connect agent desktop applications with the Genesys SIP Server in order to handle audio and video calls. This overview will help you understand its design goals and its architecture.

Design Goals of SIP Endpoint SDK

Many SIP softphones that are currently available require an agent to interact with their own separate user interface in addition to that of the agent desktop application. For instance, the agent might have to use the SIP phone interface to answer a call, while other actions — such as holding or releasing the call — would have to be done via agent desktop interface.

In contrast to that, the SIP Endpoint SDK is designed to be integrated into an agent desktop so the agent can use a single user interface to control calls. Genesys recommends that this be done in a way that leaves actual control in the hands of a T-Lib–based agent desktop application, which has a fuller feature set and is also fully supported by Genesys.

The SIP Endpoint SDK is also designed to integrate with the Genesys SIP Server. It supports the SIP, SDP, and RTP/RTCP protocols.

In addition to these principal design goals, the SIP Endpoint SDK supports the following features:

  • Traditional call control functionality such as:
    • Establishing inbound and outbound calls
    • Hold and retrieve
    • Transfers and conference calls (Note that SIP Endpoint SDK does not handle conference calls directly. You must use third-party call control in order to enable these features.)
  • Multi-line call handling

Important.png Note: Multi-line call handling is available up to the limitations on the number of simultaneous connections supported by the licensing available to Genesys at this time.

Architecture

The SIP Endpoint SDK is a software component that resides on the agent's computer. It uses the SIP protocol to communicate with the Genesys SIP Server and supports both thin (or 3-tier) and thick (or rich) T-Lib clients.

In SIP messaging terms, the SIP Endpoint is a user agent. The contact center agent's computer should also host a Genesys T-Lib client that works with SIP Server and provides Genesys agent-related functionality, as shown below.

SIP Endpoint OS X Context 852.jpg

As you can see, the SIP Endpoint SDK handles the SIP messaging, and the T-Lib Client (Agent Desktop) uses the T-Lib protocol to handle call control.

SDK Components

The components of the SIP Endpoint SDK are described on the following page:

Supported Codecs

SIP Endpoint SDK 8.5.2 for Apple OS supports the following codecs:

  • G.711 (PCMA, PCMU)
  • G.722
  • iLBC (Internet Low Bitrate Codec)
  • iSAC (Internet Speech Audio Codec)
  • Opus

Learning More

To continue learning about the SIP Endpoint SDK, we recommend you read the pages describing SIP-Based Third-Party Call Control to understand messaging patterns. After that, you should be ready to use the Deployment Guide to install the SDK on your system.

Once you have installed the SDK, you may want to check the following page from the Developer's Guide:

This page was last edited on August 19, 2016, at 19:53.
Comments or questions about this documentation? Contact us for support!