McDewey

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

Page 221

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

lpszExtensionName This parameter gets ignored. dwPriority The new priority for the application. If the value 0 is passed, the application gets removed from the priority list for the specified media or request mode (if it was already not present, no error gets generated). If the value 1 is passed, the application gets inserted as the highest priority application for the media or request mode (and removed from a lower-priority position, if it was already in the list). Any other value generates an error. Return Values Returns zero if the request succeeds or a negative number if an error occurs. Possible return values follow: • LINEERR_INIFILECORRUPT • LINEERR_INVALREQUESTMODE • LINEERR_INVALAPPNAME • LINEERR_NOMEM • LINEERR_INVALMEDIAMODE • LINEERR_OPERATIONFAILED • LINEERR_INVALPARAM • LINEERR_RESOURCEUNAVAIL • LINEERR_INVALPOINTER lineSetCallPrivilege The lineSetCallPrivilege function sets the application privilege to the specified privilege. Function Details LONG WINAPI lineSetCallPrivilege( HCALL hCall, DWORD dwCallPrivilege ); Parameters hCall A handle to the call whose privilege is to be set. The call state of hCall can be any state. dwCallPrivilege The privilege that the application can have for the specified call. This parameter uses one and only one LINECALLPRIVILEGE_Constant. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 189 Basic TAPI Implementation lineSetCallPrivilege

Page 221 content