Modify TDM SS7 or ISDN profile D
From TBwiki
(Difference between revisions)
(→Applies to version(s): v2.9: revised northbound interface section) |
|||
| Line 31: | Line 31: | ||
/configurations/@[configuration_name]/profiles/@[profile_name] | /configurations/@[configuration_name]/profiles/@[profile_name] | ||
name = "@[profile_name]" | name = "@[profile_name]" | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
/configurations/@[configuration_name]/profiles/@[profile_name]/tdm/ss7_or_isdn | /configurations/@[configuration_name]/profiles/@[profile_name]/tdm/ss7_or_isdn | ||
| Line 62: | Line 48: | ||
{ | { | ||
"tdm" : { | "tdm" : { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"ss7_or_isdn" : { | "ss7_or_isdn" : { | ||
"always_send_alerting" : false, | "always_send_alerting" : false, | ||
| Line 91: | Line 63: | ||
</pre> | </pre> | ||
</div> | </div> | ||
| − | |||
==List of Parameters== | ==List of Parameters== | ||
Latest revision as of 13:48, 5 October 2018
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.
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_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

