SVI-STP SSME
Squire Technologies - Confidential Document
Page
15
of
57
4.2.1
<Match>
This element is used to perform matches and translations throughout an <Ep>.
The <Match> Element references all its attributes by the following
Attribute Type
Incoming
Outgoing
MTP
ic.mtp.<attr>
og.mtp.<attr>
SCCP
ic.sccp.<attr>
og.sccp.<attr>
TCAP
tcap.operationCode
MAP
map.routing_expr
Examples
Incoming MTP DPC
ic.mtp.dpc
Incoming SCCP Called Party Digits
ic.sccp.cdpn.digits
Outbound MTP OPC
og.mtp.opc
Outbound SCCP Calling Party Nature of Address
og.sccp.cgpa.noa
4.2.1.1
Matching
Example – match incoming DPC 9987
<
Match
ic.mtp.dpc
=
"9987"
/>
Example – match incoming DPC 9987 and OPC 1234 or 1235
<
Match
ic.mtp.dpc
=
"9987"
>
<
Match
ic.mtp.dpc
=
"1234"
>
<
Match
ic.mtp.opc
=
"1235"
>
</
Match
>
4.2.1.2
Translations
Example – match incoming DPC 9987 translate to DPC 1234
<
Match
ic.mtp.dpc
=
"9987"
og.mtp.dpc
=
"1234"
/>
Example – match incoming DPC 9987 translate to DPC 1234, and match OPC 1234 or OPC 1235 –
Translate OPC to 999 for both cases
<
Match
ic.mtp.dpc
=
"9987"
og.mtp.dpc
=
"1234"
og.mtp.opc
=
"999"
/>
<
Match
ic.mtp.dpc
=
"1234"
/>
<
Match
ic.mtp.opc
=
"1235"
/>