Enabling SIP I SIP T D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version: v2.9''''' === {{DISPLAYTITLE:Enabling SIP-I/SIP-T}} <br> To enable SIP-I/SIP-T: 1- Select '''NAPs''' from the navigation panel [[Image:EnableS...")
 
(Added Northbound Interface SIP I parameters)
Line 28: Line 28:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/naps/@[nap_name]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/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"
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "sipi_parameters" : {
 +
      "append_f_to_outgoing_calls" : false,
 +
      "call_progress_method" : "183 Call Progress",
 +
      "content_type" : "itu-t",
 +
      "enable" : false,
 +
      "isup_protocol_variant" : "ITU"
 +
    }
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 09:51, 23 December 2015

Applies to version: v2.9


To enable SIP-I/SIP-T:


1- Select NAPs from the navigation panel

EnableSipISipT 0.png


2- Select a SIP NAP from the Network Access Point List

EnableSipISipT 1.png


3- Expand SIP-I Parameters

  • Set the Enable checkbox.
  • Select an ISUP Protocol Variant
  • Click Save

EnableSipISipT 2.png


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)

{
  "sipi_parameters" : {
      "append_f_to_outgoing_calls" : false,
      "call_progress_method" : "183 Call Progress",
      "content_type" : "itu-t",
      "enable" : false,
      "isup_protocol_variant" : "ITU"
    }
 }


List of Parameters

Related actions

SIP-I/SIP-T

Personal tools