/mcpDescription Method Interface This method returns a CiscoPartyInfo representing the calling party.CAVEAT: Currently, if the calling party is from out of cluster (External), it will still report as being Internal on the Address object inside of the CiscoPartyInfo. getCallingPartyInfo() CiscoPartyInfo This method returns a CiscoPartyInfo representing the called party. getCalledPartyInfo() CiscoPartyInfo CiscoProvTerminalIPAddressChangedEv This interface will be delivered to provider observers added by applications whenever the IP address of a terminal changes without the terminal getting unregistered. Interface History Description Cisco Unified Communications Manager Release Number New interface. 9.0(1) Declaration public interface CiscoProvTerminalIPAddressChangedEv extends CiscoProvEv Fields Table 150: Fields in CiscoProvTerminalIPAddressChangedEv Description Field Interface Returns the Terminal that registered with Cisco Unified Communication Manager. getTerminal() public Terminal Returns the active IP Addressing mode of the terminal after the change. Based on this value, applications can query either the Ipv4 or the Ipv6 address of the terminal. Addressing mode may be any of the following constants: CiscoTerminal.IP_ADDRESSING_MODE_IPv4 CiscoTerminal.IP_ADDRESSING_MODE_IPv6 CiscoTerminal.IP_ADDRESSING_MODE_IPv4_v6 getIPAddressingMode() public int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 488 Cisco Unified JTAPI Extensions CiscoProvTerminalIPAddressChangedEv