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

# Glossary

Telecom reference for SS7, SIGTRAN, SIP, TDM and media, plus the TelcoBridges parameter and developer reference

Telecom reference for SS7, SIGTRAN, SIP and TDM networks — protocols, signalling, transmission and media — plus the parameter reference and the developer reference (Toolpack API, CAF, routing scripts, RESTful API) for TelcoBridges systems.

This is the definitions-and-standards half of the documentation. For products and procedures — how to install or configure a system, what a portal menu does — see [Tmedia Documentation](https://prosbcdocs.telcobridges.com/tmedia-documentation).

## SS7 and signalling

* [SS7](/telecom-references/ss7-and-signalling/ss7.md)
* [MTP2](/telecom-references/ss7-and-signalling/mtp2.md)
* [MTP3](/telecom-references/ss7-and-signalling/mtp3.md)
* [SCCP](/telecom-references/ss7-and-signalling/sccp.md)
* [ISUP](/telecom-references/ss7-and-signalling/isup.md)
* [TCAP](/telecom-references/ss7-and-signalling/tcap.md)
* [SIGTRAN](/telecom-references/ss7-and-signalling/sigtran.md)
* [ISDN](/telecom-references/ss7-and-signalling/isdn.md)
* [CAS](/telecom-references/ss7-and-signalling/cas.md)

## SIP and VoIP

* [SIP](/telecom-references/sip-and-voip/sip.md)
* [H.248 and MGCP](/telecom-references/sip-and-voip/h248-mgcp.md)
* [IP network and security](/telecom-references/sip-and-voip/ip-network.md)

## Transmission and lines

* [TDM](/telecom-references/transmission-and-lines/tdm.md)

## Voice and media

* [Voice and media](/telecom-references/voice-and-media/voice-media.md)

## CDR and statistics

* [Call Detail Record](/telecom-references/cdr-and-statistics/cdr.md)

## Parameter reference

* [Parameter reference](/telecom-references/parameter-reference/parameters.md)

## Developer reference

* [Toolpack API and applications](/telecom-references/developer-reference/toolpack-api.md)
* [Customer Application Framework (CAF)](/telecom-references/developer-reference/caf.md)
* [Routing scripts](/telecom-references/developer-reference/routing-scripts.md)
* [RESTful API (Northbound interface)](/telecom-references/developer-reference/restful-api.md)
* [Databases](/telecom-references/developer-reference/database.md)
* [SNMP](/telecom-references/developer-reference/snmp.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/glossary.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.
