McDewey

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

Page 298

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

Structure Details typedef struct linelocationentry_tag { DWORD dwPermanentLocationID; DWORD dwLocationNameSize; DWORD dwLocationNameOffset; DWORD dwCityCodeSize; DWORD dwCityCodeOffset; DWORD dwPreferredCardID; DWORD dwLocalAccessCodeSize; DWORD dwLocalAccessCodeOffset; DWORD dwLongDistanceAccessCodeSize; DWORD dwLongDistanceAccessCodeOffset; DWORD dwTollPrefixListSize; DWORD dwTollPrefixListOffset; DWORD dwCountryID; DWORD dwOptions; DWORD dwCancelCallWaitingSize; DWORD dwCancelCallWaitingOffset; } LINELOCATIONENTRY, FAR *LPLINELOCATIONENTRY; Members Values Members The permanent identifier that identifies the location. dwPermanentLocationID Contains a null-terminated string (size includes the NULL) that describes the location in a user-friendly manner. dwLocationNameSize dwLocationNameOffset The country code of the location. dwCountryCode The preferred calling card when dialing from this location. dwPreferredCardID Contains a null-terminated string that specifies the city or area code that is associated with the location (the size includes the NULL). Applications can use this information, along with the country code, to “default” entry fields for the user when you enter the phone numbers, to encourage the entry of proper canonical numbers. dwCityCodeSize dwCityCodeOffset The size, in bytes, and the offset, in bytes, from the beginning of the LINETRANSLATECAPS structure of a null-terminated string that contains the access code to be dialed before calls to addresses in the local calling area. dwLocalAccessCodeSize dwLocalAccessCodeOffset The size, in bytes, and the offset, in bytes, from the beginning of the LINETRANSLATECAPS structure of a null-terminated string that contains the access code to be dialed before calls to addresses outside the local calling area. dwLongDistanceAccessCodeSize dwLongDistanceAccessCodeOffset Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 266 Basic TAPI Implementation LINELOCATIONENTRY