Click or drag to resize
SipUserConfigurationCallDenialPolicy Property
Specifies the call denial policy.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public CallDenialPolicy CallDenialPolicy { get; set; }

Property Value

Type: CallDenialPolicy
Remarks
If a user denies a call using Call.Deny(CallCompletionHandler^) method then the denial reason will be determined based on CallDenialPolicy. By default, the property is set to Busy.
See Also