Connect Method
This method attempts to establish a connection to the CT Server. This must be done before any of the other methods will work. This function picks up two values, which are needed for the connection. The TCP/IP address of the CT Server and the Port number.
These two values are read from the HKLM\Software\Performance Solutions\Settings\ as outlined below:
[Network]
Address=192.168.0.0
Name=CTSERVER
Port=100
Syntax
object.Connect
The object placeholder represents the CTIPhone Control OCX.
Remarks
Connect attempts to connect to a remote computer using the TCP/IP network protocol using the information stored in the HKLM\Software\Performance Solutions\Settings\. You must Connect to the server before you will be notified of any telephony events or before any other methods will function correctly.