Toolpack:Creating a TCAP Userpart C
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Creating a TCAP Userpart}} After you create a TCAP stack, you must create a TCAP [[TCAP:Userpart configuration|use...") |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{DISPLAYTITLE:Creating a TCAP Userpart}} | {{DISPLAYTITLE:Creating a TCAP Userpart}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |rowspan="3"|This article applies to: | ||
+ | |'''Product''' | ||
+ | |'''Version''' | ||
+ | |- | ||
+ | |Tmedia | ||
+ | |2.9, 2.10, 3.0, 3.2 | ||
+ | |} | ||
+ | |||
After you create a TCAP stack, you must create a TCAP [[TCAP:Userpart configuration|user part]]. | After you create a TCAP stack, you must create a TCAP [[TCAP:Userpart configuration|user part]]. | ||
− | To | + | To create a TCAP Userpart: |
1- Click '''TCAP''' from the navigation panel | 1- Click '''TCAP''' from the navigation panel | ||
Line 34: | Line 43: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart] | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart] | ||
+ | name = "@[tcap_userpart]" | ||
+ | protocol_variant = "ITU96" | ||
+ | sccp_userpart = "@[sccp_userpart]" | ||
+ | |||
+ | /configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart]/timers | ||
+ | lost_connection_timer = "0 millisecond" | ||
+ | t1_timer = "6 seconds" | ||
+ | t2_timer = "6 seconds" | ||
</pre> | </pre> | ||
Line 43: | Line 62: | ||
<pre> | <pre> | ||
</pre> | </pre> | ||
+ | { | ||
+ | "name" : "@[tcap_userpart]", | ||
+ | "protocol_variant" : "ITU96", | ||
+ | "sccp_userpart" : "@[sccp_userpart]", | ||
+ | "timers" : { | ||
+ | "lost_connection_timer" : "0 millisecond", | ||
+ | "t1_timer" : "6 seconds", | ||
+ | "t2_timer" : "6 seconds" | ||
+ | } | ||
+ | } | ||
</div> | </div> | ||
Latest revision as of 13:37, 9 December 2020
This article applies to: | Product | Version |
Tmedia | 2.9, 2.10, 3.0, 3.2 |
After you create a TCAP stack, you must create a TCAP user part.
To create a TCAP Userpart:
1- Click TCAP from the navigation panel
2- Click Create New TCAP Userpart in the TCAP stack configuration window
3- Configure the new TCAP userpart:
- Enter a name for the userpart
- Select a protocol variant
- Select an SCCP user part
- Click Create
4- Verify that the "TcapUserpart was successfully created" message appears
Path
/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart]
Parameters (text)
/configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart] name = "@[tcap_userpart]" protocol_variant = "ITU96" sccp_userpart = "@[sccp_userpart]" /configurations/@[configuration_name]/tcap_stacks/@[tcap_stack]/tcap_userparts/@[tcap_userpart]/timers lost_connection_timer = "0 millisecond" t1_timer = "6 seconds" t2_timer = "6 seconds"
Parameters (json)
{
"name" : "@[tcap_userpart]", "protocol_variant" : "ITU96", "sccp_userpart" : "@[sccp_userpart]", "timers" : { "lost_connection_timer" : "0 millisecond", "t1_timer" : "6 seconds", "t2_timer" : "6 seconds" }
}
List of Parameters
Timers