McDewey

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

Page 88

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

getAddress() javax.telephony.Address getTerminal() javax.telephony.Terminal CiscoTermRestrictedEv Public interface CiscoTermRestrictedEv extends CiscoRestrictedEv. Applications will perceive this event when a device is added into restricted list from Cisco Unified Communications Manager Administration after the application launches. Applications cannot perceive events for restricted terminals or addresses on those terminals. If a terminal is restricted when it is in InService state, applications will get this event, and terminal and corresponding addresses will move to the out-of-service state. CiscoTermActivatedEv Public interface CiscoTermActivatedEv extends CiscoRestrictedEv. getTerminal() Returns the terminal that is activated and is removed from the restricted list. javax.telephony.Terminal CiscoOutOfServiceEv CAUSE_DEVICE_RESTRICTED Indicates whether an event is sent because a device is restricted. static int CAUSE_LINE_RESTRICTED Indicates whether an event is sent because a line is restricted. static int CiscoCallEv CAUSE_DEVICE_RESTRICTED Indicates whether an event is sent because a device is restricted. static int CAUSE_LINE_RESTRICTED Indicates whether an event is sent because a line is restricted. static int CiscoConnectionID The CiscoConnectionID object represents a unique object that is associated with each connection in Cisco Unified JTAPI. Applications may use the object itself or the integer representation of the object. Threaded Callbacks The Cisco Unified JTAPI implementation design allows applications to invoke blocking JTAPI methods such as Call.connect() and TerminalConnection.answer() from within their observer callbacks. This means that Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 24 Overview CiscoConnectionID

Page 88 diagram