McDewey

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

Page 685

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

Description Field Interface This constant value returned by the getDNDOptions() interface on CiscoTerminal indicates that the DND option configured is Call Reject. If DND is enabled on the phone, all calls to the phone will get rejected, except for shared lines. DND_OPTION_CALL_REJECT static final int This indicates that IPAddressing mode is Unknown. IP_ADDRESSING_MODE_UNKNOWN static final int This indicates that IPAddressing mode is IPv4 IP_ADDRESSING_MODE_IPV4 static final int This indicates that IPAddressing mode is IPv6 IP_ADDRESSING_MODE_IPV6 static final int This indicates that IPAddressing mode is both IPv4 and IPv6 IP_ADDRESSING_MODE_IPV4_V6 static final int This is reserved IP Addressing constant for ANAT in Cisco Unified Communications Manager. It is not used in JTAPI IP_ADDRESSING_MODE_UNKNOWN_ANATRED static final int Methods Table 236: Methods in CiscoTerminal Description Method Inteface This method returns the value NO_EM_LOGIN, NATIVE_LOGIN or VISITOR_LOGIN to indicate whether the terminal is local to the cluster or not when the EM login is done. getLoginType() int This indicates that there has been no EM login done into the terminal. It will have an integer value of 0. CiscoTerminal.NO_LOGIN Static final int This indicates that the terminal is part of the local cluster when an EM login is done into it with a profile that belongs to the same cluster. It will have an inteher value of 1. CiscoTerminal.NATIVE_LOGIN This indicates that the terminal is part of the visiting cluster when an EM login is done into it with a profile that is not local to the cluster. It will have an integer value of 2. CiscoTerminal.VISITOR_LOGIN Deprecated This method has been replaced by the getState() method. Returns the state of this terminal. The state may be any of the following constants: • CiscoTerminal.OUT_OF_SERVICE • CiscoTerminal.IN_SERVICE getRegistrationState() int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 621 Cisco Unified JTAPI Extensions Methods