McDewey

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

Page 62

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

Unified Communications Manager Release 7.0(1) adds support for “+” symbol and also the calling number is globalized and passed to the application. This enables the end user to dial back without using EditDial. Along with the globalized calling party, the user would also get the number type of the calling party. This would help the user to know where the call originated, that is, whether it is a SUBSCRIBER, NATIONAL or INTERNATIONAL number. Interface Changes See LINECALLINFO, on page 324. Message Sequences See Calling Party Normalization, on page 500. Backward Compatibility This feature is backward compatible. Call PickUp Call Pickup enables TAPI applications to invoke pickup, group-pickup, other-pickup, and directed pickup features from the application. Apart from providing the API to invoke Call PickUp feature, application registers Call pickup groups for alert notification, whenever a call is available for pickup. There will not be any notification if the call is picked up and the alerting stops. Whenever there is a new call on the Pickup Group, TAPI fires a LINE_APPNEWCALL event followed by a LINE_CALLSTATE with a LINECALLSTATE_UNKNOWN | CLDSMT_CALL_PICKUP_STATE. TAPI provides the pickup group Direct Number or Partition for the line in the devSpecific data of LINEDEVCAPS when LineGetDevCaps API is invoked with Extension version 0x000A0000 or higher. New LineType is added for this feature, which is exposed to Application in Devspecific part of LINEDEVCAPS for the Pickup Line. #define LINEDEVCAPSDEVSPECIFIC_PICKUPDN 0x00000004 New extension 0x000A0000 must be negotiated to use the new APIs. Range of Permanent Line ID for the Pickup Line is between MAX_PICKUP_PERMID and MIN_PICKUP_PERMID. const DWORD MAX_PICKUP_PERMID = 0xFFFFFFFF; const DWORD MIN_PICKUP_PERMID = 0xFF000000; New Call State Callpickup State is added for this feature #define CLDSMT_CALL_PICKUP_STATE 0x10000000 Interface Changes See RegisterCallPickUpGroupForNotification, on page 380, UnRegisterCallPickUpGroupForNotification, on page 381, and CallPickUpRequest, on page 381. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 30 Features Supported by TSP Call PickUp