CTI32 Class Library

cti.PbxCallInfo Method 

Gets the called/calling number from a PBX board

[Visual Basic]
Public Shared Function PbxCallInfo( _
   ByVal chdev As Integer, _
   ByRef callInfo As String _
) As Integer
[C#]
public static int PbxCallInfo(
   int chdev,
   ref string callInfo
);

Parameters

chdev
The channel device handle.
callInfo
Out. The string of 49 characters from the PBX

Return Value

See Also

cti Class | CTI32NetLib Namespace