/mcpDescription Method Interface This method returns whether the remote destination is an active remote destination or not. getIsActiveRD() boolean CiscoRemoteTerminal CiscoRemoteTerminal is a new interface that extends the interface of CiscoTerminal. A CiscoRemoteTerminal is a special kind of CiscoTerminal representing the CTI Remote Device and Jabber/CUCSF (Cisco Unified Client Services Framework) Device in extend mode. It allows applications to monitor remote destinated devices such as PSTN, PBSX, and Mobiles phones. Interface History Description Cisco Unified Communications Manager Release Number A new interface, CiscoRemoteTerminal, is added. 9.0(1) Declaration public interface CiscoRemoteTerminal Methods Description Method Interface This method will return an array of CiscoRemoteDestinationInfo representing all remote destinations of the CiscoRemoteTerminal, or null if none. Note that CiscoProvider must be in IN_SERVICE state, otherwise InvalidStateException will be thrown. getAllRemoteDestinations () CiscoRemoteDestinationInfo[] This method will return an array CiscoRemoteDestinationInfo representing all active remote destinations of the CiscoRemoteTerminal, or null if none. Note that CiscoProvider must be in IN_SERVICE state, otherwise InvalidStateException will be thrown. getActiveRemoteDestinations () CiscoRemoteDestinationInfo[] This method will set/unset an active remote destination of the CiscoRemoteTerminal based on the remote destination number. Note that CiscoProvider must be in IN_SERVICE state, otherwise InvalidStateException will be thrown. Also note that the Remote Destination Number must be of a valid associated remote destination, and if the remoteDestinationNumber parameter is null, it will throw InvalidArgumentException. setActiveRemoteDestination (String remoteDestinationNumber, boolean isActiveRD) void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 514 Cisco Unified JTAPI Extensions CiscoRemoteTerminal