Enabling SIP I SIP T D
From TBwiki
(Difference between revisions)
(Added Northbound Interface SIP I parameters) |
|||
| Line 44: | Line 44: | ||
<pre> | <pre> | ||
{ | { | ||
| − | "sipi_parameters" : { | + | "call_rate_limiting" : { |
| + | "maximum_call_burst" : 0, | ||
| + | "maximum_calls_per_second" : 0, | ||
| + | "maximum_simultaneous_incoming_calls" : 0, | ||
| + | "maximum_simultaneous_outgoing_calls" : 0, | ||
| + | "maximum_simultaneous_total_calls" : 0, | ||
| + | "processing_delay_high_threshold" : "3 seconds", | ||
| + | "processing_delay_low_threshold" : "1 second" | ||
| + | }, | ||
| + | "cas_stacks" : [ | ||
| + | ], | ||
| + | "default_profile" : "default", | ||
| + | "isdn_stacks" : [ | ||
| + | ], | ||
| + | "isup_cic_groups" : [ | ||
| + | ], | ||
| + | "line_services" : [ | ||
| + | ], | ||
| + | "name" : "@[nap_name]", | ||
| + | "port_ranges" : [ | ||
| + | ], | ||
| + | "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 73: | ||
"isup_protocol_variant" : "ITU" | "isup_protocol_variant" : "ITU" | ||
} | } | ||
| + | } | ||
} | } | ||
</pre> | </pre> | ||
Revision as of 09:57, 23 December 2015
Applies to version: v2.9
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)
{
"call_rate_limiting" : {
"maximum_call_burst" : 0,
"maximum_calls_per_second" : 0,
"maximum_simultaneous_incoming_calls" : 0,
"maximum_simultaneous_outgoing_calls" : 0,
"maximum_simultaneous_total_calls" : 0,
"processing_delay_high_threshold" : "3 seconds",
"processing_delay_low_threshold" : "1 second"
},
"cas_stacks" : [
],
"default_profile" : "default",
"isdn_stacks" : [
],
"isup_cic_groups" : [
],
"line_services" : [
],
"name" : "@[nap_name]",
"port_ranges" : [
],
"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"
}
}
}


