> 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/configuration-details/configuration-by-web-portal-category/sip/creating-a-sip-transport-server.md).

# Creating a SIP Transport Server

After you create a SIP stack, you must must create a new SIP transport server for your SIP configuration.

Note: In order to employ SIP transport servers, the protocol that they will use to transport the SIP signaling traffic must be defined.

To create a SIP Transport server:

1- Click SIP in the navigation panel

<figure><img src="https://docs.telcobridges.com/w/images/5/58/SIP_NavigationMenu.png" alt=""><figcaption></figcaption></figure>

\
2- Select a SIP stack for which you wish to create a transport server

<figure><img src="https://docs.telcobridges.com/w/images/9/9c/Select_SIP.png" alt=""><figcaption></figcaption></figure>

\
3- Click Create New Transport Server

<figure><img src="https://docs.telcobridges.com/w/images/6/69/Create_New_SIP_TransportServer.png" alt=""><figcaption></figcaption></figure>

\
4- Create the new SIP transport server:

* Enter a name for the server
* Select an appropriate port type
* Select an appropriate host IP interface
* Click Create

<figure><img src="https://docs.telcobridges.com/w/images/a/a6/Create_New_SIP_TransportServer1.png" alt=""><figcaption></figcaption></figure>

\
5- Verify that the "SIP transport server was successfully created" message appears, and that the new server is listed in the Transport Servers list

\ <br>

<figure><img src="https://docs.telcobridges.com/w/images/7/72/Create_New_SIP_TransportServer2.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://docs.telcobridges.com/w/images/c/ce/Create_New_SIP_TransportServer3.png" alt=""><figcaption></figcaption></figure>

### List of Parameters

* [Name](/configuration-details/configuration-parameters-all.md#parameter-name)
* [Port Type](/configuration-details/configuration-parameters-all.md#parameter-port-type)
* [Port](/configuration-details/configuration-parameters-all.md#parameter-port)
* [IP Interface](/configuration-details/configuration-parameters-all.md#parameter-ip-interface)


---

# 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:

```
GET https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/sip/creating-a-sip-transport-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
