|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoToneChangedEv
CiscoToneChangedEv
event indicates that a tone has been
generated for this call. The CallControlCallObserver
interface reports this event.
Currently, this tone gets generated only because of the Forced Authorization Code (FAC) or Client
Matter Code (CMC) features. CiscoToneChangedEv.getCiscoCause() returns
CiscoCallEv.CAUSE_FAC_CMC_FEATURE if the tone gets generated because of FAC_CMC.
Field Summary | |
---|---|
static int |
CMC_REQUIRED
Indicates that a CMC must be entered using Connection.addToAddress(String) to extend the call. |
static int |
FAC_CMC_REQUIRED
Indicates that both a FAC and a CMC must be entered using Connection.addToAddress(String) to extend the call. |
static int |
FAC_REQUIRED
Indicates that a FAC must be entered using Connection.addToAddress(String) to extend the call. |
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 | |
---|---|
int |
getTone()
Returns the generated tone type from CiscoTone . |
int |
getWhichCodeRequired()
Returns which codes are required for the dialed DN. |
Methods inherited from interface com.cisco.jtapi.extensions.CiscoCallEv |
---|
getCiscoCause, getCiscoFeatureReason |
Methods inherited from interface javax.telephony.events.CallEv |
---|
getCall |
Methods inherited from interface javax.telephony.events.Ev |
---|
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
---|
static final int ID
static final int FAC_REQUIRED
static final int CMC_REQUIRED
static final int FAC_CMC_REQUIRED
Method Detail |
---|
int getTone()
CiscoTone
.
int getWhichCodeRequired()
CiscoToneChangedEv.FAC_REQUIRED
CiscoToneChangedEv.CMC_REQUIRED
CiscoToneChangedEv.FAC_CMC_REQUIRED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |