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

# User Guide

This is the User Guide for the Toolpack software. It is intended to give system designers and software developers a clear understanding of the different modules available to easily build small and large, fault-tolerant, scaleable systems.

The initial content presented here is copied from the documentation supplied with release 2.3 of Toolpack. Items marked with an asterisk are incomplete as copied from the manual.

### Toolpack Architecture

* [Overview](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/overview/README.md) \*
* [CMC library](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/cmc-library/README.md)
* [Toolpack Engine](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/toolpack-engine/README.md)
* [Toolpack System Manager](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/toolpack-sys-manager/README.md)
* [TCAP Control Library](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/tcap-control-library/README.md)

### Toolpack Concepts

* [Interfaces](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/interfaces/README.md)
* [Classes](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/classes/README.md)
* [Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/services/README.md)
* [Behaviors](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/concepts/behaviors/README.md)

### ToolPack Reference Applications

* [Telephony Application](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/telephony-application/README.md)
* [Bridging Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/voice-media/bridging-service/README.md)
* [Voicemail Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/concepts/voicemail-service/README.md)

### ToolPack Modules

* Call and Leg management
  * [CMC Call Leg class](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/cmc-call-leg-class/README.md)\*
  * [CAF Call interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/voice-media/caf-call-interface/README.md)
  * [CAF Bridge class](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/caf-bridge-class/README.md)
* CallBehaviors
  * CAFCallRingbackTone
  * CAFCallVoiceMailFallback
  * CAFCallFaxRelay
  * CAFCallFollowMe
* [CallRouting](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/concepts/call-routing/README.md)
* [Interactive Voice Response](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/concepts/ivr/README.md) (IVR)
* [Web OAM\&P](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/web-oam-and-p/README.md)

### Database

* [Framework database](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/framework-database/README.md)
* [Application database](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/application-database/README.md)
* Data access objects
* System Logging

### ToolPack Classes

* CTBCMCCallLeg
* TBCAF::ITBCAFCall
* TBCAF::CTBCAFCallLeg
* TBCAF::CTBCAFCallBehaviorFaxRelay
* TBCAF::CTBCAFCallBehaviorFollowMe
* TBCAF::CTBCAFCallBehaviorRbt
* TBCAF::CTBCAFCallBehaviorVoiceMail
* TBCAF::ITBCAFRouting
* TBCAF::CTBCAFRoute
* CTBCMC\_CALL\_LEG\_ATTRIBUTE
* TBCAF::CTBCAFIvr
* TBCAF::CTBCAFVoiceMailMenu
* TBCAF::CTBCAFDaoConnection
* TBCAF::CTBCAFDaoConnMgr
* TBCAF::ITBCAFLog
* TBCAF::CTBCAFLog
* TBCAF::ITBCAFLogDao
* TBCAF::CTBCAFLogDao
* TBCAF::CTBS2GWGateway
* ITBCMCFreeListener

### Annexes

**Advanced programming concepts**

* ITBCMCFreeListener interface template

**Internal data flows**

* CTBCAFBridge internal data flow
* CTBCAFCallBehaviorRbt detailed internal data flow


---

# 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/user-guide.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.
