CTI32 Engine Class Library

Log.AddToCallCount Method 

Adds to the call count.

[Visual Basic]
Public Sub AddToCallCount( _
   ByVal port As Integer, _
   ByVal incoming As Boolean _
)
[C#]
public void AddToCallCount(
   int port,
   bool incoming
);

Parameters

port
Channel that got the phone clal
incoming
true=incoming call / false=outgoing call

See Also

Log Class | CTI32Engine Namespace