Click or drag to resize

SipUserConfigurationCallDenialPolicy Property

Specifies the call denial policy.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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