Number analysis configuration. Used on MMT GSM, MMT CDMA, and MAG nodes.
This node and its descendants are configured in number-analysis-config.yaml.
- When present
 - 
Used on MMT GSM, MMT CDMA, and MAG nodes.
 
Conditional
This container is only valid when ../sentinel-volte or ../naf-filter.
Context
The context of number-analysis within the schema tree is shown. Italicised links are to other pages.
deployment-config:number-analysis (in number-analysis-config.yaml) normalization non-provisionable-uris list assume-sip-uris-are-phone-numbers
normalization
See normalization for details of this node and its descendants.
non-provisionable-uris list
List of URIs that cannot be provisioned.
Type List of union
- Values
 - 
- sip-or-tel-uri-type
 - 
A type allowing either a SIP URI or a Tel URI.
- sip-uri-type
 - 
The SIP URI type.
a string with length 0 or more matching
sip:.* - or tel-uri-type
 - 
The Tel URI type.
a string with length 0 or more matching
tel:\+?[-*#.()A-F0-9]+ 
 - or phone-number-type
 - 
A type that represents a phone number.
a string with length 0 or more matching
+?[*0-9]+ 
 
assume-sip-uris-are-phone-numbers
Set to 'true' to attempt to extract phone numbers from SIP URIs even if they don’t contain the 'user=phone' parameter. Set to 'false' to disable this behaviour.
Type boolean
- Value
 - 
'true' or 'false'
 - Default value
 - 
true
 
