Click or drag to resize
DialingRulesConfigurationExcludeDialingRulesFromCallRecordsEnabled Property
Indicates whether dialing rule prefixes should be removed from call records for outgoing calls. When enabled, any access codes applied during dialing— such as outside line access (ARS), long distance (LDC), international call codes (ICC), PBX prefixes, or local area codes—are stripped before storing the number in the call log. This ensures the call record reflects the original number the user intended to dial, without any extra prefixes added for routing. The default value is false.

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

Property Value

Type: Boolean
Remarks
For example, if the dialed number is "909665493800", where: Outside line access code = 9 and Long distance access code = 0, the original number is "9665493800". Enabling this property will store "9665493800" in the call log, omitting the access codes used for dialing.
See Also