McDewey

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

Page 436

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

RedirectInfo_ApplicationXMLData = 0x00000020 }; CiscoCallingSearchSpace m_callingSearchSpace: typedef enum { CiscoCallingSearchSpace_Default = 0, CiscoCallingSearchSpace_CallingParty = 1, CiscoCallingSearchSpace_RedirectingParty = 2 } CiscoCallingSearchSpace; where CiscoCallingSearchSpace_Default is to use CSS of party being redirected, CiscoCallingSearchSpace_CallingParty is to use CSS of party being redirected i.e calling party after redirect CiscoCallingSearchSpace_RedirectingParty is to use CSS of redirecting party. CiscoDoNotDisturbFeaturePriority FeaturePriority; Feature priority is introduced and defined in the enum type for making calls or redirecting existing calls. The following enum defines the priority as: { CallPriority_NORMAL = 1 CallPriority_URGENT = 2 CallPriority_EMERGENCY = 3 }; char m_DestDirn[MAX_DESTINATION_DIRECTORY_NUMBER]; Indicates the destination address where the call needs to be redirected. char m_SetOriginalCalledTo[MAX_DEVICE_SIZE]; Indicates the DN to which the OriginalCalledParty needs to be set. char m_FAC[MAX_FAC_CMC_DIGITS]; Indicates the FAC digits. If the application does not want to pass any FAC digits, it can set this parameter to a NULL string. char m_CMC[MAX_FAC_CMC_DIGITS]; Indicates the CMC digits. If the application does not want to pass any FAC digits, it can set this parameter to a NULL string. char m_RedirectDeviceName[MAX_DEVICE_SIZE]; Indicates the name of the device for which call needs to be redirected to. DWORD m_ApplicationXMLDataSize; Indicates the size of the xml data that application sends to the call manager. TCHAR m_ApplicationXMLData[MAX_XML_DATA_SIZE]; Indicates the content of the xml data. Applications are allowed to send the xml data within the range of 0 to 10000 characters. CiscoCallingSearchSpace m_callingSearchSpace; Indicates the calling search space which applications can set to the css of calling party or that of redirecting party, while doing a redirect. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 404 Cisco Device-Specific Extensions Parameters