Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos connection interface: server extension, PhoneCall, GenericNotification, communication rule, PhoneCallRequestContext, phone system, com-interface-template.

globe with meridians Language: Deutsch · English

light bulb Connection

Connect external systems via Nuclos interfaces – interface vs. connection, communication rules and telephony contexts.

Status
colourGreen
titleKonzept
Status
colourBlue
titleDeveloper / Administrator
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

Menu Administration → Connection. With connections you integrate a Nuclos server more deeply into its system landscape via so-called Nuclos interfaces – e.g. phone systems, SMS services or any system reachable via Java (including RESTful services).

Interface vs. connection

  • An interface is a server extension (in Java, as a JAR) that runs permanently and, e.g., receives events from a phone system – comparable to a hardware driver. It is normally based only on the Nuclos API (backward compatibility).
  • A connection is the concrete use of an interface with its parameters (host, port, user …). An interface can be configured as a connection any number of times; additionally Nuclos users can be linked to connection accounts.

Integration via rule

An interface's events are integrated into the business logic via a communication rule (in the rule manager). Contexts:

  • PhoneCallNotificationContext / PhoneCallRequestContext – for telephony. With the request context a user can dial a number directly from Nuclos (attribute type PhoneNumber, stored account – then the dial number button appears).
  • GenericNotificationContext – universal, works with a key-value map.

Developing interfaces

The API knows two types: PhoneCall (phone systems) and GenericNotification (special cases). If an interface implements PhoneCall, it can be swapped when changing systems without touching the business logic. The freely usable com-interface-template serves as a template; specifying the Java package in comport-template-server-beans.xml is important.

Related pages

gear Web service


Web services.

Open →

gear Management Console


Console.

Open →