com.cisco.jtapi.extensions
Interface CiscoOutOfServiceEv

All Superinterfaces:
CiscoEv, javax.telephony.events.Ev
All Known Subinterfaces:
CiscoAddrOutOfServiceEv, CiscoTermOutOfServiceEv

public interface CiscoOutOfServiceEv
extends CiscoEv

Introduction

The CiscoOutOfServiceEv event is the super class for the out-of-service events CiscoAddrOutOfServiceEv and CiscoTermOutOfServiceEv. This class defines the causes for out-of-service events.


Field Summary
static int CAUSE_CALLMANAGER_FAILURE
          The cause for this event is due a Unified CM failure.
static int CAUSE_CTIMANAGER_FAILURE
          The cause for this event is due to a failure from CTIManager.
static int CAUSE_DEVICE_FAILURE
          The cause for this event is a device failure.
static int CAUSE_DEVICE_RESTRICTED
          The cause for this event is that the device is restricted.
static int CAUSE_DEVICE_UNREGISTERED
          The cause for this event is that the device is in an unregistered state.
static int CAUSE_ENERGYWISE_POWER_SAVE_PLUS
          The cause for this event is that the terminal is in deep sleep mode.
static int CAUSE_LINE_RESTRICTED
          The cause for this event is that the line is restricted.
static int CAUSE_NOCALLMANAGER_AVAILABLE
          The cause for this event is the unavailability of any Unified CM.
static int CAUSE_REHOME_TO_HIGHER_PRIORITY_CM
          Deprecated. This constant is being deprecated and replaced by DEVICE_UNREGISTERED from release 8.5.1.
static int CAUSE_REHOMING_FAILURE
          The cause for this event is a failure while attempting to rehome.
static int ID
           
 
Fields inherited from interface javax.telephony.events.Ev
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
 
Method Summary
 
Methods inherited from interface javax.telephony.events.Ev
getCause, getID, getMetaCode, getObserved, isNewMetaEvent
 

Field Detail

ID

static final int ID
See Also:
Constant Field Values

CAUSE_CALLMANAGER_FAILURE

static final int CAUSE_CALLMANAGER_FAILURE
The cause for this event is due a Unified CM failure.

See Also:
Constant Field Values

CAUSE_REHOME_TO_HIGHER_PRIORITY_CM

static final int CAUSE_REHOME_TO_HIGHER_PRIORITY_CM
Deprecated. This constant is being deprecated and replaced by DEVICE_UNREGISTERED from release 8.5.1.
The cause for this event is an to error in failback to a higher-priority Unified CM node.

See Also:
Constant Field Values

CAUSE_NOCALLMANAGER_AVAILABLE

static final int CAUSE_NOCALLMANAGER_AVAILABLE
The cause for this event is the unavailability of any Unified CM.

See Also:
Constant Field Values

CAUSE_DEVICE_FAILURE

static final int CAUSE_DEVICE_FAILURE
The cause for this event is a device failure.

See Also:
Constant Field Values

CAUSE_DEVICE_UNREGISTERED

static final int CAUSE_DEVICE_UNREGISTERED
The cause for this event is that the device is in an unregistered state.

See Also:
Constant Field Values

CAUSE_REHOMING_FAILURE

static final int CAUSE_REHOMING_FAILURE
The cause for this event is a failure while attempting to rehome.

See Also:
Constant Field Values

CAUSE_CTIMANAGER_FAILURE

static final int CAUSE_CTIMANAGER_FAILURE
The cause for this event is due to a failure from CTIManager.

See Also:
Constant Field Values

CAUSE_DEVICE_RESTRICTED

static final int CAUSE_DEVICE_RESTRICTED
The cause for this event is that the device is restricted.

See Also:
Constant Field Values

CAUSE_LINE_RESTRICTED

static final int CAUSE_LINE_RESTRICTED
The cause for this event is that the line is restricted.

See Also:
Constant Field Values

CAUSE_ENERGYWISE_POWER_SAVE_PLUS

static final int CAUSE_ENERGYWISE_POWER_SAVE_PLUS
The cause for this event is that the terminal is in deep sleep mode.

Since:
8.5.1
See Also:
Constant Field Values