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
ANI = LVCA.GetANI
DNIS = LVCA.GetDNIS
CallerID = LVCA.GetCallerID
LineNumber = LVCA.GetLineNumber
ModuleName = LVCA.GetModuleName
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.
Any - except GetModuleName is invalid in Call Start and Call End
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