Actions

Modify Telephony Services A: Difference between revisions

No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.10''''' ===
{{DISPLAYTITLE:Modifying Telephony Profile Settings}}  
{{DISPLAYTITLE:Modifying Telephony Profile Settings}}  
<br>
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|2.10, 3.0, 3.2
|-
|SBC
|3.0, 3.1
|}


'''To configure TDM SS7 settings, do the following:'''  
'''To configure Telephony Services settings, do the following:'''  


<br>
<br>
Line 23: Line 32:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/profiles/@[profile_name]
/configurations/@[configuration_name]/profiles/@[profile_name]/telephony_services_profile
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/@[configuration_name]/profiles/@[profile_name]
configurations/@[configuration_name]/profiles/@[profile_name]/telephony_services_profile
name                            = "@[profile_name]"
cnam_collection_timeout_ms  = "1 second"
 
cnam_telephony_service      = ""
/configurations/@[configuration_name]/profiles/@[profile_name]/tdm/ss7
telephony_services_cnam_mode = "Never"
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
 
</pre>
</pre>


Line 50: Line 46:
<pre>
<pre>
{
{
"tdm" : {
"telephony_services_profile" : {
     "ss7" : {
     "cnam_collection_timeout_ms" : "1 second",
      "default_backward_call_indicator" : "0x5404",
    "cnam_telephony_service" : "",
      "default_backward_call_indicator_enforce_mask" : "0x0000",
    "telephony_services_cnam_mode" : "Never"
      "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
    }
   }
}
</pre>
</pre>
</div>
</div>


==List of Parameters==
==List of Parameters==

Latest revision as of 14:17, 25 November 2020

This article applies to: Product Version
Tmedia 2.10, 3.0, 3.2
SBC 3.0, 3.1

To configure Telephony Services settings, do the following:


1- Click Telephony Services in the Editing Profile window, to display the customizable options.

2- Modify settings as required.

  • Click Save


Path

/configurations/@[configuration_name]/profiles/@[profile_name]/telephony_services_profile

Parameters (text)

configurations/@[configuration_name]/profiles/@[profile_name]/telephony_services_profile
cnam_collection_timeout_ms   = "1 second"
cnam_telephony_service       = ""
telephony_services_cnam_mode = "Never"

Parameters (json)

{
"telephony_services_profile" : {
    "cnam_collection_timeout_ms" : "1 second",
    "cnam_telephony_service" : "",
    "telephony_services_cnam_mode" : "Never"
  },

List of Parameters

SS7