Click or drag to resize

CallVerificationStatus Enumeration

Enumeration indicating the call verification status for an incoming call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CallVerificationStatus
Members
  Member nameValueDescription
NotSpecified0 Call verification status is not specified, for example, if the server does not support call verification.
Passed1 Call verification passed.
Failed2 Call verification failed.
NotPerformed3 Call verification not performed.
Remarks

In the STIR/SHAKEN enabled environment, the recipient of a call can determine if the caller ID has been verified even before answering the call. It helps users avoid answering or accepting calls from spoofed caller IDs.

The incoming calls will have the 'verstat'(verification Status) parameter inserted by the server in the INVITE request indicating if the call verification was passed, failed, or not verified.

See Also