McDewey

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

Page 103

↗ View in doc context
page
103
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::91

• To log in and log out of hunt groups, the CCiscoPhoneDevSpecificSetHuntGroupLoginStatus extension has been added to the existing CCiscoPhoneDevSpecific interface. The new extension has an enum mHuntGroupLoginStatus. • To query the hunt group login status, a new extension Cisco_LineDevCaps_Ext000E0000 has been added to the existing LineGetDevCapsinterface. The new extension has a member variable of DeviceHuntGroupLoginStatus. To log in and out of hunt groups, the application must negotiate line extension 0x000E0000 or above. The new line extension is added as a part of this feature. To make use of this feature, he application must open a TAPI phone device with minimum extension version 0x00030000. Note Error Description Hunt group logins are not supported with the following device types. Login requests return the LINEERR_OPERATIONUNAVAIL error: • DeviceTapiRoutePoint • CtiRemoteDevice • CtiSparkRemoteDevice The range of enum values for Hunt Group Login status must fall within the range of 0 to 2. Otherwise, the request returns LINEERR_INVALPARAM. If the request to set the Hunt Group Login Status is in process and a second request is sent, the second request returns the LINEERR_PENDING_REQUEST error. Interface Changes Hunt Group Login Status, on page 402 Message Sequences Hunt Group Login Status, on page 857 Backward Compatibility none Intercom The Intercom feature allows one user to call another user and have the call automatically answered with one-way media from the caller to the called party, regardless of whether the called party is busy or idle. To ensure that no accidental voice of the called party is sent back to the caller, Unified Communications Manager implements a ‘whisper’ intercom, which means that only one-way audio from the caller is connected, but not audio from the called party. The called party must manually press a key to talk back to the caller. A Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 71 Features Supported by TSP Intercom