Toolpack:Creating an SCCP GTT Address Map C: Difference between revisions
(Created page with "=== '''''Applies to version(s): v2.9''''' === __notoc__ {{DISPLAYTITLE:Creating an SCCP GTT Address Map}} The GTT Translation table is composed of two things: #A list of [[SCC...") |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__notoc__ | __notoc__ | ||
{{DISPLAYTITLE:Creating an SCCP GTT Address Map}} | {{DISPLAYTITLE:Creating an SCCP GTT Address Map}} | ||
{| class="wikitable" | |||
|- | |||
|rowspan="3"|This article applies to: | |||
|'''Product''' | |||
|'''Version''' | |||
|- | |||
|Tmedia | |||
|3.0, 3.2, 3.3 | |||
|} | |||
An Address Map describes the [[GTT|Global Title Translation]]. | An Address Map describes the [[GTT|Global Title Translation]]. | ||
Each translation description is associated to a complete or partial address number and 1 or 2 translation Entities. | Each translation description is associated to a complete or partial address number and 1 or 2 translation Entities. | ||
| Line 48: | Line 37: | ||
* Choose a [[Parameter: Name|Name]] for the map | * Choose a [[Parameter: Name|Name]] for the map | ||
* Choose an [[Parameter: Action Type|Action Type]] | * Set values for the Called and Calling Party: | ||
* Choose '''start and end digits''' | ** Choose an [[Parameter: Action Type|Action Type]] | ||
** Choose '''start and end digits''' | |||
* Choose an '''SCCP output network''' (only for ITU96 protocol variant) | * Choose an '''SCCP output network''' (only for ITU96 protocol variant) | ||
* Enter an '''Format Type (GTI)''' and '''GT Address (GTA)''' in the '''Entity Global Title''' section | * Enter an '''Format Type (GTI)''' and '''GT Address (GTA)''' in the '''Entity Global Title''' section | ||
* Click '''Create''' | * Click '''Create''' | ||
[[Image: | [[Image:SCCP_Table_1a.png]] | ||
| Line 66: | Line 56: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps] | |||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps] | |||
name = "@[sccp_gtt_address_maps]" | |||
position = 1 | |||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/association_rule | |||
action_type = "FIX" | |||
end_digit = 8 | |||
gt_address_digits = "5551212" | |||
start_digit = 1 | |||
sub_system_number = 2 | |||
tcap_map_operation_code = 2 | |||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule | |||
enable_load_sharing = false | |||
output_network = "MTP3" | |||
preserve_global_title = false | |||
use_second_entity = false | |||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_1 | |||
net_indicator_bit_type = "NATIONAL" | |||
place_point_code_in_sccp_header = true | |||
point_code = "@[point_code]" | |||
routing_indicator = "GLOBAL_TITLE" | |||
set_destination_point_code = false | |||
set_sub_service_type = false | |||
set_sub_system_number = false | |||
sub_service_type = "National" | |||
sub_system_number = "" | |||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_1/global_title | |||
encoding_scheme = "NOT_USED" | |||
format_type = "NOT_USED" | |||
gt_address = "5551313" | |||
nature_of_address = "NOT_USED" | |||
numbering_plan_type = "NOT_USED" | |||
odd_even_type = "NOT_USED" | |||
translation_type = 0 | |||
use_translation_type = false | |||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_2 | |||
net_indicator_bit_type = "NATIONAL" | |||
place_point_code_in_sccp_header = true | |||
point_code = "@[point_code]" | |||
routing_indicator = "GLOBAL_TITLE" | |||
set_destination_point_code = false | |||
set_sub_service_type = false | |||
set_sub_system_number = false | |||
sub_service_type = "National" | |||
sub_system_number = "" | |||
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_2/global_title | |||
encoding_scheme = "NOT_USED" | |||
format_type = "NOT_USED" | |||
gt_address = "" | |||
nature_of_address = "NOT_USED" | |||
numbering_plan_type = "NOT_USED" | |||
odd_even_type = "NOT_USED" | |||
translation_type = 0 | |||
use_translation_type = false | |||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
{ | |||
"association_rule" : { | |||
"action_type" : "FIX", | |||
"end_digit" : 8, | |||
"gt_address_digits" : "5551212", | |||
"start_digit" : 1, | |||
"sub_system_number" : 2, | |||
"tcap_map_operation_code" : 2 | |||
}, | |||
"name" : "@[sccp_gtt_address_maps]", | |||
"position" : 1, | |||
"translation_rule" : { | |||
"enable_load_sharing" : false, | |||
"entity_1" : { | |||
"global_title" : { | |||
"encoding_scheme" : "NOT_USED", | |||
"format_type" : "NOT_USED", | |||
"gt_address" : "5551313", | |||
"nature_of_address" : "NOT_USED", | |||
"numbering_plan_type" : "NOT_USED", | |||
"odd_even_type" : "NOT_USED", | |||
"translation_type" : 0, | |||
"use_translation_type" : false | |||
}, | |||
"net_indicator_bit_type" : "NATIONAL", | |||
"place_point_code_in_sccp_header" : true, | |||
"point_code" : "@[point_code]", | |||
"routing_indicator" : "GLOBAL_TITLE", | |||
"set_destination_point_code" : false, | |||
"set_sub_service_type" : false, | |||
"set_sub_system_number" : false, | |||
"sub_service_type" : "National", | |||
"sub_system_number" : "" | |||
}, | |||
"entity_2" : { | |||
"global_title" : { | |||
"encoding_scheme" : "NOT_USED", | |||
"format_type" : "NOT_USED", | |||
"gt_address" : "", | |||
"nature_of_address" : "NOT_USED", | |||
"numbering_plan_type" : "NOT_USED", | |||
"odd_even_type" : "NOT_USED", | |||
"translation_type" : 0, | |||
"use_translation_type" : false | |||
}, | |||
"net_indicator_bit_type" : "NATIONAL", | |||
"place_point_code_in_sccp_header" : true, | |||
"point_code" : "@[point_code]", | |||
"routing_indicator" : "GLOBAL_TITLE", | |||
"set_destination_point_code" : false, | |||
"set_sub_service_type" : false, | |||
"set_sub_system_number" : false, | |||
"sub_service_type" : "National", | |||
"sub_system_number" : "" | |||
}, | |||
"output_network" : "MTP3", | |||
"preserve_global_title" : false, | |||
"use_second_entity" : false | |||
} | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
==List of Parameters== | ==List of Parameters== | ||
Latest revision as of 14:17, 24 June 2024
| This article applies to: | Product | Version |
| Tmedia | 3.0, 3.2, 3.3 |
An Address Map describes the Global Title Translation. Each translation description is associated to a complete or partial address number and 1 or 2 translation Entities.
To Create an SCCP GTT Address Map:
1- Select SCCP from the navigation panel
2- Select an SCCP GTT Association
3- Click Create New GTT Address Map from the GTT association configuration window
4- Configure the new GTT address map:
- Choose a Name for the map
- Set values for the Called and Calling Party:
- Choose an Action Type
- Choose start and end digits
- Choose an SCCP output network (only for ITU96 protocol variant)
- Enter an Format Type (GTI) and GT Address (GTA) in the Entity Global Title section
- Click Create
5- Verify that the "SccpGttAssoAddrMap was successfully created" message appears
Path
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]
Parameters (text)
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps] name = "@[sccp_gtt_address_maps]" position = 1 /configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/association_rule action_type = "FIX" end_digit = 8 gt_address_digits = "5551212" start_digit = 1 sub_system_number = 2 tcap_map_operation_code = 2 /configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule enable_load_sharing = false output_network = "MTP3" preserve_global_title = false use_second_entity = false /configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_1 net_indicator_bit_type = "NATIONAL" place_point_code_in_sccp_header = true point_code = "@[point_code]" routing_indicator = "GLOBAL_TITLE" set_destination_point_code = false set_sub_service_type = false set_sub_system_number = false sub_service_type = "National" sub_system_number = "" /configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_1/global_title encoding_scheme = "NOT_USED" format_type = "NOT_USED" gt_address = "5551313" nature_of_address = "NOT_USED" numbering_plan_type = "NOT_USED" odd_even_type = "NOT_USED" translation_type = 0 use_translation_type = false /configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_2 net_indicator_bit_type = "NATIONAL" place_point_code_in_sccp_header = true point_code = "@[point_code]" routing_indicator = "GLOBAL_TITLE" set_destination_point_code = false set_sub_service_type = false set_sub_system_number = false sub_service_type = "National" sub_system_number = "" /configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_2/global_title encoding_scheme = "NOT_USED" format_type = "NOT_USED" gt_address = "" nature_of_address = "NOT_USED" numbering_plan_type = "NOT_USED" odd_even_type = "NOT_USED" translation_type = 0 use_translation_type = false
Parameters (json)
{
"association_rule" : {
"action_type" : "FIX",
"end_digit" : 8,
"gt_address_digits" : "5551212",
"start_digit" : 1,
"sub_system_number" : 2,
"tcap_map_operation_code" : 2
},
"name" : "@[sccp_gtt_address_maps]",
"position" : 1,
"translation_rule" : {
"enable_load_sharing" : false,
"entity_1" : {
"global_title" : {
"encoding_scheme" : "NOT_USED",
"format_type" : "NOT_USED",
"gt_address" : "5551313",
"nature_of_address" : "NOT_USED",
"numbering_plan_type" : "NOT_USED",
"odd_even_type" : "NOT_USED",
"translation_type" : 0,
"use_translation_type" : false
},
"net_indicator_bit_type" : "NATIONAL",
"place_point_code_in_sccp_header" : true,
"point_code" : "@[point_code]",
"routing_indicator" : "GLOBAL_TITLE",
"set_destination_point_code" : false,
"set_sub_service_type" : false,
"set_sub_system_number" : false,
"sub_service_type" : "National",
"sub_system_number" : ""
},
"entity_2" : {
"global_title" : {
"encoding_scheme" : "NOT_USED",
"format_type" : "NOT_USED",
"gt_address" : "",
"nature_of_address" : "NOT_USED",
"numbering_plan_type" : "NOT_USED",
"odd_even_type" : "NOT_USED",
"translation_type" : 0,
"use_translation_type" : false
},
"net_indicator_bit_type" : "NATIONAL",
"place_point_code_in_sccp_header" : true,
"point_code" : "@[point_code]",
"routing_indicator" : "GLOBAL_TITLE",
"set_destination_point_code" : false,
"set_sub_service_type" : false,
"set_sub_system_number" : false,
"sub_service_type" : "National",
"sub_system_number" : ""
},
"output_network" : "MTP3",
"preserve_global_title" : false,
"use_second_entity" : false
}
}
List of Parameters
Association Rule
- Action Type
- Start and End Digits
- GT Address (GTA) digits
- Sub-System Number (SSN)
- TCAP/MAP Operation Code (opcode)
Translation Rule
- Entity I
- Entity Global Title



