Click or drag to resize
CallCreationInfoApplyDialingRules Property
Gets or sets a value that indicates whether any configured dialing rules should be applied to the remote address before dialing.

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

Property Value

Type: Boolean
true if dialing rules should be applied; otherwise, false. The default is true.
See Also