Toolpack:Creating a NAP (SIGTRAN) D
From TBwiki
(Difference between revisions)
(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Creating a NAP (ISUP)}} A Network Access Point (NAP) represents the entry point to another network or destination ...") |
|||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{DISPLAYTITLE:Creating a NAP (ISUP)}} | {{DISPLAYTITLE:Creating a NAP (ISUP)}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |rowspan="3"|This article applies to: | ||
+ | |'''Product''' | ||
+ | |'''Version''' | ||
+ | |- | ||
+ | |Tmedia | ||
+ | |2.9, 2.10, 3.0, 3.2 | ||
+ | |} | ||
+ | |||
A Network Access Point (NAP) represents the entry point to another network or destination peer. | A Network Access Point (NAP) represents the entry point to another network or destination peer. | ||
− | After you | + | After you create an ISUP CIC group, you must create a network access point. |
To create a network access point (NAP): | To create a network access point (NAP): | ||
Line 58: | Line 67: | ||
'''Path''' | '''Path''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg | ||
</pre> | </pre> | ||
'''Parameters (text)''' | '''Parameters (text)''' | ||
<pre> | <pre> | ||
+ | /configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg | ||
+ | append_f_to_outgoing_calls = false | ||
+ | append_pound_to_outgoing_calls = false | ||
+ | channel_usage = "Per-trunk lowest timeslot" | ||
+ | remove_trailing_f_or_pound_from_incoming_calls = true | ||
+ | |||
</pre> | </pre> | ||
'''Parameters (json)''' | '''Parameters (json)''' | ||
<pre> | <pre> | ||
+ | { | ||
+ | "tdm_cfg" : { | ||
+ | "append_f_to_outgoing_calls" : false, | ||
+ | "append_pound_to_outgoing_calls" : false, | ||
+ | "channel_usage" : "Per-trunk lowest timeslot", | ||
+ | "overlap_parameters" : { | ||
+ | "enable_overlap_receiving" : false, | ||
+ | "enable_overlap_sending" : false, | ||
+ | "overlap_receiving_expected_digits" : 0, | ||
+ | "overlap_receiving_inter_digit_timeout" : "20 seconds", | ||
+ | "overlap_receiving_timeout" : "0 millisecond" | ||
+ | }, | ||
+ | "remove_trailing_f_or_pound_from_incoming_calls" : true | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
</pre> | </pre> | ||
</div> | </div> |
Latest revision as of 13:46, 25 November 2020
This article applies to: | Product | Version |
Tmedia | 2.9, 2.10, 3.0, 3.2 |
A Network Access Point (NAP) represents the entry point to another network or destination peer.
After you create an ISUP CIC group, you must create a network access point.
To create a network access point (NAP):
1- Click NAPs in the navigation panel
2- Click Create New NAP
3- Configure the new NAP:
- Enter a name for the NAP
- Select a user-created profile, if not, select default
- Click Create
4- Verify that the NAP was successfully created message appears
5- Associate an ISUP interface with the NAP:
- Select an interface (the newly-created ISUP CIC group)
- Click the "<<" button to add the interface to the list
The following information is displayed:
- Select a value for Channel Usage, to avoid call collision
- Click Save
6- Verify that the "NAP was successfully updated" message appears
Path
/configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg
Parameters (text)
/configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg append_f_to_outgoing_calls = false append_pound_to_outgoing_calls = false channel_usage = "Per-trunk lowest timeslot" remove_trailing_f_or_pound_from_incoming_calls = true
Parameters (json)
{ "tdm_cfg" : { "append_f_to_outgoing_calls" : false, "append_pound_to_outgoing_calls" : false, "channel_usage" : "Per-trunk lowest timeslot", "overlap_parameters" : { "enable_overlap_receiving" : false, "enable_overlap_sending" : false, "overlap_receiving_expected_digits" : 0, "overlap_receiving_inter_digit_timeout" : "20 seconds", "overlap_receiving_timeout" : "0 millisecond" }, "remove_trailing_f_or_pound_from_incoming_calls" : true } } }
List of Parameters
Advanced Parameters-Call rate limiting