...
Below is a screenshot of the UDR Assistance displaying the RulesMapping UDR:
RulesMapping UDR
Infotitle Example RulesMapping UDR
The following values:
Code BlockID=11
Priority=2
Arguments=['Product 1']
Targets=[1,2]
ID=12
Priority=1
Arguments=['Product 2-4']
Targets=[3]
StopFallthrough=yes
will give the following setup:
The second mapping table, with priority 1, will have higher priority than the first one, with priority 2.
The first mapping table use the product Product 1
, while the second mapping table use the products Product 2
, Product 3
, or Product 4
.
The first mapping table uses PCC Rules with IDs 1 and 2, while the second mapping object uses the rule with ID 3.
If the second mapping table is active, only the rules for this table will be returned even if other rules apply.
...
Static rules are provisioned via the Gx interface and can be activated or deactivated at any time.
...
Field
Description ID (int)
The unique ID of the static rule. Rule_Name (string)
The name of the static rule. Rule_Base_Name (string)
The base name of the rule which indicates the name of a pre-defined group of PCC rules. This field is not necessary if a Rule Name has been set.
Below is a screenshot of the UDR Assistance displaying the Static_Rule UDR:
...
Infotitle Example Final_Indication_Rule UDR
The following values:
Code BlockID=100
Name='FIRST REDIRECT'
Rating_Group=1
Final_Unit_Action=1
Redirect_Address_Type=2
Redirect_Server_Address='http://example1.com'
ID=200
Name"'SECOND REDIRECT'
Rating_Group=2
Final_Unit_Action=1
Redirect_Address_Type=2
Redirect_Server_Address='http://example2.com'
will give the following setup:
The first rule, with ID 100 and name First Redirect , will use rating group 1 while the second rule, with ID 200 and name Second Redirect will use rating group 2.
Both rules will use redirect messages (indicated by setting Final_Unit_Action
to 1).
The type of address used for the redirect messages is URL (indicated by setting Redirect_Address_Type
to 2).
The subscribers adhering to the rule with ID 100 will be redirected to http://example1.com
, while the subscribers adhering to the rule with ID 200 will be redirected to http://example2.com/
.
Scroll ignorescroll-viewport false scroll-pdf true scroll-office false scroll-chm true scroll-docbook true scroll-eclipsehelp true scroll-epub true scroll-html false
Next chapter: