> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/sip-and-voip/enabling-sip-spiral.md).

# Enabling SIP Spiral

> **Applies to:** 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

![EnableSipSpiral 0](https://docs.telcobridges.com/w/images/a/a9/EnableSipSpiral_0.png)

2- Select a SIP configuration from the **Sip Configuration List**

![EnableSipSpiral 1](https://docs.telcobridges.com/w/images/a/a1/EnableSipSpiral_1.png)

3- Click **Quirks** to view options.

* Set the **Support Spiral Call** checkbox.
* Click **Save**

![EnableSipSpiral 2](https://docs.telcobridges.com/w/images/a/a9/EnableSipSpiral_2.png)

**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

* [Support Spiral Calls](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/support-spiral-calls/README.md)
* [Generate Space After Colon](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/generate-space-after-colon/README.md)
* [Support # and \ in User Info](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/support/README.md#and-in-user-info)
* [ETSI TS 102 027-2 2006 Compliant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/etsi-ts-102-027-2-2006-compliant/README.md)
* [Clear Subscriptions on Call Complete](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/clear-subscriptions-on-call-complete/README.md)
* [Support Quotes in Quoted String](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/support-quotes-in-quoted-string/README.md)
* [Support Latin Characters](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/support-latin-characters/README.md)
* [Add Angle Brackets Around SIP URI](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/add-angle-brackets-around-sip-uri/README.md)
* [Support method UPDATE](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/support-method-update/README.md)
* [Using Symmetric Response Routing](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/using-symmetric-response-routing/README.md)
* [Remove route header in outgoing invite](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/remove-route-header-in-outgoing-invite/README.md)
* [Refuse initial INVITE with To tag](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/refuse-initial-invite-with-to-tag/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/sip-and-voip/enabling-sip-spiral.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
