> 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/hidden-pages.md).

# Hidden pages

- [Support Forums - Old](https://prosbcdocs.telcobridges.com/hidden-pages/support-forums-old.md)
- [TelcoBridges Magic Bookmark](https://prosbcdocs.telcobridges.com/hidden-pages/telcobridges-magic-bookmark.md): Installation instructions for Telcobridges' Bookmarklet
- [sRTP relay support for encrypted SIP interconnections](https://prosbcdocs.telcobridges.com/hidden-pages/srtp-relay-support-for-encrypted-sip-interconnections.md)
- [Support sRTP encoding and decoding](https://prosbcdocs.telcobridges.com/hidden-pages/support-srtp-encoding-and-decoding.md)
- [Modifying Media Relay Profile Settings](https://prosbcdocs.telcobridges.com/hidden-pages/support-srtp-encoding-and-decoding/modifying-media-relay-profile-settings.md)
- [Parameter: Codecs selection mode](https://prosbcdocs.telcobridges.com/hidden-pages/support-srtp-encoding-and-decoding/modifying-media-relay-profile-settings/parameter-codecs-selection-mode.md)
- [Parameter: Allow audio transcoding](https://prosbcdocs.telcobridges.com/hidden-pages/support-srtp-encoding-and-decoding/modifying-media-relay-profile-settings/parameter-allow-audio-transcoding.md)
- [Parameter: Allow other codecs](https://prosbcdocs.telcobridges.com/hidden-pages/support-srtp-encoding-and-decoding/modifying-media-relay-profile-settings/parameter-allow-other-codecs.md)
- [Parameter: RTP security mode](https://prosbcdocs.telcobridges.com/hidden-pages/support-srtp-encoding-and-decoding/modifying-media-relay-profile-settings/parameter-rtp-security-mode.md)
- [Glossary: Voice Codecs](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-voice-codecs.md): TelcoBridges products support the following voice codecs.
- [Glossary: Clearmode](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-voice-codecs/glossary-clearmode.md): ClearMode is defined in RFC4040 as a mode that is used to send data (vs voice).
- [Configure ClearMode](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-voice-codecs/glossary-clearmode/configure-clearmode.md)
- [Glossary: G.722.2 (AMR-WB)](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-voice-codecs/glossary-g.722.2-amr-wb.md)
- [Glossary: ISDN](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-isdn.md): Integrated Systems Digital Network (ISDN) is a circuit-switched telephone system that integrated voice and data on the same lines.
- [ISDN:Specification](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-isdn/isdn-specification.md)
- [Glossary: IVR](https://prosbcdocs.telcobridges.com/hidden-pages/glossary-ivr.md): TelcoBridges products support for IVR, including digit/tone play/collection and voice playing/recording, across its entire product line.


---

# 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/hidden-pages.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.
