SVI-STP SSME
Squire Technologies - Confidential Document
Page
48
of
57
7.2.2
Prefixing Digits
A simple example showing the prefixing number starting 443 with 74
<
Ep
name
=
"Etsi-Translation-1"
>
<
GTTMatch
digits
=
"443"
og.prefixDigits
=
"74"
/>
</
Ep
>
7.2.3
Replacing Leading Digits
A simple example showing the prefixing number replacing 443 with 74
<
Ep
name
=
"Etsi-Translation-1"
>
<
GTTMatch
digits
=
"443"
og.strip
=
"3"
og.prefixDigits
=
"74"
/>
</
Ep
>
7.2.4
Perform number translation
This example shows how to convert a more complex number for example digits 128 with 32, change
the translation type if it is 13 to 10, setting the Subsystem to 4 and set the routing indicator to
“RouteOnGT”
This will be shown in two different ways
<
Ep
name
=
"Etsi-Translation-1"
>
<
GTTMatch
digits
=
"128"
og.strip
=
"3"
og.prefixDigits
=
"32"
og.ri
=
"RouteOnGT"
ssn
=
"4"
/>
<
GTTMatch
digits
=
"128"
tt
=
"13"
og.tt
=
"10"
og.strip
=
"3"
og.prefixDigits
=
"32"
og.ri
=
"RouteOnGT"
ssn
=
"4"
/>
</
Ep
>
Or more generically
<
Ep
name
=
"Etsi-Translation-1"
>
<
GTTMatch
digits
=
"128"
og.strip
=
"3"
og.prefixDigits
=
"32"
og.ri
=
"RouteOnGT"
ssn
=
"4"
>
<
GTTMatch
tt
=
"13"
og.tt
=
"10"
/>
</
GTTMatch>
>
</
Ep
>