Jump to: navigation, search

TRegisterMode

Syntax

typedef enum {
	ModeShare,
	ModePrivate,
	ModeMonitor
} TRegisterMode;

Values

  • ModeShare — This registration mode allows other client applications to receive events about the same telephony objects.
  • ModePrivate — This registration mode does not allow other client applications to receive events about the same telephony objects.
  • ModeMonitor — The application that has registered in this mode will only receive events about the telephony objects in question; it will not be able to request any functions.

Comments

On some switching platforms, T-Server does not register RouteDNs at the switch if there are no clients registered, or if all clients are registered in ModeMonitor. This allows the switch to apply routing by default, without waiting for a response from T-Server.

For all applications not responding to Route Requests, Genesys recommends using ModeMonitor when registering at a RouteDN.

This page was last edited on March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!