QX50/QX200/QX2000; (SW Version 6.0.x) 103
QX50/QX200/QX2000 Manual II: Administratorās Guide
Criterion 2
The total number of matching digits/symbols inside and outside the braces/brackets
The more matching digits a pattern contains, the higher its priority.
Criterion 3
The number of matching digits/symbols outside the braces/brackets
The more matching digits outside braces/brackets a pattern contains, the higher its priority.
Please Note:
This criterion is used only if several patterns take an equal but non-zero value for Criterion 2.
Criterion 4
The total number of question marks (ā?ā) inside and outside the braces/brackets
The more question marks a pattern contains, the higher its priority.
Criterion 5
The number of question marks (ā?ā) outside braces/brackets
The more question marks outside braces/brackets a pattern contains, the higher its priority.
Please Note:
This criterion is used only if several patterns take an equal but non-zero value for Criterion 4.
Criterion 6
The number of square brackets (ā[]ā)
The more brackets a pattern contains, the higher its priority.
Criterion 7
The number of braces (ā{}ā)
The more braces a pattern contains, the higher its priority.
Criterion 8
The number of asterisks (ā*ā)
The fewer asterisks a pattern contains, the higher its priority.
Criterion 9
The value of the metric
The lower the metric of a pattern is, the higher its priority.
Criterion 10
The position in the routing table
The higher the position of a pattern in the routing table is, the higher its priority.
Example: The user has dialed 1231 and the following matching patterns have been found.
The list of patterns
{11-15}3*
?2?1
123?
[1-3]*
[1-3]???
{100-150, asd, \*\?}1
12*31
1[1-3]3[0-8]
1231
Step 1: The list is split into two groups separating the patterns with ā*ā from those without (Criterion 1). The patterns with ā*ā form a group with a lower
priority and are pushed back to the end of the list.
Criterion 1
subgroups
[1-3]???
{100-150, asd, \*\?}1
{11-15}3*
[1-3]*
12*31