/mcpDescription Cisco Unified Communications Manager Release Number Enhanced with the following: New methods that allow applications to get the Terminals associated with the current calling and current called parties on the call. New API to indicate whether the call is created due to CallFwdAll key press or not. Three new constants, CFWD_ALL_NONE, CFWD_ALL_SET, and CFWD_ALL_CLEAR, have been introduced for CiscoCall interface. 8.0(1) Added new method called isConference() for Drop Any Party feature. 7.1(1) Superinterfaces javax.telephony.Call, javax.telephony.callcontrol.CallControlCall, CiscoObjectContainer Subinterfaces CiscoConsultCall Declaration public interface CiscoCall extends javax.telephony.callcontrol.CallControlCall, CiscoObjectContainer Fields Table 73: Fields in CiscoCall Description Field Return Type This constant is used when silent is the recording invocation type. Silent recording is the default value in releases prior to Release 9.0. CALL_RECORDING_TYPE_APPLICATION_INITIATED_SILENT static int This constant is used when recording is invoked automatically by Unified CM, as a result of the line configuration. CALL_RECORDING_TYPE_AUTOMATIC static int This constant is used when a call is not recorded. CALL_RECORDING_TYPE_NONE static int This constant is used when user is the recording invocation type, and the request was invoked by an application. CALL_RECORDING_TYPE_USER_INITIATED_FROM_APPLICATION static int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 333 Cisco Unified JTAPI Extensions Superinterfaces