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

# Status Menus:NFAS

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

### General view

In this view, general information concerning NFAS service access points (SAPs) and links is displayed. Status information for each item is given.

Detailed information can be displayed by clicking an active NFAS link.

If you have configured your NFAS (ISDN stack with backup D-Channel), then you can:

* Access NFAS status from the ISDN tab.
* Click your NFAS stack.

![Click ISDN](https://docs.telcobridges.com/w/images/f/ff/Click_ISDN.png)

### NFAS D-Channel Statistics detailed view

In this view, the following information is given:

* **D channel up:** enables you to view whether or not your D-Channels are active.
* **D channel primary up:** enables you to view whether or not your primary D-Channel is active.
* **D channel backup up:** enables you to view whether or not your back up D-Channel is active.

![D Channel](https://docs.telcobridges.com/w/images/9/9d/D_Channel.png)

### NFAS Q931 Protocol Statistics detailed view

In this view, the following information is given:

* **Nb d channel up events:** Number of D-Channel UP events received.
* **Nb sec since last up event:** Number of seconds elapsed since last D-Channel UP event.

![Q931](https://docs.telcobridges.com/w/images/8/87/Q931.png)

### NFAS Call Statistics detailed view

In this view, the following information is given:

* **Nb initiated incoming:** Number of incoming calls.
* **Nb initiated outgoing:** Number of outgoing calls.
* **Nb answered incoming:** Number of incoming answered calls.
* **Nb answered outgoing:** Number of outgoing answered calls.

![Call](https://docs.telcobridges.com/w/images/6/60/Call.png)

### Timeslot States diagram

This diagram indicates the timeslot slates for every line service associated with the NFAS stack.

The legend below indicates whether the timeslot is:

* idle
* incoming
* incoming answered
* outgoing
* outgoing answered
* terminating
* reseting
* D-channel down
* B-channel down
* trunk alarm
* adapter disabled

![Timeslot](https://docs.telcobridges.com/w/images/8/88/Timeslot.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-nfas.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.
