> 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/tmedia-documentation/configuration/sbc-web-portal-2-10-protocol-stacks.md).

# SBC Web Portal 2.10: Protocol Stacks

## SIP

| (Step 1) Configure IP port range                                                                                                                    | (Step 2) Configure SIP Signaling                                                                                                                                                                                                                                                                    | (Step 3) Modify NAP profile                                                                                                     | (Step 4) Configure Network Access Points (NAPs)                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[Create an IP port range](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-an-ip-port-range/README.md) | \*[Create a SIP stack](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-sip-stack/README.md) \*[Create a SIP transport server](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-sip-transport-server/README.md) | \*[Modify profile](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-profiles/README.md) | \*[Allocate a SIP NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/allocating-a-sip-network-access-point-nap/README.md) |

## SIP Advanced Features

| SIP-I SIP-T                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------ |
| \*[Enable SIP-I SIP-T](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/enabling-sip-i-sip-t/README.md) |

| SIP Spiral                                                                                                                         |
| ---------------------------------------------------------------------------------------------------------------------------------- |
| \*[Enable SIP Spiral](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/enabling-sip-spiral/README.md) |

| Remote NAT Traversal                                                                                                                                   | Local NAT Traversal                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[Enable Remote NAT Traversal](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/enabling-remote-nat-traversal/README.md) | \*[Enable Local NAT Traversal](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/enabling-local-nat-traversal/README.md) |

| DNS                                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------ |
| \*[Enable DNS](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-dns-parameters/README.md) |

## SIP Service Affecting Parameters

When modifying the following parameters, the SIP stack will be deallocated and reallocated, resulting in a loss of active calls. Be careful when changing these parameters:

**Quirks**

* All Parameters **Header Parameters**
* Domain Name
* Add rPort **DNS Parameters**
* Enabled
* Use Cache
* Cache Expire Time
* Address and Port

*'*'


---

# 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/tmedia-documentation/configuration/sbc-web-portal-2-10-protocol-stacks.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.
