Modifying TDM SS7 or ISDN Profile Settings

From TBwiki
Revision as of 13:48, 5 October 2018 by Allyntree (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Applies to version(s): v2.9


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.

ProfileTdmSs7Isdn 0.png

2- Modify settings as required.

ProfileTdmSs7Isdn A 1.png

  • 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_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_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

Personal tools