> 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/starting-manual-continuity-check.md).

# Starting Manual Continuity Check

> **Applies to:** Tmedia 3.0, 3.2, 3.3

```
Note: the option might not be available if the resources required for the test (tone generation and detection) are not available.
```

1- Select **SS7->ISUP** from the navigation panel

2- Click the **Status** tab and click on the appropriate ISUP Stack

3- Click the **Interfaces** tab and select the appropriate ISUP Interface

4- Click the **Circuit Groups** tab and select the appropriate Circuit Group

**If you want to start a continuity check on all circuits of a circuit group:**

* Select **Yes** for**Start continuity check** and click on **Apply states**
* Click **Now** to refresh the status and see the result of the test. Some of the following stats should be modified:
  * Total ccr success cnt
  * Total ccr fail cnt
  * Last ccr unknown cnt
  * Last ccr in progress cnt
  * Last ccr success cnt
  * Last ccr fail cnt
  * Last ccr error cnt

**If you want to start a continuity check on a specific circuit:**

* Click on the **Circuits** tab and select the circuit in the **Cic** column.
* Select **Yes** for**Start continuity check** and click on **Apply states**
* Click on **Now** to refresh the status and see the result of the test. Some of the following stats should be modified:
  * Nb outgoing ccr success
  * Nb outgoing ccr fail
  * Last ccr result


---

# 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/starting-manual-continuity-check.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.
