Click or drag to resize

DialingRulesConfigurationIsRemoveAreaCodeForLocalCalls Property

A Boolean value which controls whether or not the area code should be removed when dialing local numbers.

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

Property Value

Type: Boolean
Remarks
For example, if the area code is set to "303", the outside line access code is set to "9", and this option is enabled, then applying dialing rules to "303-538-1234" will result in "95381234".
See Also