Toolpack:Creating SS7 Point Codes E

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(New article because DPC Length is changed to length)
 
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9.''''' ===
 
 
{{DISPLAYTITLE:Creating SS7 Point Codes}}
 
{{DISPLAYTITLE:Creating SS7 Point Codes}}
 +
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.10, 3.0, 3.2
 +
|}
 +
 
Point codes are used to define the adjacent and target networks so that calls are properly routed from one network to the next.
 
Point codes are used to define the adjacent and target networks so that calls are properly routed from one network to the next.
  
Line 23: Line 32:
 
In this example, an originating point code (OPC) is created.
 
In this example, an originating point code (OPC) is created.
  
[[Image:PointCodes_2_A.png]]
+
[[Image:PointCodes_2_B.png]]
  
 
4. Verify that the '''"PointCode was successfully created"''' message appears, and the new point code appears in the '''Point Codes''' list
 
4. Verify that the '''"PointCode was successfully created"''' message appears, and the new point code appears in the '''Point Codes''' list

Latest revision as of 13:39, 25 November 2020

This article applies to: Product Version
Tmedia 2.10, 3.0, 3.2

Point codes are used to define the adjacent and target networks so that calls are properly routed from one network to the next.

To create SS7 originating point codes (OPC) and destination point codes (DPC):

1- Click Point Codes in the navigation panel

PointCodes 0 A.png

2- Click Create New Point Code

PointCodes 1 A.png

3- Configure the new point code:

  • Enter a name for the point code
  • Select a point code type (select type-specific parameters)
  • Select a point code length (14, 16, 24 bits)
  • Enter a point code. Either as bits, decimal, or hexadecimal.
  • Click Create

In this example, an originating point code (OPC) is created.

PointCodes 2 B.png

4. Verify that the "PointCode was successfully created" message appears, and the new point code appears in the Point Codes list

PointCodes 3 A.png


Path

/configurations/@[configuration_name]/point_codes/@[point_code]

Parameters (text)

/configurations/@[configuration_name]/point_codes/@[point_code]
length     = "14bits format=3.8.3"
name       = "@[point_code]"
point_code = "1.7.2"
type       = "OPC"

Parameters (json)

{
  "length" : "14bits format=3.8.3",
  "name" : "@[point_code]",
  "point_code" : "1.7.2",
  "type" : "OPC"
}


List of parameters

Personal tools