/mcpDescription Method Interface This will return the globalizedCallingParty getGlobalizedCallingParty () java. lang. String Returns the PartyInfo of the last redirecting party of the call. getLastRedirectedPartyInfo () CiscoPartyInfo Returns the Presentation Indicator (PI) that is associated with getLastRedirectingAddressPI. getLastRedirectingAddressPI () boolean Deprecated. - use getLastRedirectedPartyInfo (); getLastRedirectingPartyInfo () CiscoPartyInfo This interface returns the modified called Address for the call if called party is modified by using called party transformation pattern or other means. getModifiedCalledAddress () javax. telephony. Address This interface returns the modified calling Address for the call if an application modifies its calling party by using the selectRoute API or other means. getModifiedCallingAddress () javax. telephony. Address This interface returns true if the call is a persistent call and false if the call is a normal call. isPersistentCall () boolean If the application has the information about the call at the monitor target, the application can use this interface to monitor calls. startMonitor (javax. telephony. TerminalMonitorInitiatorterminal, javax. telephony. AddressMonitorInitiatoraddress, intmonitorTargetcallid, java. lang. StringmonitorTargetDN, java. lang. StringmonitorTargetTerminalName, intmonitorType, intplayToneDirection) javax. telephony. Connection[] If the application is observing the monitor target (agent) Address, the application can use the Terminal connection of the monitor target (agent) to initiate a monitor request. startMonitor (javax. telephony. TerminalMonitorInitiatorterminal, javax. telephony. AddressMonitorInitiatoraddress, javax. telephony. TerminalConnectiontermConnofMonitorTarget, intmonitorType, intPlayToneDirection) javax. telephony. Connection[] This method is similar to the CallControlCall. transfer (String address) interface except that it also takes facCode (Forced Authorization Code) and cmcCode (Client Matter Code) if the transfer Address requires these codes to offer the call. transfer (java. lang. Stringaddress, java. lang. StringfacCode, java. lang. StringcmcCode) javax. telephony. Connection Returns the calling party terminal multimedia capability. getCallingTerminalMultiMediaCapabilityInfo () CiscoMultiMedia CapabilityInfo Returns the called party terminal multimedia capability. getCalledTerminalMultiMediaCapabilityInfo () CiscoMultiMedia CapabilityInfo In Cisco Unified JTAPI implementation, CallControlCall.getCalledAddress() returns the first called party of the call which is the original called party. Note Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 338 Cisco Unified JTAPI Extensions Methods