Enabling SIP I SIP T D: Difference between revisions
(Added Northbound Interface SIP I parameters) |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Enabling SIP-I/SIP-T}} | {{DISPLAYTITLE:Enabling SIP-I/SIP-T}} | ||
{| class="wikitable" | |||
|- | |||
|rowspan="3"|This article applies to: | |||
|'''Product''' | |||
|'''Version''' | |||
|- | |||
|Tmedia | |||
|3.0, 3.2, 3.3 | |||
|- | |||
|SBC | |||
|3.1, 3.3 | |||
|} | |||
To enable SIP-I/SIP-T: | To enable SIP-I/SIP-T: | ||
| Line 44: | Line 54: | ||
<pre> | <pre> | ||
{ | { | ||
"sip_cfg" : { | |||
"sipi_parameters" : { | |||
"append_f_to_outgoing_calls" : false, | "append_f_to_outgoing_calls" : false, | ||
"call_progress_method" : "183 Call Progress", | "call_progress_method" : "183 Call Progress", | ||
| Line 51: | Line 62: | ||
"isup_protocol_variant" : "ITU" | "isup_protocol_variant" : "ITU" | ||
} | } | ||
} | |||
} | } | ||
</pre> | </pre> | ||
Latest revision as of 12:48, 22 June 2024
| This article applies to: | Product | Version |
| Tmedia | 3.0, 3.2, 3.3 | |
| SBC | 3.1, 3.3 |
To enable SIP-I/SIP-T:
1- Select NAPs from the navigation panel
2- Select a SIP NAP from the Network Access Point List
3- Expand SIP-I Parameters
- Set the Enable checkbox.
- Select an ISUP Protocol Variant
- Click Save
Path
/configurations/@[configuration_name]/naps/@[nap_name]
Parameters (text)
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/sipi_parameters append_f_to_outgoing_calls = false call_progress_method = "183 Call Progress" content_type = "itu-t" enable = false isup_protocol_variant = "ITU"
Parameters (json)
{
"sip_cfg" : {
"sipi_parameters" : {
"append_f_to_outgoing_calls" : false,
"call_progress_method" : "183 Call Progress",
"content_type" : "itu-t",
"enable" : false,
"isup_protocol_variant" : "ITU"
}
}
}


