McDewey

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

Page 453

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

Method and Descrption Interface getReason() int Returns the reason for the creation of this Connection. To function properly, some applications need to know the reason for the creation of the connection is created at an endpoint. The reason for a Connection creation may be any of the following constants: • CiscoConnection. REASON_DIRECTCALL CiscoConnection. REASON_TRANSFERREDCALL • CiscoConnection. REASON_FORWARDNOANSWER • CiscoConnection. REASON_FORWARDBUSY • CiscoConnection. REASON_FORWARDALL • CiscoConnection. REASON_REDIRECT • CiscoConnection. REASON_NORMAL getRequestController() javax.telephony.TerminalConnection Returns the current request Controller for the Connection. getUniqueID(Terminal term) String This method returns the updated uniqueID of the connection. In case if there are no shared lines associated with this connection, application can just pass null object as parameter to this interface to get the Unique Identifier. Unique Identifier will be same for all the shared lines, but if it’s a barge scenario, different terminals would have different identifier.The returned Unique Identifier will be 32-character hex string. Please refer to End to End Call Tracing, on page 904End to End Call Tracing, on page 904, for more information. Throws: PrivilegeVoilationException , InvalidStateException Parameters: Terminal isChaperone() boolean This method returns true if the connection is associated with a Chaperone call, and false if not. park() java.lang.String This method parks the call at a system park DN and returns the address of the park DN. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 389 Cisco Unified JTAPI Extensions Methods

Page 453 diagram