CTI32 Class Library

cti.ISDN_DNIS_ANI Method 

Get the Dialed number and the Caller's ID (number). If ANI or DNIS is not available returns non-zero. Exception is never thrown.

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

Parameters

chdev
Channel device
dnis
Out. Called Number.
ani
Out. Caller's number.

Return Value

0=Successful.

See Also

cti Class | CTI32NetLib Namespace