> 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/configuring-an-ip-port-range.md).

# Configuring an IP Port Range

> **Applies to:** Tmedia 3.0, 3.2, 3.3

A range of IP ports can be configured.

### To configure an RTP port range

1. Select **IP Interfaces** from the navigation panel:

![Create Voip Interface 0](https://docs.telcobridges.com/w/images/7/7d/Create_Voip_Interface_0.png)

2. Click the **RTP Port Ranges** tab:

* Click **Create New RTP Port Ranges**

![CreateIP PortRange 0](https://docs.telcobridges.com/w/images/3/32/CreateIP_PortRange_0.png)

3. Configure the range of ports:

* Enter a name for the port range
* Select one or more IP interfaces
* Enter a minimum port number for the port range
* Enter a maximum port number for the port range
* Click **Create**

![CreateIP PortRange 1](https://docs.telcobridges.com/w/images/3/38/CreateIP_PortRange_1.png)

**Path**

```
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/rtp_port_ranges/Default
```

**Parameters (text)**

```
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/rtp_port_ranges/@[port_name]
ip_interface = "@[hardware_name]"."@[port_name]"
name         = "Default"
port_max     = 60000
port_min     = 10000
unique_name  = "@[name]"
```

**Parameters (json)**

```
{
  "ip_interface" : "@[hardware_name]"."@[port_name]",
  "name" : "Default",
  "port_max" : 60000,
  "port_min" : 10000,
  "unique_name" : "@[name]"
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [RTP Port min](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/rtp-port-min/README.md)
* [RTP Port max](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/rtp-port-max/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/configuring-an-ip-port-range.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.
