Voice Platform SDK 8.5 API Reference

TRegisterMode

Syntax



typedef enum {
	ModeShare,
	ModePrivate,
	ModeMonitor
} TRegisterMode;


Top of Page

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.


Top of Page

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.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.