McDewey

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

Page 396

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

• CiscoTerminal.STATIC_MEIDA_TERMINAL_FOR_GET_PORT_SUPPORT CiscoCall The CiscoCall interface extends the CallControlCall interface with additional Cisco Unified Communications Manager specific capabilities. In Cisco Unified Communications Manager, every Call object comprises a set of call legs that share a common identifier: the global call handle. Connection objects represent call legs in JTAPI, and the Call object that relates a set of connections contains the global call handle that the underlying call legs share. The global call handle within a CiscoCall is accessible by using CallManagerID and CallID properties. Taken together, the CallManagerID and CallID form the global call handle that Cisco Unified Communications Manager maintains. Consider this pair of properties as guaranteed to be unique among all ACTIVE Call objects, but when an ACTIVE call becomes INACTIVE, its CallManagerID and CallID may be reused to identify a newly created Call object. Therefore, an INACTIVE Call can have identical CallManagerID and CallID properties to those of a currently ACTIVE Call object. Interface History Description Cisco Unified Communications Manager Release Number Two new APIs: CiscoMultiMediaCapabilityInfogetCallingTerminalMultiMediaCapabilityInfo() Returns the calling party terminal multimedia capability. CiscoMultiMediaCapabilityInfogetCalledTerminalMultiMediaCapabilityInfo() Returns the called party terminal multimedia capability. Three new constants: CALL_RECORDING_MEDIA_FORKING_DEVICE_TYPE_NONE CALL_RECORDING_MEDIA_FORKING_DEVICE_TYPE_PHONE CALL_RECORDING_MEDIA_FORKING_DEVICE_TYPE_G 10.0(1) Five new constants: CALL_RECORDING_TYPE_NONE CALL_RECORDING_TYPE_AUTOMATIC CALL_RECORDING_TYPE_APPLICATION_INITIATED_SILENT CALL_RECORDING_TYPE_USER_INITIATED_FROM_APPLICATION CALL_RECORDING_TYPE_USER_INITIATED_FROM_DEVICE 9.0(1) Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 332 Cisco Unified JTAPI Extensions CiscoCall