com.cisco.jtapi.extensions
Interface CiscoFeatureReason


public interface CiscoFeatureReason

Introduction

The CiscoFeatureReason interface specifies the feature reason that is associated with each delivered event.


Field Summary
static int REASON_BARGE
          The reason for the event is the BARGE feature.
static int REASON_BLINDTRANSFER
          The reason is single step transfer.
static int REASON_CALLPICKUP
          The reason for the event is PICKUP.
static int REASON_CCM_REDIRECTION
          The reason for the event is the SIP 3xx feature.
static int REASON_CLICK_TO_CONFERENCE
          REASON_CLICK_TO_CONFERENCE>: Indicates that the events are caused by Click to Conference feature
static int REASON_CONFERENCE
          The reason for the event is CONFERENCE.
static int REASON_DPARK_CALLPARK
          The reason for the event is the DPARK feature.
static int REASON_DPARK_REVERSION
          The reason for the event is DPARK Reversion.
static int REASON_DPARK_UNPARK
          The reason for the event is DPARK UNPARK.
static int REASON_FAC_CMC
          The reason for the event is the FAC or CMC feature.
static int REASON_FORWARD_NO_RETRIEVE
          REASON_FORWARD_NO_RETRIEVE>: Indicates that reason for the forward is FORWARD NO RETRIEVE destination DN is configured and the Park Monitoring Forward-No-Retrieve timer has expired.
static int REASON_FORWARDALL
          The reason for the event is FORWARD.
static int REASON_FORWARDBUSY
          The reason for the event is that is Call Forward Busy is configured.
static int REASON_FORWARDNOANSWER
          The reason for the event is that Call Forward No Answer is configured.
static int REASON_IMMDIVERT
          The reason for the event is imm divert.
static int REASON_MOBILITY
          The reason for events caused by the Mobility Manager feature.
static int REASON_MOBILITY_CELLPICKUP
          The reason for events caused by the Mobility Manager feature when the softkey cellpickup feature was used.
static int REASON_MOBILITY_FOLLOWME
          The reason for events caused by the Mobility Manager feature when roaming is enabled.
static int REASON_MOBILITY_HANDIN
          The reason for events caused by the Mobility Manager feature when a dual-mode mobile phone moves from the cellular network into range of the enterprise wireless network.
static int REASON_MOBILITY_HANDOUT
          The reason for events caused by the Mobility Manager feature when a dual-mode mobile phone moves from the enterprise wireless network into the cellular network.
static int REASON_MOBILITY_IVR
          The reason for events caused by the Mobility Manager feature when IVR was used to make a call to an IP phone within a Unified CM cluster.
static int REASON_NORMAL
          The reason for the event is NORMAL.
static int REASON_PARK
          The reason for the event is the PARK feature.
static int REASON_PARKREMAINDER
          Deprecated. Use REASON_PARKREMINDER.
static int REASON_PARKREMINDER
          The reason for the event is a parked call reminder.
static int REASON_QSIG_PR
          The reason for the event is QSIG path replacement.
static int REASON_REDIRECT
          The reason for event is REDIRECT.
static int REASON_REFER
          The reason for the event is a REFER done at Unified CM.
static int REASON_REPLACE
          The reason for the event is the REPLACE feature done at Unified CM.
static int REASON_SILENTMONITORING
          The reason for the event is SILENT MONITORING.
static int REASON_TRANSFER
          The reason for the event is TRANSFER.
static int REASON_UNPARK
          The reason for the event is the UNPARK feature.
 

Field Detail

REASON_NORMAL

static final int REASON_NORMAL
The reason for the event is NORMAL.

See Also:
Constant Field Values

REASON_TRANSFER

static final int REASON_TRANSFER
The reason for the event is TRANSFER.

See Also:
Constant Field Values

REASON_FORWARDALL

static final int REASON_FORWARDALL
The reason for the event is FORWARD.

See Also:
Constant Field Values

REASON_FORWARDNOANSWER

static final int REASON_FORWARDNOANSWER
The reason for the event is that Call Forward No Answer is configured.

See Also:
Constant Field Values

REASON_FORWARDBUSY

static final int REASON_FORWARDBUSY
The reason for the event is that is Call Forward Busy is configured.

See Also:
Constant Field Values

REASON_REDIRECT

static final int REASON_REDIRECT
The reason for event is REDIRECT.

See Also:
Constant Field Values

REASON_BLINDTRANSFER

static final int REASON_BLINDTRANSFER
The reason is single step transfer.

See Also:
Constant Field Values

REASON_CONFERENCE

