Enabling SIP-I/SIP-T

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

Northbound Interface

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"
    }
  }
 }

List of Parameters

SIP-I/SIP-T

Last updated

Was this helpful?