| SipUserConfigurationCallDenialPolicy Property |
Specifies the call denial policy.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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