/mcpDescription Method Interface Returns the Cisco Unified Communications Manager Feature Reason for this event. To function properly, some applications need to know the reason why an event happened. This interface provides the CiscoFeatureReason in JTAPI Call events for current and new features. Existing features, such as transfer, continue to receive the CiscoCause provided by the older interface CiscoCallEv.getCiscoCause(), while this interface will provide REASON_TRANSFER for transfer. Caution: Applications should make sure to handle unrecognized reasons and provide default behavior, because new reasons could be added in the future and this interface may not be backward compatible. The possible values are defined in the CiscoFeatureReason interface. Returns: The Cisco Unified Communications Manager Feature Reason for this event getCiscoFeatureReason() Int Related Documentation See Constant Field Values, on page 1667 and CallEv for more information. CiscoCallFeatureCancelledEv This event notifies applications that the cancel operation has been invoked Interface History Description Cisco Unified Communications Manager Release Number Created history table to track changes. 7.1(2) Declaration public interface CiscoCallFeatureCancelledEv Methods Table 82: Methods in CiscoCallFeatureCancelledEv Description Method Interface Returns the Consult Call for which consult operation is cancelled, if the consult call doesn't exist it will return NULL. getConsultCall() CiscoCall Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 365 Cisco Unified JTAPI Extensions Related Documentation