> 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/protocols/tcap-configuration.md).

# TCAP configuration

Starting with version 2.3, Toolpack fully exposes [SCCP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/sccp/README.md) and [TCAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/tcap/README.md) stack functionality in the [Toolpack](https://telcobridges.com/products/development-platforms-tdev/) [web portal](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal/README.md), making it easier to access TCAP, as well as all new Toolpack features, programmatically.

### Prerequisites

Fully implementing the revised Toolpack TCAP support will require that your telephony application interface via the Toolpack application programming interface (API). This will also require migrating settings from the configuration file and entering those settings via Toolpack Web portal. Please note that using the new TCAP functionality requires an existing TCAP-based application. While TelcoBridges does not provide a full sample application as with the [TB Media Gateway](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/sip-voip/tb-media-gateway/README.md) application, there is a sample application that is available to learn how to use the TelcoBridges TCAP API.

Prior to configuring TCAP support, you should have configured all relevant [MTP2](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/mtp2/README.md) and [MTP3](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/mtp3/README.md) information. You should also have a good idea of how you are going to use TCAP functionality once it is activated. This includes information related to [SSN](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sub-system-number/README.md), such as [destination](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/dpc/README.md), [origin](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/opc/README.md) point codes, etc.

### Steps

* The first step is to configure SCCP and TCAP via the Toolpack web portal.
* You configure SCCP in **Global > Configurations > Hardware > SS7 > SCCP**.
* You configure TCAP support via **Global > Configurations > Hardware > SS7 > TCAP**.
* The next step is to Activate the new configuration, which is performed in the configuration in **Global > Systems**. There you select the system to which you want to apply the configuration, clicking **Edit** besides its name. In the new page that opens, click **Activate** in the **Active Configuration** section.
* Once SCCP and TCAP are configured, you can start your TCAP application using the tbx\_ss7\_ha\_tcapctrl library.
* Please note that the application name must be the name in the TCAP user part configuration, preceded by “TCAP\_CTRL\_” . For example, the TCAP user part configuration name is TCAP\_ITU\_6, then your application name must be TCAP\_CTRL\_TCAP\_ITU\_6.For further information, please refer to the User Guide that is included with the core Toolpack installation as well as the TCAP sample code provided with Toolpack.

### Related actions

* [Creating new transaction](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/creating-new-transaction/README.md)
* [Adding component portion](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/adding-component-portion/README.md)
* [Sending transaction and dialogue portions](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/sending-transaction-and-dialogue-portions/README.md)
* [Receiving component portion](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/receiving-component-portion/README.md)
* [Receiving transaction and dialogue portions](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/receiving-transaction-and-dialogue-portions/README.md)
* [Receiving transaction error indication](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/receiving-transaction-error-indication/README.md)

### References

* [Wikipedia article](http://en.wikipedia.org/wiki/Transaction_Capabilities_Application_Part)


---

# 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/protocols/tcap-configuration.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.
