> 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/platforms-and-hardware/tmedia-troubleshooting.md).

# Tmedia Troubleshooting

###

RTP / Codecs / Tones

* [VoIP Ethernet Capture](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/voip-ethernet-capture/README.md) (Port Mirroring)
* [ProSBC VoIP Ethernet Capture](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/voip-ethernet-capture-on-a-prosbc/README.md)

### Signaling / Call Flow

* Call trace: [Unique Call trace](https://telcobridges.com/learning/sip-trunking/how-to-read-a-sip-trace/)
* Low-level Signaling trace: [tbsigtrace](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/tbsigtrace-signaling-trace-capture-tool/README.md)

### Software

* [Troubleshooting Toolpack](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/troubleshooting-toolpack/README.md)

### Hardware

* System snapshot: [tb640debug](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/tb640debug/README.md)
* [Advanced Hardware Features](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/advanced-hardware-features/README.md) : These features allow tuning the performance of the telecom hardware, like memory allocated to SIP, congestion thresholds, V34 fax, disabling direct HTTP or telnet access, and others

### Advanced Configuration

* [Advanced Configuration Parameters](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/advanced-configuration-parameters/README.md)  This allows to tune the configuration to allow for more SS7 links or SIP interfaces

### Disk health

* [Analyzing disk health](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/analyzing-disk-health/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/platforms-and-hardware/tmedia-troubleshooting.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.
