SVI-STP SSME
Squire Technologies - Confidential Document
Page
24
of
57
<
Command
jump
=
"mxr-tt-0-routing"
mode
=
"Action"
/>
<
Command
jump
=
"mxr-tt-0-post-conversion"
mode
=
"GttTranslation"
/>
</
CommandList
>
All three commands in this list will be processed in turn so a Pre-Conversion will be performed of the
Called Number then an attempt at the Routing will be performed if this returned a Route then the
Post-Conversion will still be performed.
For more information on Command see the following section
4.3.2
<Command>
The command element is used to perform an instruction to be performed by the SSME within a
command list. The commands are of the following type:
GT Translation – perform a GT translation on the Called or / and Calling SCCP addresses
Action – select an outbound route, and perform an updates required to the message
All commands in the <CommandList> are performed in the order proscribed so in the example below
<
CommandList
ic.sccp.cdpn.tt
=
"0"
address
=
"Called"
>
<
Command
jump
=
"mxr-tt-0-pre-conversion"
mode
=
"GttTranslation"
/>
<
Command
jump
=
"mxr-tt-0-routing"
mode
=
"Action"
/>
<
Command
jump
=
"mxr-tt-0-post-conversion"
mode
=
"GttTranslation"
/>
</
CommandList
>
The User is attempting to perform the following actions:
Pre Routing Translation – the user wishes to update the SCCP Called Address based on a set of
GT Translation rules
This new SCCP Called Address will be passed into the Entry Point mxr-tt-0-routing to
determine a route for the outgoing transaction
After selecting the route the user again wishes to update the SCCP Called Address.
A command can also be done on either the calling or called SCCP address or both using the address
attribute in the command element with “Called”,”Calling” or “Called/Calling”