Actions

Enabling SIP Spiral D: Difference between revisions

(Created page with "=== '''''Applies to version: v2.9.''''' === {{DISPLAYTITLE:Enabling SIP Spiral}} <br> SIP spiral permits a SIP request to be routed to a proxy, forwarded onwards, and then be...")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== '''''Applies to version: v2.9.''''' ===
{{DISPLAYTITLE:Enabling SIP Spiral}}
{{DISPLAYTITLE:Enabling SIP Spiral}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|Tmedia
|3.0, 3.2, 3.3
|-
|SBC
|3.1, 3.3
|}


<br>
SIP spiral permits a SIP request to be routed to a proxy, forwarded onwards, and then be returned once again to the proxy with processing instructions that differ from the original request.  
SIP spiral permits a SIP request to be routed to a proxy, forwarded onwards, and then be returned once again to the proxy with processing instructions that differ from the original request.  


Line 30: Line 40:
'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/sip_stacks/@[sipStack_Name]/quirks_and_advanced_parameters
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/@[configuration_name]/sip_stacks/@[sipStack_Name]/quirks_and_advanced_parameters
add_angle_brackets_around_sip_uri        = true
advanced_transport_servers_configuration = false
clear_subscriptions_on_call_complete    = false
etsi_ts102_0272_2006_compliant          = false
generate_space_after_colon              = false
refuse_initial_invite_with_to_tag        = false
support_latin_characters                = false
support_method_update                    = true
support_pound_and_backslash_in_user_info = true
support_quotes_in_quoted_string          = false
support_spiral_call                      = false
</pre>
</pre>


'''Parameters (json)'''
'''Parameters (json)'''
<pre>
<pre>
{
  "name" : "@[sipStack_Name]",
  "quirks_and_advanced_parameters" : {
    "add_angle_brackets_around_sip_uri" : true,
    "advanced_transport_servers_configuration" : false,
    "clear_subscriptions_on_call_complete" : false,
    "etsi_ts102_0272_2006_compliant" : false,
    "generate_space_after_colon" : false,
    "refuse_initial_invite_with_to_tag" : false,
    "support_latin_characters" : false,
    "support_method_update" : true,
    "support_pound_and_backslash_in_user_info" : true,
    "support_quotes_in_quoted_string" : false,
    "support_spiral_call" : false
  },
}
</pre>
</pre>
</div>
</div>


==List of Parameters==
==List of Parameters==
Line 52: Line 90:
* [[Parameter: Add Angle Brackets Around SIP URI|Add Angle Brackets Around SIP URI]]
* [[Parameter: Add Angle Brackets Around SIP URI|Add Angle Brackets Around SIP URI]]
* [[Parameter: Support method UPDATE|Support method UPDATE]]
* [[Parameter: Support method UPDATE|Support method UPDATE]]
* [[Parameter: Using Symmetric Response Routing|Using Symmetric Response Routing]]
* [[Parameter: Remove route header in outgoing invite|Remove route header in outgoing invite]]
* [[Parameter: Refuse initial INVITE with To tag|Refuse initial INVITE with To tag]]
* [[Parameter: Refuse initial INVITE with To tag|Refuse initial INVITE with To tag]]

Latest revision as of 13:50, 24 June 2024

This article applies to: Product Version
Tmedia 3.0, 3.2, 3.3
SBC 3.1, 3.3

SIP spiral permits a SIP request to be routed to a proxy, forwarded onwards, and then be returned once again to the proxy with processing instructions that differ from the original request.



To enable SIP Spiral:

1- Select SIP from the navigation panel


2- Select a SIP configuration from the Sip Configuration List


3- Click Quirks to view options.

  • Set the Support Spiral Call checkbox.
  • Click Save


Path

/configurations/@[configuration_name]/sip_stacks/@[sipStack_Name]/quirks_and_advanced_parameters

Parameters (text)

/configurations/@[configuration_name]/sip_stacks/@[sipStack_Name]/quirks_and_advanced_parameters
add_angle_brackets_around_sip_uri        = true
advanced_transport_servers_configuration = false
clear_subscriptions_on_call_complete     = false
etsi_ts102_0272_2006_compliant           = false
generate_space_after_colon               = false
refuse_initial_invite_with_to_tag        = false
support_latin_characters                 = false
support_method_update                    = true
support_pound_and_backslash_in_user_info = true
support_quotes_in_quoted_string          = false
support_spiral_call                      = false

Parameters (json)

{
  "name" : "@[sipStack_Name]",
  "quirks_and_advanced_parameters" : {
    "add_angle_brackets_around_sip_uri" : true,
    "advanced_transport_servers_configuration" : false,
    "clear_subscriptions_on_call_complete" : false,
    "etsi_ts102_0272_2006_compliant" : false,
    "generate_space_after_colon" : false,
    "refuse_initial_invite_with_to_tag" : false,
    "support_latin_characters" : false,
    "support_method_update" : true,
    "support_pound_and_backslash_in_user_info" : true,
    "support_quotes_in_quoted_string" : false,
    "support_spiral_call" : false
  },
 }

List of Parameters