Context
The context of normalization
within the schema tree is shown. Italicised links are to other pages.
deployment-config:number-analysis (in number-analysis-config.yaml) normalization international-prefix min-normalizable-length national-prefix network-dialing-code normalize-to
Normalization configuration.
international-prefix
The international prefix. 1 to 5 digits in length.
This node is mandatory.
Type dialing-code-type
- Description
-
A type that represents a dialing code.
- Value
-
a string with length 1 to 5
min-normalizable-length
The minimum normalizable length.
This node is mandatory.
Type uint8
- Value
-
a number in the range up to 31
national-prefix
The national prefix. 1 to 5 digits in length.
This node is mandatory.
Type dialing-code-type
- Description
-
A type that represents a dialing code.
- Value
-
a string with length 1 to 5
network-dialing-code
The network dialing code. 1 to 3 digits in length.
This node is mandatory.
Type dialing-code-type
- Description
-
A type that represents a dialing code.
- Value
-
a string with length 1 to 3
normalize-to
The format to normalize to when comparing numbers, sending outgoing requests and checking whether numbers are normalizable.
Type enumeration
- Value
-
one of the following
Value | Description |
---|---|
|
Normalize to international format. |
|
Normalize to national format. |
- Default value
-
'international'