class NumNormDenormalizationSubstitutionRule

ManagedElement
+-CscfFunction
+-NumberNormalisation
+-NumNormProfile
+-NumNormDenormalizationSubstitutionRule

NumNormDenormalizationSubstitutionRule MO serves as a structural MO for the number denormalization substitution rules data.

Attributes
uint32
noNotification
groupId = 0
Independently from the permissions, this attribute can always be modified by the MO
owner and by the Super Administrator.
NumNormstring1to00256DT
key
mandatory
noNotification
restricted
numNormDenormalizationSubstitutionRule
NumNormDenormalizationSubstitutionRule key, defines the name of the number denormalization substitution rule.
NumNormSubstitutionString1to000255DT[0..128] nonUnique ordered
numNormDenormalizationSubstitutionRuleData
The numNormDenormalizationSubstitutionRuleData defines the substitution rule data for number denormalization and has the following format:

Order:Substitution-rule-expression:Terminal-match, where
Order is an unsigned integer and it defines which substitute rule is being matched first. The lowest number has the highest priority in matching.

Subsitution-rule-expression is a POSIX 1003.2 extended regular expression. The regular expression is encapsulated with a starting "/" and an ending "/".

Terminal-match is a boolean flag indicating if the expression is terminal or not. If terminal-match, the matching results will be returned directly; otherwise, further matching will be performed.

Valid input expression: "(0|[1-9][0-9]*):/.*/:(true|false)"

Example:
0: /^\$PC(.*)$/\1/:TRUE
If the number begins with $PC, delete $PC from the number.
E.g. +46812345 will become 12345 if $PC=+468.
1: /^\$CC(.*)$/$NDP\1/:TRUE
If the number begins with $CC, replace $CC with $NDP.
E.g. +461812345 will become 01812345 if $CC=+46 and $NDP=0.
2: /^\+(.*)$/$IDP\1/:TRUE
If the number begins with +, replace + with $IDP. E.g. the number +8612345 will become 008612345 if $IDP=00, where $PC is the phone-context; $CC is the country code; $NDP is the national dialing prefix; $IDP is the international dialing prefix.
NumNormString0to00064DT
numNormDenormalizationSubstitutionRuleIndex
Defines the string for the index to the number denormalization substitution rules. The string must be set to the same value as the numNormDefaultDenormalizationSubRulesIndex attribute in the NumNormDefaultContext MO.
uint32
noNotification
ownerId = 0
Independently from the permissions, this attribute can always be modified by the MO
owner and by the Super Administrator
integer
noNotification
permissions = 9
The operations allowed for the group members and for other administrators are represented
as a bitmap: groupRead(1), groupUpdate(2), groupManage(4), otherRead(8), otherUpdate(16),
otherManage(32). Read permission means to read the MO attributes and to see the children of the MO;
write permission allows to modify the MO attributes and manage permission allows to create and
delete children of the MO. The owner of the MO has all the permissions. The attribute can only be
modified by the owner of the MO or by the Super Administrator. By default, the MO is created with the
permissions determined by the defaultPermissions attribute of the owner administrator.
DN
noNotification
shareTree = nodeName=jambala
This attribute refers to a container object and implies that all administrators defined
under this shareTree value have the privileges set as share permissions over the container and its leaf object. Obsolete, must not be used.

  class NumNormDenormalizationSubstitutionRule