CTI32 Class Library

cti.SoftPhoneStart Method 

Start the softphone

[Visual Basic]
Public Shared Function SoftPhoneStart( _
   ByVal chdev1 As Integer, _
   ByVal chdev2 As Integer _
) As Integer
[C#]
public static int SoftPhoneStart(
   int chdev1,
   int chdev2
);

Parameters

chdev1
chdev2

Return Value

See Also

cti Class | CTI32NetLib Namespace