> 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/status-menus-ss7-isup.md).

# Status Menus:SS7 ISUP

#### ***Applies to version(s): v2.5, v2.6.***

General and detailed status information about the [SS7](https://telcobridges.com/media-gateways/solutions/signaling/migrating-ss7-sigtran/) [ISUP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/isup/README.md) stack is accessible from the SS7 ISUP tab of the Global Status view.

### General view

The SS7 ISUP general view, shown below, lists ISUP stacks and indicates which are active, in standby, or out of service (Oos). In addition, the SS7 ISUP general view lists ISUP interfaces and indicates which are available, congested, or unavailable. This general view provides links to detailed status views of the ISUP stacks and networks.

![Web Portal v2.3 ISUP General View](https://docs.telcobridges.com/w/images/7/72/Web_Portal_v2.3_ISUP_General_View.png)

### Detailed view

The SS7 ISUP detailed view groups status information into four main screens, as follows:

* SS7 ISUP Stack Status
* SS7 ISUP Interfaces Listing
* SS7 ISUP Interface Status
* Circuit Group Status

***

#### ISUP Stack Status

The ISUP Stack status screen groups status information about the ISUP Stack under two tabs, as follows:

* Stack Tab
* Interfaces Tab

**ISUP Stack Status: Stack tab**

The Stack tab of the ISUP Stack status screen, shown in figure 15.32 on page 189, provides the name of the primary and optionally secondary Tmedia unit that hosts the ISUP stack and the status.

![Web Portal v2.3 ISUP Stack Tab](https://docs.telcobridges.com/w/images/f/f4/Web_Portal_v2.3_ISUP_Stack_Tab.png)

**ISUP Stack Status: Interfaces tab**

The Interfaces tab of the ISUP Stack status screen, shown in figure 15.33 on page 190, lists the configured ISUP interfaces of the ISUP stack and provides the states of each network as well as their transmit and receive message counters. Selecting an ISUP Interface link displays its detailed information.

![Web Portal v2.3 ISUP Interfaces Tab](https://docs.telcobridges.com/w/images/7/73/Web_Portal_v2.3_ISUP_Interfaces_Tab.png)

***

#### ISUP Interface Status

The ISUP Interface status screen groups status information about the interface under two tabs, as follows:

* Interface Tab
* Circuit Groups Tab

**ISUP Interface Status: Interface Tab**

The Interface tab of the MTP3 Network status screen, shown below, provides transmit and receive message counters for a specific ISUP interface.

![Web Portal v2.3 ISUP Interface Tab](https://docs.telcobridges.com/w/images/4/42/Web_Portal_v2.3_ISUP_Interface_Tab.png)

**ISUP Interface Status: Circuit Groups Tab**

The Circuit Groups tab of the ISUP Stack status screen, shown below, lists the configured circuits groups for a specific ISUP interface. In addition, this screen provides status and counters for each circuit group. Selecting a circuit group link displays its detailed information.

![Web Portal v2.3 ISUP CIC Tab](https://docs.telcobridges.com/w/images/f/f3/Web_Portal_v2.3_ISUP_CIC_Tab.png)

***

#### Circuit Group Status

The Circuit Group status screen, shown in figure 15.36 on page 192, displays detailed information for one circuit group, such as status counters and configured values. From this screen, the desired group state may be set to Unblocked, Blocked, or Default.

**Circuit Group Status settings**

| Circuit Group State | Description                                                                                                                                                                                                |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default             | Lets the system decide the state of the circuit or circuit group. For example, a trunk down will block the circuits.                                                                                       |
| Blocked             | Forces a local block condition. No calls can be made on these circuits even if the trunks are up. This function is useful for forcing calls on specific circuits by blocking other circuits in the system. |
| Unblocked           | Forces a local unblock condition. This will force the circuits to be unblocked, even if the trunks are down. To be used for testing only.                                                                  |

**To modify the desired group state**

1. Select a value
2. Click Apply States

![Web Portal v2.3 ISUP CIC Status](https://docs.telcobridges.com/w/images/9/91/Web_Portal_v2.3_ISUP_CIC_Status.png)


---

# 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/status-menus-ss7-isup.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.
