> 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/tools-tips-and-tricks.md).

# Tools, Tips, and Tricks

- [TelcoBridges Magic Bookmark](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/telcobridges-magic-bookmark.md): Installation instructions for Telcobridges' Bookmarklet
- [Video Library](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/video-library.md): ProSBC TechTraining video library, covering the product overview, Web Portal, software and licensing, and further technical training sessions.
- [RESTful API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api.md): The RESTful API provisions a Tmedia VoIP gateway or Tdev platform, presenting the device configuration as collections of resources to query and modify.
- [Postman Examples](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/postman-examples.md): Use Postman to test the TelcoBridges RESTful API, with example requests for provisioning and querying a system.
- [Ruby Examples](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/ruby-examples.md): An example Ruby script showing how to use the TelcoBridges RESTful Northbound Interface, runnable from any computer that can reach the system.
- [TBConfig Examples](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples.md): tbconfig provisions the system through the RESTful API, and supports interactive, shell and command line modes of operation.
- [Exporting a Configuration](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/exporting-a-configuration.md): Export a system configuration with tbconfig, authenticating with a username and password valid for the Web Portal.
- [Importing a Configuration](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/importing-a-configuration.md): Import a system configuration with tbconfig, authenticating with a username and password valid for the Web Portal.
- [Activating a Configuration](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/activating-a-configuration.md): Activate a configuration with tbconfig, authenticating with a username and password valid for the Web Portal.
- [Updating a Route](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/updating-a-route.md): Update a call route with tbconfig: dump the routing table to a JSON file, edit it, then reload the modified file.
- [Dropping Calls](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/tbconfig-examples/dropping-calls.md): Drop multiple calls at once with tbconfig using /call\_traces/destroy\_all and a filter query on call parameters.
- [ProSBC:Restful API SIP Domain](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/prosbc-restful-api-sip-domain.md): Create and modify a SIP Domain in your system with RestFul API using JSON in the following format:
- [ProSBC:Restful API SIP Domain Registrar](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/prosbc-restful-api-sip-domain-registrar.md): You can create and modify a SIP Domain Registrar in your system with the RestFul API using JSON format. The JSON must be in the following format:
- [Extracting Call Traces with the API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/restful-api/extracting-call-traces-with-the-api.md): Extract call traces over the RESTful API with a GET on /call\_trace, which returns the IDs of the last 10 call legs by default.
- [TBStatus API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api.md): tbstatus reads and sets system status over a queried path, from a full system dump to targeted status queries by SystemId.
- [Tbstatus monitoring](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api/tbstatus-monitoring.md): Tbstatus monitoring is a Ruby script that uses the tbstatus API to collect system statistics periodically, driven by a configuration file.
- [Status API](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api/status-api.md): The Status API allows to fetch statistics from the software components running in Toolpack or TMG-CONTROL.
- [Dropping calls](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/tbstatus-api/dropping-calls.md): Drop multiple calls with tbstatus using a filter expression on /uct/call with drop\_call=true.
- [Maintenance mode - ProSBC and TMG](https://prosbcdocs.telcobridges.com/tools-tips-and-tricks/maintenance-mode-prosbc-and-tmg.md): Useful before\_filter "One-Liner" for your routing script: gracefully rejecting all new coming calls.


---

# 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/tools-tips-and-tricks.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.
