Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
Chapter 8      Session Object
Methods
8-8
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Remarks
See also the section 
Connect
The Connect method establishes a connection to a CTI OS server. 
Syntax
C++:
int Connect(Arguments& args)
COM:
HRESULT Connect(IArguments *args, int * errorcode)
VB:
Connect(args As CTIOSCLIENTLib.IArguments) As Long
Java:
int Connect(Arguments args)
.NET:
C
ilError Connect(Arguments rArgs)
Parameters
args
An arguments array containing the connection parameters listed in 
Table 8-3
Connect Parameters 
Keyword
Type
Description
CtiosA
STRING
Name or TCP/IP address of CTI OS 
server A. If this value is not provided, the 
value of Ctios B is used.
Note
If values of neither Ctios A or 
Ctios B is provided, an error is 
returned.
CtiosB
STRING
Name or TCP/IP address of CTI OS 
server B. If this value is not provided, the 
value of Ctios A is used.
Note
If values of neither Ctios A or 
Ctios B is provided, an error is 
returned.