McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 580

↗ View in doc context
page
580
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::581

Description Method Interface This method will update a remote destination of the CiscoRemoteTerminal based on the remote destination number. It can update any or all of its remote destination name, remote destination number, and isActiveRD at the same time. 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. updateRemoteDestination (String remoteDestinationNumber, String remoteDestinationName, String newRemoteDestinationNumber, boolean isActiveRD) void This method will return true if this application issued a successful registration request to register this terminal's device in Extend mode; return false otherwise. It will get set to true until this application unregisters the device. isRegisteredByThisApp () boolean This method will return the registration type with which this terminal's device has been registered in. The registration type returned can be one of the following: • CiscoRemoteTerminal. EXTEND_MEDIA_REGISTRATION • CiscoRemoteTerminal. NO_EXTEND_MEDIA_REGISTRATION getRegistrationType () int This method will return true if this application is the last application to set active remote destination for the CiscoRemoteTerminal; return false otherwise. Note that CiscoProvider must be in IN_SERVICE state, otherwise InvalidStateException will be thrown. isMyAppLastToSetActiveRD () boolean Parameters String remoteDestinationName The name of the specified remote destination. String remoteDestinationNumber The number of the specified remote destination. boolean isActiveRD The flag to indicate whether the specified remote destination is an active remote destination or not. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 516 Cisco Unified JTAPI Extensions Parameters