> 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/creating-a-sip-transport-server.md).

# Creating a SIP Transport Server

> **Applies to:** SBC 3.1, 3.3

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

![SIP NavigationMenu](https://docs.telcobridges.com/w/images/5/58/SIP_NavigationMenu.png)

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

![Select SIP](https://docs.telcobridges.com/w/images/9/9c/Select_SIP.png)

3- Click **Create New Transport Server**

![Create New SIP TransportServer](https://docs.telcobridges.com/w/images/6/69/Create_New_SIP_TransportServer.png)

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

![Create New SIP TransportServer1](https://docs.telcobridges.com/w/images/a/a6/Create_New_SIP_TransportServer1.png)

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

![Create New SIP TransportServer2](https://docs.telcobridges.com/w/images/7/72/Create_New_SIP_TransportServer2.png)

![Create New SIP TransportServer3](https://docs.telcobridges.com/w/images/c/ce/Create_New_SIP_TransportServer3.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Port Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/port-type/README.md)
* [Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/port/README.md)
* [IP Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ip-interface/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/tmedia-documentation/configuration/creating-a-sip-transport-server.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.
