> 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/telecom-references/isdn-and-cas/configure-nfas.md).

# Configure NFAS

> **Applies to:** Tmedia 2.6

ISDN-PRI signaling can be configured for your system. To do so, you must create a new ISDN stack.

Integrated Systems Digital Network (ISDN) is a circuit-switched telephone system that integrated voice and data on the same lines. Tmedia and Tdev systems can be configured to provide an ISDN signaling stack on the trunks of one or more units to meet system configuration requirements.

To create a new ISDN stack:

1- Click **ISDN** in the navigation menu, under the Signaling header

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

2- Click **Create New ISDN Stack**

![Toolpack v2.5 Create ISDN Stack](https://docs.telcobridges.com/w/images/2/24/Toolpack_v2.5_Create_ISDN_Stack.png)

3- Create the new stack:

**Note:** TelcoBridges offers several ISDN variants, four of which support NFAS. By clicking on 'Create' you confirm the line service and in the case of ISDN variants which support NFAS you are permitted to add additional line services.

* Verify that the box labeled **Enabled** is checked
* Enter a **name** for the new ISDN stack
* Select a **variant** to associate with the stack
* Determine whether the stack will operate on the **user side**, or the **network side**
* Select a **primary D-channel line service**
* Click **Create**

![Creating new stack](https://docs.telcobridges.com/w/images/6/60/Creating_new_stack.jpg)

4- Verify that the **"ISDN stack was successfully created"** message appears

![ISDN stack success](https://docs.telcobridges.com/w/images/5/54/ISDN_stack_success.jpg)

5- Create a backup line:

* Click on the **Available** line on the righthand side of the screen, and select the arrow to add it to the **Current-Line Services**. Up to 20 line services can be added in one NFAS group.
* Select the line service that will be used as a **D-channel** backup by this ISDN stack instance.
* Click **Save**

![Verify ISDN stack](https://docs.telcobridges.com/w/images/e/eb/Verify_ISDN_stack.jpg)

6- Verify that the **"ISDN stack was successfully updated"** message appears, and that the new **trunk** line is listed in the **ISDN Stack List**

![Isdn stack success updated](https://docs.telcobridges.com/w/images/d/de/Isdn_stack_success_updated.jpg)

### List of Parameters

* [Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/enabled/README.md)
* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Line Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/line-service/README.md)
* [Variant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/isdn-variant/README.md)
* [Side](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/side/README.md)


---

# 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/telecom-references/isdn-and-cas/configure-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.
