/mcpBackward compatibility This feature is backward compatible. Application must invoke a new API to query IP address of a call. Calling Party Normalization Calling Party Normalization (CPN) is an enhancement. This feature provides the option to transform or normalize the incoming call number and convert into the E.164 format, which includes the (country code, state code, and number type). The number type field identifies the subscriber, national, international, or unknown. The number type is not supported in conference scenarios. Interface changes This feature introduces a new method in CiscoCall that is getGlobalizedCallingParty() and a new method in CiscoPartyInfo that is getNumberType(). See CiscoCall, on page 332 and CiscoPartyInfo, on page 476 for more information. Message sequences See Calling Party Normalization, on page 1085 Backward compatibility This feature is backward compatible. CallFwdAll Key Press Notification This feature enables applications to know whether the call is a normal call or a temporary call, when the CallFwdAll key is enabled. JTAPI exposes this information through the API getCFwdAllKeyPressIndicator() which is exposed on the CiscoCall interface. This API enables the application to know if the call is created due to pressing of CallFwdAll softkey or not. The newly added getCFwdAllKeyPressIndicator()” could return following constants that are also new: • If it is pressed on a phone that is in on-hook state to set CallFwdAll, this API returns CiscoCall.CFWD_ALL_SET. • If it is pressed on a phone that is in on-hook state to clear the CallFwdAll, this API returns CiscoCall.CFWD_ALL_CLEAR. • If the call is made first and then the user presses CallFwdAll key when phone is in off-hook state, this API returns CiscoCall.CFWD_ALL_NONE. Interface changes See CiscoCall, on page 332 Message Sequences See CallFwdAll Keys Press Notification, on page 793 Backward Compatibility This feature is backward compatible. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 46 Features Supported by Cisco Unified JTAPI Calling Party Normalization