Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
6-17
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
corresponding to these custom keys. Any custom key that you add must 
follow the same hierarchy in the registry as that used by the existing top 
level keys.
Registry values added to the MainScreen registry key on the CTI OS 
server are passed to the client in the OnGlobalSettingsDownloadConf 
event. Subkeys added to the MainScreen registry key are not passed in 
this event. 
The format of the ScreenPreferences Arguments array follows.
  •
SoundPreferences – Arguments array that contains information 
configured on the CTI OS server in the SoundPreferences/Name subtree. 
This array includes a nested Arguments array that includes a setting for 
each sound, including .wav files to be played, and whether or not each 
one is mute. It may also include custom name/value pairs for a custom 
application. 
“ScreenPreferences”, <Arguments array>
“MainScreen”, <Arguments array>
“BringToFrontOnCall”, 1
“FlashOnCall”, 0
“CustomName”, “CustomValue”
...
“CustomScreen”, <Arguments array>
“BringToFrontOnCall”, 1
...
“CustomName”, “CustomValue”