> 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-sip.md).

# Status Menus:SIP

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

General and detailed status information about the SIP stack is accessible from the [SIP](https://telcobridges.com/learning/sip-trunking/what-is-sip/) tab of the Global Status view.

### General view

The SIP general view, shown below, provides a listing of the SIP stacks and the Tmedia/Tdev devices on which they reside as well as SIP decode/encode failure counters. Selecting a SIP stack link from this view displays its detailed information.

![Web Portal v2.3 SIP General View](https://docs.telcobridges.com/w/images/9/9d/Web_Portal_v2.3_SIP_General_View.png)

### Detailed view

The SIP detailed view groups status information into two screens as follows:

* SIP Stack Configuration Status
* SIP SAP Detailed Status

***

#### SIP Stack Configuration Status

The Stack tab of the SIP Configuration status screen, shown below, displays the detailed status counters of one SIP stack. Furthermore, the counters may be reset from this screen.

**To reset the counters of this screen**

1. Select the 'Reset status' check box.
2. Click 'Now'.

![Web Portal v2.3 SIP Detailed View](https://docs.telcobridges.com/w/images/c/c1/Web_Portal_v2.3_SIP_Detailed_View.png)

The SIP [SAPs](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/sap/README.md) tab of the SIP Configuration status screen, shown below, lists the configured SAPs of one SIP stack, as well as call transmit and receive counters. Selecting a SAP link from this screen displays its detailed view. Furthermore, the counters may be reset from this screen.

**To reset the counters of this screen**

1. Select the 'Reset status' check box.
2. Click 'Now'.

![Web Portal v2.3 SIP SAP Tab](https://docs.telcobridges.com/w/images/a/a4/Web_Portal_v2.3_SIP_SAP_Tab.png)

***

#### SIP SAP Detailed Status

The SIP SAP status screen, shown below, displays the call transmit and receive counters. The counters may be reset from this screen.

**To reset the counters of this screen**

1. Select the 'Reset status' check box.
2. Click 'Now'.

![Web Portal v2.3 SIP SAP Detailed View](https://docs.telcobridges.com/w/images/3/33/Web_Portal_v2.3_SIP_SAP_Detailed_View.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-sip.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.
