Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
6-10
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
VB:
session_OnCurrentCallChanged (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
OnFailureEvent
Not supported.
OnGlobalSettingsDownloadConf
The OnGlobalSettingsDownloadConf event is generated as the result of a 
RequestDesktopSettings method call on the Session (which sends an 
eGlobalSettingsDownloadRequest event to the server).
A major benefit of using CTI OS is the ability to set client configuration once in 
the CTI OS Server and then to download this configuration to each CTI OS client 
desktop. This is accomplished by an application calling the 
RequestDesktopSettings method on the Session object. The server will then, in 
turn, send this OnGlobalSettingsDownloadConf event back to the application in 
response. 
The Arguments object passed as a parameter in this event contains the Desktop 
Settings configuration information. It may contain up to seven elements, each of 
which has the value of a nested Arguments array. Each of these Arguments arrays 
is a packed version of the configuration contained in the CTI OS Server, which is 
explained further in the Cisco ICM Software CTI OS System Manager’s Guide
This section also lists the default values under each key. Custom applications may 
add values at the lowest level under each key, but may not add new keys. Custom 
values added in this way will be passed through to the client in this event.
Keyword
Type
Description
UniqueObjectID STRING
Unique object ID (if any) of the new 
current call.