You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

This feature is available in software 2.26.0 or higher.

...
FieldDescription
AreaCodes.WildcardingWildcarding support for autolookup. Values:
0 - No wildcarding is enabled
1 - replacement for access code - if access code is detected, it will be removed
2 - wildcarding for area codes and prefixes - if a local or international prefix is detected, it will be removed and replaced with wildcard '*', with rules specified by parameters described below
3 - both replacement of access code AND wildcardingfor area codes/prefixes is performed
AreaCodes.MinNationalNumLenMinimal length of the hypothetical output number WITHOUT codes that will trigger the codes removal and wildcarding. If number starts with international code, it has to be AreaCodes.IntPrefixIgnoredLen + AreaCodes.MinNationalNumLen to be checked. If number starts with local prefix, it has to be AreaCodes.LocalPrefixIgnoredLen + AreaCodes.MinNationalNumLen to be checked.
AreaCodes.LocalPrefixIgnoredLenThe amount of dial characters to be ignored after local prefix is detected (wildcarding):
0 - nothing,
1 - just local prefix (whole, doesnt matter how long it is),
x>1 - specified number of dial characters, counting from first digit of prefix
AreaCodes.IntPrefixIgnoredLen

The amount of dial characters to be ignored after international prefix is detected (wildcarding):
0 - nothing,
1 - just local prefix (whole, doesnt matter how long it is),
x>1 - specified number of dial characters, counting from first digit of prefix


  • No labels