Information About the call

Here is information which is available throughout the call.  

Public Function GetANI() As String

Public Function GetDNIS() As String

Public Function GetCallerID() As String

Public Function GetCallLineNumber() As Long

Public Function GetModuleName() As String

Syntax

ANI = LVCA.GetANI

DNIS = LVCA.GetDNIS

CallerID = LVCA.GetCallerID

LineNumber = LVCA.GetLineNumber

ModuleName = LVCA.GetModuleName

Returns

ANI - String - The callers phone number if available

DNIS - String - The number the caller dialed if available

CallerID - String - The callers phone number if available (analog lines)

LineNumber - Long - The line this call is running on.

ModuleName - String - The current module you are in.

Appropriate Events

Any - except GetModuleName is invalid in Call Start and Call End

Remarks

Caller ID is typically available after the second ring on an analog line.  This is controlled by the Call Engine Settings.


Complete Help Topic List | Speech Platform Product Information