/mcpDescription Field Interface Enables the ringer for the address. RINGER_ENABLE static int This constant is added to replace the deprecated constants APPLICTION_CONTROLLED_RECORDINGand DEVICE_CONTROLLED_RECORDING SELECTIVE_RECORDING static int This represents an address with an unknown name. UNKNOWN static int Methods Table 47: Methods in CiscoAddress Description Method Interface Use this interface to clear any phantom calls on the address. Throws javax. telephony. PrivilegeViolationException—Use this interface to clear any phantom calls on the address. clearCallConnections () void This interface creates a persistent call for this address and will return the call object for the newly created call. Note that CiscoProvider and the address must be in IN_SERVICE state, otherwise InvalidStateException will be thrown. This API cannot be invoked on external addresses. Doing so will result in MethodNotSupportedException to be thrown. If while trying to allocate a globalCallId for the persistent call and an error occurs, ResourceUnavailableException will be thrown. All other errors encountered will result in PlatformException to be thrown. createPersistentCall (Terminal terminal, String callerIDNumber, String callerIDName) CiscoCall This interface creates an announcement call for this address in order to play announcements to the remote destination. It returns the call object for the newly created call. Note that CiscoProvider and the address must be in IN_SERVICE state, otherwise InvalidStateException is thrown. This API cannot be invoked on external addresses. Doing so results in MethodNotSupportedException being thrown. If while trying to allocate a globalCallId for the announcement call and an error occurs, ResourceUnavailableException ise thrown. All other errors encountered results in PlatformException being thrown. startAnnouncement (Terminal terminal, String announcementID) Use this interface to get information about calls that are present at the Terminal. getAddressCallInfo (javax. telephony. Terminal terminal) CiscoAddressCallInfo Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 291 Cisco Unified JTAPI Extensions Methods