|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoProvCallParkEv
CiscoProvCallParkEv
event is delivered to providerobserver when a call is
parked/unparked from any device in the cluster. To receive this event application should register
using CiscoProvider.registerFeature() and CiscoProvFeatureID.MONITOR_CALLPARK_DN. User profile
used by the application should have 'Call Park Retrieval Allowed' flag enabled to receive this
event.
Field Summary | |
---|---|
static int |
ID
|
static int |
PARK_STATE_ACTIVE
Indicates that a call is parked |
static int |
PARK_STATE_IDLE
Indicates that a call is unparked |
static int |
REASON_CALLPARK
Indicates that this event is due to call park |
static int |
REASON_CALLPARKREMAINDER
Deprecated. This interface is deprecated due to a spelling error. Use the new interface REASON_CALLPARKREMINDER. |
static int |
REASON_CALLPARKREMINDER
Indicates that the call is offered back to the parking party after call park reminder |
static int |
REASON_CALLUNPARK
Indicates that the call is unparked |
Fields inherited from interface com.cisco.jtapi.extensions.CiscoProvEv |
---|
CAUSE_EM_LOGIN, CAUSE_EM_LOGIN_PROFILE_ADD, CAUSE_EM_LOGOUT, CAUSE_EM_LOGOUT_PROFILE_REMOVE, CAUSE_NORMAL |
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_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 | |
---|---|
int |
getintCallIDValue()
Returns an integer representation of this object |
java.lang.String |
getParkDN()
This returns where the call is parked |
java.lang.String |
getParkedParty()
This returns the DN of the parked party |
java.lang.String |
getParkedPartyPartition()
This returns the partition of the Parked Party |
java.lang.String |
getParkingParty()
This returns the DN of the parking party |
java.lang.String |
getParkingPartyPartition()
This returns the partition of the Parking party |
java.lang.String |
getParkPartyPartition()
This returns the partition of park DN |
int |
getReason()
This returns the reason of the event. |
int |
getState()
This returns the state of the call Possible states are CiscoProvCallParkEv.PARK_STATE_IDLE CiscoProvCallParkEv.PARK_STATE_ACTIVE |
Methods inherited from interface com.cisco.jtapi.extensions.CiscoProvFeatureEv |
---|
getFeatureID |
Methods inherited from interface com.cisco.jtapi.extensions.CiscoProvEv |
---|
getCiscoCause |
Methods inherited from interface javax.telephony.events.ProvEv |
---|
getProvider |
Methods inherited from interface javax.telephony.events.Ev |
---|
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
---|
static final int ID
static final int REASON_CALLPARK
static final int REASON_CALLUNPARK
static final int REASON_CALLPARKREMAINDER
static final int REASON_CALLPARKREMINDER
static final int PARK_STATE_IDLE
static final int PARK_STATE_ACTIVE
Method Detail |
---|
java.lang.String getParkingParty()
java.lang.String getParkedParty()
java.lang.String getParkDN()
int getReason()
int getState()
int getintCallIDValue()
java.lang.String getParkingPartyPartition()
java.lang.String getParkedPartyPartition()
java.lang.String getParkPartyPartition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |