Modify TDM SS7 or ISDN profile E
From TBwiki
		(Difference between revisions)
		
		
 (Created page with "=== '''''Applies to version(s): v2.10''''' ===   {{DISPLAYTITLE:Modifying TDM SS7 or ISDN Profile Settings}}  <br>  '''To configure TDM SS7 or ISDN settings, do the following:...")  | 
		|||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
{{DISPLAYTITLE:Modifying TDM SS7 or ISDN Profile Settings}}    | {{DISPLAYTITLE:Modifying TDM SS7 or ISDN Profile Settings}}    | ||
| − | + | {| class="wikitable"  | |
| + | |-  | ||
| + | |rowspan="3"|This article applies to:  | ||
| + | |'''Product'''  | ||
| + | |'''Version'''  | ||
| + | |-  | ||
| + | |Tmedia  | ||
| + | |2.10, 3.0, 3.2  | ||
| + | |}  | ||
'''To configure TDM SS7 or ISDN settings, do the following:'''    | '''To configure TDM SS7 or ISDN settings, do the following:'''    | ||
| Line 101: | Line 107: | ||
* [[Parameter: SS7 or ISDN: Network Specific Facilities IE| SS7 or ISDN: Network Specific Facilities IE]]  | * [[Parameter: SS7 or ISDN: Network Specific Facilities IE| SS7 or ISDN: Network Specific Facilities IE]]  | ||
* [[Parameter: SS7 or ISDN: Support 2 Calling Number IE| SS7 or ISDN: Support 2 Calling Number IE]]  | * [[Parameter: SS7 or ISDN: Support 2 Calling Number IE| SS7 or ISDN: Support 2 Calling Number IE]]  | ||
| + | * [[Parameter: SS7 or ISDN: Relay release location from other leg| Relay release location from other leg]]  | ||
* [[Parameter: SS7 or ISDN: Caller name (CNAM) using alternate methods| SS7 or ISDN: Caller name (CNAM) using alternate methods]]  | * [[Parameter: SS7 or ISDN: Caller name (CNAM) using alternate methods| SS7 or ISDN: Caller name (CNAM) using alternate methods]]  | ||
** [[Parameter: SS7 or ISDN: CNAM collection timeout| SS7 or ISDN: CNAM collection timeout]]  | ** [[Parameter: SS7 or ISDN: CNAM collection timeout| SS7 or ISDN: CNAM collection timeout]]  | ||
Latest revision as of 13:17, 25 November 2020
| This article applies to: | Product | Version | 
| Tmedia | 2.10, 3.0, 3.2 | 
To configure TDM SS7 or ISDN settings, do the following:
1- Click SS7 or ISDN in the Editing Profile window, to display the customizable options.
2- Modify settings as required.
- Click Save
 
Path
/configurations/@[configuration_name]/profiles/@[profile_name]
Parameters (text)
/configurations/@[configuration_name]/profiles/@[profile_name] name = "@[profile_name]" /configurations/@[configuration_name]/profiles/@[profile_name]/tdm/ss7 default_backward_call_indicator = "0x5404" default_backward_call_indicator_enforce_mask = "0x0000" default_forward_call_indicator = "0x2001" default_forward_call_indicator_enforce_mask = "0x0000" dont_forward_early_acm = false force_backward_call_indicator_in_anm = false forward_application_transport_ie = false forward_call_cpg_hold_retrieval = true forward_call_indicator_international = false forward_call_suspend_resume = true hop_counter_ie_handling = "Decrement and forward" send_charge_number_ie_in_iam = false /configurations/@[configuration_name]/profiles/@[profile_name]/tdm/ss7_or_isdn always_send_alerting = false cnam_collection_timeout = "1 second" cnam_using_alternate_methods = false colr = false information_transfer_capability = "Relay" network_specific_facilities_ie = "" send_connected_number_ie = false send_display_ie = false support_2_calling_number_ie = false
Parameters (json)
{
"tdm" : {
    "ss7" : {
      "default_backward_call_indicator" : "0x5404",
      "default_backward_call_indicator_enforce_mask" : "0x0000",
      "default_forward_call_indicator" : "0x2001",
      "default_forward_call_indicator_enforce_mask" : "0x0000",
      "dont_forward_early_acm" : false,
      "force_backward_call_indicator_in_anm" : false,
      "forward_application_transport_ie" : false,
      "forward_call_cpg_hold_retrieval" : true,
      "forward_call_indicator_international" : false,
      "forward_call_suspend_resume" : true,
      "hop_counter_ie_handling" : "Decrement and forward",
      "send_charge_number_ie_in_iam" : false
    },
    "ss7_or_isdn" : {
      "always_send_alerting" : false,
      "cnam_collection_timeout" : "1 second",
      "cnam_using_alternate_methods" : false,
      "colr" : false,
      "information_transfer_capability" : "Relay",
      "network_specific_facilities_ie" : "",
      "send_connected_number_ie" : false,
      "send_display_ie" : false,
      "support_2_calling_number_ie" : false
    }
  }
}
List of Parameters
SS7 or ISDN
- SS7 or ISDN: Information Transfer Capability
 - SS7 or ISDN: Send Display IE
 - SS7 or ISDN: Send Connected Number IE
 - SS7 or ISDN: Always Send ALERTING
 - SS7 or ISDN: Network Specific Facilities IE
 - SS7 or ISDN: Support 2 Calling Number IE
 - Relay release location from other leg
 - SS7 or ISDN: Caller name (CNAM) using alternate methods
 

