TD 92326GB
2009-03-10 / Ver. E
Installation and Operation Manual
VoIP Gateway
47
in Unix environments. For more information, see regular expression manuals on the
internet.
• Description - Short explanation of what is configured with regular expressions
If there are several in maps for one attribute, all maps are handled in the order of
appearance. To change the order of appearance click the "Move Up" or "Move Down"
icons on the left side of the In Maps window.
An in-map is a pair of <source-attr-name> (An AD-attribute name) and
<assignment_pattern>. Approximate Grammar:
In-Map Examples, Maps for telephone Number
• %dw=/\1/:07031 12345-(.*) that assigns the extension to the symbol %dw
• %dw=/\2/%root=/\1/:07031(.*) -(.*) this assigns the extension to the symbol %dw
and the root-/subscriber number to %root.
• If the <value_expression> was skipped, it defaults to \n, where n is the running index
of the symbol_definition (starting with 1). The second example from above can
therefore be written as: %root%dw:07031(.*) -(.*)
• A default value for a symbol may be defined by simply applying an an always-match-
constant-value. That is, for instance for telephone Number %dw=/0/:.*
• Because of the rule, that a missing regexp defaults to :(.*) , this can be written as
%dw=/0/
• If an attribute value is to copied straight, one simply writes %e164 which is identical
with %e164=/\1/:(.*)
8.3.6
Out Maps
Out Maps define how the local temporary variables configured for In Maps are assigned to
the internal IP-DECT attributes. Out Maps can be configured with the following text fields:
• Dest. Attribute - The name of the VoWiFi attribute. See
page 46 for examples.
• Destination Value - The name of the local temporary variable
Figure 47.