SVI-STP SSME
Squire Technologies - Confidential Document
Page
47
of
57
7.2
Examples
Global Title Translation can occur during the Routing Criteria as first instance, or more often once
the route has been selected
It is always part of an entry point element and should be set up as follows:
<
Ep
name
=
"ETSI-GTT-TRANSLATIONS"
>
<
CommandList
address
=
"Called/Calling"
ic.DestinationPoint
=
"STP-MP-CPC-ETSI"
routed.OriginatingPoint
=
"STP-0-ETSI-OPC-10001"
>
<
Command
jump
=
"Etsi-Translation-1"
mode
=
"GttTranslation"
/>
</
CommandList
>
<
CommandList
address
=
"Called/Calling"
ic.DestinationPoint
=
"1500"
routed.OriginatingPoint
=
"STP-0-
ETSI-OPC-10001"
>
<
Command
jump
=
"Etsi-Translation-2"
mode
=
"GttTranslation"
/>
</
CommandList
>
</Ep>
In this example the address translation will occur on the called and calling SCCP address. To only
change the Called Party Number then the following would be used
<
CommandList
address
=
"Called "
ic.DestinationPoint
=
"STP-MP-CPC-ETSI"
routed.OriginatingPoint
=
"STP-0-ETSI-OPC-10001"
>
<
Command
jump
=
"Etsi-Translation-1"
mode
=
"GttTranslation"
/>
</
CommandList
>
There are two difference translations occurring for different incoming point codes are outgoing
points.
Normally the GTT Translation is invoked from either the Linkset / LinksetProfile Element attributes.
Such as
<
LinksetProfile
name
=
"EtsiProfile"
gtTranslation
=
"ETSI-GTT-TRANSLATIONS"
>
Or
<
Linkset
linkset
=
"Linkset1"
gtTranslation
=
"ETSI-GTT-TRANSLATIONS"
>
7.2.1
Removing Leading Digits
A simple example showing the removal of leading digits if an address starts 998 remove the two
leading digits
<
Ep
name
=
"Etsi-Translation-1"
>
<
GTTMatch
digits
=
"998"
og.strip
=
"3"
/>
</
Ep
>