McDewey

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

Page 281

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

You must not extend this structure. Note Structure Details typedef struct linecardentry_tag { DWORD dwPermanentCardID; DWORD dwCardNameSize; DWORD dwCardNameOffset; DWORD dwCardNumberDigits; DWORD dwSameAreaRuleSize; DWORD dwSameAreaRuleOffset; DWORD dwLongDistanceRuleSize; DWORD dwLongDistanceRuleOffset; DWORD dwInternationalRuleSize; DWORD dwInternationalRuleOffset; DWORD dwOptions; } LINECARDENTRY, FAR *LPLINECARDENTRY; Members Values Members The permanent identifier that identifies the card. dwPermanentCardID A null-terminated string (size includes the NULL) that describes the card in a user-friendly manner. dwCardNameSize dwCardNameOffset The number of digits in the existing card number. The card number itself is not returned for security reasons (TAPI stores it in scrambled form). The application can use this parameter to insert filler bytes into a text control in “password” mode to show that a number exists. dwCardNumberDigits The offset, in bytes, from the beginning of the LINETRANSLATECAPS structure and the total number of bytes in the dialing rule that is defined for calls to numbers in the same area code. The rule specifies a null-terminated string. dwSameAreaRuleSize dwSameAreaRuleOffset The offset, in bytes, from the beginning of the LINETRANSLATECAPS structure and the total number of bytes in the dialing rule that is defined for calls to numbers in the other areas in the same country or region. The rule specifies a null-terminated string. dwLongDistanceRuleSize dwLongDistanceRuleOffset The offset, in bytes, from the beginning of the LINETRANSLATECAPS structure and the total number of bytes in the dialing rule that is defined for calls to numbers in other countries/regions. The rule specifies a null-terminated string. dwInternationalRuleSize dwInternationalRuleOffset Indicates other settings that are associated with this calling card, by using the LINECARDOPTION_ dwOptions Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 249 Basic TAPI Implementation LINECARDENTRY