com.cisco.jtapi.extensions
Interface CiscoProvFeatureID


public interface CiscoProvFeatureID

Introduction

This interface lists the features that registerFeature supports.


Field Summary
static int MONITOR_CALLPARK_DN
          This feature ID gets used in the registerFeature interface in CiscoProvider to receive CiscoProvCallParkEv when a call gets parked or unparked from any device in the cluster.
static int TERMINAL_REGISTER_UNREGISTER_EVENT_NOTIFY
          This feature ID gets used in the registerFeature interface in CiscoProvider to receive CiscoProvTerminalRegisteredEv and CiscoProvTerminalUnRegisteredEv when a Terminal registers or unregisters from Cisco Unified Communication Manager.
 

Field Detail

MONITOR_CALLPARK_DN

static final int MONITOR_CALLPARK_DN
This feature ID gets used in the registerFeature interface in CiscoProvider to receive CiscoProvCallParkEv when a call gets parked or unparked from any device in the cluster.

See Also:
Constant Field Values

TERMINAL_REGISTER_UNREGISTER_EVENT_NOTIFY

static final int TERMINAL_REGISTER_UNREGISTER_EVENT_NOTIFY
This feature ID gets used in the registerFeature interface in CiscoProvider to receive CiscoProvTerminalRegisteredEv and CiscoProvTerminalUnRegisteredEv when a Terminal registers or unregisters from Cisco Unified Communication Manager.

Since:
7.1.3
See Also:
CiscoProvTerminalRegisteredEv, CiscoProvTerminalUnRegisteredEv, CiscoProvFeatureEv, Constant Field Values