McDewey

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

Page 956

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

Call info Events Action termA. getCiscoMultiMediaCapabilityInfo(). getVideoCapability() = VIDEO_ENABLED CiscoProvTerminalMultiMedia CapabilityChangedEv In Device Configuration CUCM Admin pages- Video Capabilities field is changed to'Enabled' No event is delivered, as the device is still a video capable device as it can receive video The external camera is removed, or the Cisco Camera field in CUCM Admin Phone page is 'Disabled' termA. getCiscoMultiMediaCapabilityInfo(). getVideoCapability() = VIDEO_ENABLED User1 invokes CiscoTerminal. getCiscoMulti MediaCapabilityInfo(). getVideoCapability() on termA termA. getCiscoMultiMediaCapabilityInfo(). getVideoCapability() = NONE CiscoProvTerminalMultiMedia CapabilityChangedEv In Device Configuration CUCM Admin pages- Video Capabilities field is changed to'Disabled' Device and Line Restriction Events Scenario S.No Application has Devices T1, T2, T3 whose lines are A1, A2, A3 in the control list. T1 and A3 is added into the restricted list. Application opens the provider 1 CiscoTerminal.isRestricted() returns true for T1 and false for T2 and T3 Application queries for is Restricted on T1, T2, T3 CiscoAddress.isRestricted() returns true for A1, A3, false for A2. Application queries for is Restricted on Address A1, A2, A3 CiscoAddress.getRestrictedAddrTerminals() on A1, A3 returns T1, T3 respectively, returns null for A2. addObserver and addCallObserver fails for T1, A1, A3. For T3 observer is added, but no events are received on A3. For A2, application will be able to add observers successfully and events will be received Application tries to addObserver and addCallObserver on T1, T2, T3, A1, A2, A3 Application has Devices T1, T2, T3 whose lines are A1, A2, A3 in the control list. 2 Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 892 Message Sequence Charts Device and Line Restriction

Page 956 diagram