> 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/voice-and-media/modifying-rtp-and-audio-settings.md).

# Modifying RTP and Audio Settings

> **Applies to:** Tmedia 3.0, 3.2; SBC 3.0, 3.1

**To configure RTP and Audio settings, do the following:**

1- Click **RTP and Audio** in the Editing Profile window, to display the customizable options.

![ProfileVoipRtpAudio A 0](https://docs.telcobridges.com/w/images/7/7a/ProfileVoipRtpAudio_A_0.png)

2- Modify settings as required.

![ProfileVoipRtpAudio 1 A](https://docs.telcobridges.com/w/images/e/e4/ProfileVoipRtpAudio_1_A.png)

* Click **Save**

### List of Parameters

Drop Call Thresholds

* [No Rx Packets](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/no-rx-packets/README.md)

Codec

* [G726 AAL2 format](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/g726-aal2-format/README.md)

Jitter Buffer

* [Jitter Buffer: Initial Depth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/jitter-buffer-initial-depth/README.md)
* [Jitter Buffer: Minimum Depth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/jitter-buffer-minimum-depth/README.md)
* [Jitter Buffer: Maximum Depth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/jitter-buffer-maximum-depth/README.md)
* [Jitter Buffer: Smooth deletion](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/jitter-buffer-smooth-deletion/README.md)

TDM Volume Control

* [TX Gain Level](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/tdm-volume-control-tx-gain-level/README.md)
* [RX Gain Level](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/tdm-volume-control-rx-gain-level/README.md)

Echo Cancellation

* [Echo Cancellation: Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/echo-cancellation-enabled/README.md)
* [Echo Cancellation: Gain Power Level](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/echo-cancellation-gain-power-level/README.md)
* [Echo Cancellation: Enable DC Removal Filter](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/echo-cancellation-enable-dc-removal-filter/README.md)
* [Echo Cancellation: Enable Coefficient Update](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/echo-cancellation-enable-coefficient-update/README.md)
* [Echo Cancellation: Non Linear Processor Tune Option](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/echo-cancellation-non-linear-processor-tune-option/README.md)

RTCP

* [RTCP: Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/rtcp-enabled/README.md)
* [RTCP: Transmission Interval](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/rtcp-transmission-interval/README.md)
* [RTCP: Use XRTCP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/rtcp-use-xrtcp/README.md)
* [RTCP: SDES-CNAME](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/rtcp-sdes-cname/README.md)

Voice Activity Detection

* [Voice Activity Detection: Noise floor level](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/voice-activity-detection-noise-floor-level/README.md)

Packet Network

* [Packet Network: Type of Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/packet-network-type-of-service/README.md)
* [Packet Network: SSRC randomization](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/packet-network-ssrc-randomization/README.md)
* [Packet Network: Packet Loss Concealment](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/packet-network-packet-loss-concealment/README.md)

Clear Channel

* [Packet Duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/packet-duration/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/voice-and-media/modifying-rtp-and-audio-settings.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.
