Click or drag to resize

CallVerificationStatus Property

Returns an enumeration value indicating the verification status for an incoming call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CallVerificationStatus VerificationStatus { get; }

Property Value

Type: CallVerificationStatus
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