static final int REASON_CONFERENCE
The reason for the event is CONFERENCE.

See Also:
Constant Field Values

REASON_PARK

static final int REASON_PARK
The reason for the event is the PARK feature.

See Also:
Constant Field Values

REASON_UNPARK

static final int REASON_UNPARK
The reason for the event is the UNPARK feature.

See Also:
Constant Field Values

REASON_PARKREMAINDER

static final int REASON_PARKREMAINDER
Deprecated. Use REASON_PARKREMINDER.
The reason for the event is a parked call reminder. This reason code is deprecated due to a spelling mistake. Use REASON_PARKREMINDER instead.

See Also:
Constant Field Values

REASON_PARKREMINDER

static final int REASON_PARKREMINDER
The reason for the event is a parked call reminder.

See Also:
Constant Field Values

REASON_BARGE

static final int REASON_BARGE
The reason for the event is the BARGE feature.

See Also:
Constant Field Values

REASON_QSIG_PR

static final int REASON_QSIG_PR
The reason for the event is QSIG path replacement.

See Also:
Constant Field Values

REASON_CALLPICKUP

static final int REASON_CALLPICKUP
The reason for the event is PICKUP.

See Also:
Constant Field Values

REASON_IMMDIVERT

static final int REASON_IMMDIVERT
The reason for the event is imm divert.

See Also:
Constant Field Values

REASON_FAC_CMC

static final int REASON_FAC_CMC
The reason for the event is the FAC or CMC feature.

See Also:
Constant Field Values

REASON_CCM_REDIRECTION

static final int REASON_CCM_REDIRECTION
The reason for the event is the SIP 3xx feature.

See Also:
Constant Field Values

REASON_REFER

static final int REASON_REFER
The reason for the event is a REFER done at Unified CM.

See Also:
Constant Field Values

REASON_REPLACE

static final int REASON_REPLACE
The reason for the event is the REPLACE feature done at Unified CM.

See Also:
Constant Field Values

REASON_DPARK_CALLPARK

static final int REASON_DPARK_CALLPARK
The reason for the event is the DPARK feature.

See Also:
Constant Field Values

REASON_DPARK_REVERSION

static final int REASON_DPARK_REVERSION
The reason for the event is DPARK Reversion.

See Also:
Constant Field Values

REASON_DPARK_UNPARK

static final int REASON_DPARK_UNPARK
The reason for the event is DPARK UNPARK.

See Also:
Constant Field Values

REASON_SILENTMONITORING

static final int REASON_SILENTMONITORING
The reason for the event is SILENT MONITORING.

See Also:
Constant Field Values

REASON_MOBILITY

static final int REASON_MOBILITY
The reason for events caused by the Mobility Manager feature.

See Also:
Constant Field Values

REASON_MOBILITY_IVR

static final int REASON_MOBILITY_IVR
The reason for events caused by the Mobility Manager feature when IVR was used to make a call to an IP phone within a Unified CM cluster.

See Also:
Constant Field Values

REASON_MOBILITY_CELLPICKUP

static final int REASON_MOBILITY_CELLPICKUP
The reason for events caused by the Mobility Manager feature when the softkey cellpickup feature was used. Cellpickup lets the user transfer the connected call from the desk phone to their mobile phone.

See Also:
Constant Field Values

REASON_MOBILITY_HANDIN

static final int REASON_MOBILITY_HANDIN
The reason for events caused by the Mobility Manager feature when a dual-mode mobile phone moves from the cellular network into range of the enterprise wireless network.

See Also:
Constant Field Values

REASON_MOBILITY_HANDOUT

static final int REASON_MOBILITY_HANDOUT
The reason for events caused by the Mobility Manager feature when a dual-mode mobile phone moves from the enterprise wireless network into the cellular network.

See Also:
Constant Field Values

REASON_MOBILITY_FOLLOWME

static final int REASON_MOBILITY_FOLLOWME
The reason for events caused by the Mobility Manager feature when roaming is enabled.

See Also:
Constant Field Values

REASON_CLICK_TO_CONFERENCE

static final int REASON_CLICK_TO_CONFERENCE
REASON_CLICK_TO_CONFERENCE>: Indicates that the events are caused by Click to Conference feature

See Also:
Constant Field Values

REASON_FORWARD_NO_RETRIEVE

static final int REASON_FORWARD_NO_RETRIEVE
REASON_FORWARD_NO_RETRIEVE>: Indicates that reason for the forward is FORWARD NO RETRIEVE destination DN is configured and the Park Monitoring Forward-No-Retrieve timer has expired.

Since:
7.1
See Also:
Constant Field Values