Toolpack:Configuring Overlap C
From TBwiki
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
− | === '''''Applies to version v2.9, v2.10''''' === | + | === '''''Applies to version(s): v2.9, v2.10, v3.0''''' === |
{{DISPLAYTITLE:ISDN/NFAS Overlap Parameters}} | {{DISPLAYTITLE:ISDN/NFAS Overlap Parameters}} | ||
Revision as of 11:00, 22 November 2017
Applies to version(s): v2.9, v2.10, v3.0
Overlap parameters enable default ISDN call settings to be tailored for specific needs. If for example there is a limit of 20 digits to the called destination number and more digits are required, it is possible to adapt the configuration to use the "Overlap Sending" method.
To configure Overlap Parameters:
1- Click NAPs in the navigation panel
2- Click Edit to modify a NAP .
3- Click Overlap Params to view options.
- Set the Enable Overlap Sending checkbox.
- Set other parameters as required
- Enter the number of digits to send in the Overlap Receiving Expected Digits field.
- Click Save
Path
/configurations/@[configuration_name]/naps/@[nap_name]
Parameters (text)
/configurations/@[configuration_name]/naps/@[nap_name] default_profile = "default" isup_cic_groups = [ "CHTI01", "CHTI02" ] name = "CHT_Taiwan" /configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg/overlap_parameters enable_overlap_receiving = false overlap_receiving_expected_digits = 0 overlap_receiving_inter_digit_timeout = "20 seconds" overlap_receiving_timeout = "0 millisecond"
Parameters (json)
"default_profile" : "@[profile_name]", "isup_cic_groups" : [ "CHTI01", "CHTI02" ], "name" : "@[nap_name]", "tdm_cfg" : { "append_f_to_outgoing_calls" : true, "channel_usage" : "Even highest CIC", "overlap_parameters" : { "enable_overlap_receiving" : 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 } }