Siebel CTI Administration Guide > Developing a Communications Driver > Adaptive Communications Design >

Driver Parameters and Initialization


For the drivers provided with Siebel Business Applications, each driver parameter might be prefaced with a keyword indicating how it is used. Driver parameters defined for custom Adaptive Communications drivers can also follow this scheme for controlling how parameters are used:

  • Parameters prefixed with Driver: are sent (with the prefix Driver: removed) to the driver handle when the driver is being initialized. These parameters are sent to the CreateISCDriverInstance method.
  • Parameters prefaced with Service: are sent (with the prefix Service: removed) to the driver handle when it requests a service (creates the service handle). These parameters are sent to the RequestService method.
  • Parameters that are not prefixed with either Driver: or Service: (as is the case for most of the drivers provided with Siebel Business Applications) are sent to the driver handle when the driver is being initialized (CreateISCDriverInstance method) and also when the driver handle requests a service (RequestService method).
Siebel CTI Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.