There will be URIs in the network that should not be provisioned for a subscriber.
How it works
The non-provisionable URIs specified in the Rhino VoLTE TAS are used for denying a call forward. If a non-provisionable URI matches a target URI (after normalization), any call forwarding rules related to this are ignored. For further information on call forwarding, see Communications Diversion (CDIV).
In addition, any XCAP request to create a forwarding rule which contains a non-provisonable URI is rejected.
Configuration
The non-provisionable-uris
field designates what the Rhino VoLTE TAS will not provision, as shown in the example number-analysis-config.yaml file.
Setting up non-provisionable URIs configuration
I want to …
Specify a series of URIs that the Rhino VoLTE TAS will reject call forwarding rules for
To set the Rhino VoLTE TAS to disable provisioning for certain URIs, in the number-analysis
section,
set non-provisionable-uris
with a list of non-provisionable URIs.
non-provisionable-uris:
- "111"
- "tel:111"
- "sip:111"