> 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/creating-a-nap-isup.md).

# Creating a NAP (ISUP)

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

A Network Access Point (NAP) represents the entry point to another network or destination peer.

After you create an ISUP CIC group, you must create a network access point.

To create a network access point (NAP):

1- Click **NAPs** in the navigation panel

![CreateIsupNap 0](https://docs.telcobridges.com/w/images/b/ba/CreateIsupNap_0.png)

2- Click **Create New NAP**

![CreateIsupNap 1](https://docs.telcobridges.com/w/images/a/aa/CreateIsupNap_1.png)

3- Configure the new NAP:

* Enter a **name** for the NAP
* Select a **user-created profile**, if not, select **default**
* Click **Create**

![CreateIsupNap 2](https://docs.telcobridges.com/w/images/7/77/CreateIsupNap_2.png)

4- Verify that the **NAP was successfully created** message appears

![CreateIsupNap 3](https://docs.telcobridges.com/w/images/1/1a/CreateIsupNap_3.png)

5- Associate an ISUP interface with the NAP:

* Select an **interface** (the newly-created **ISUP CIC group**)
* Click the **"<<"** button to add the interface to the list

![CreateIsupNap 4](https://docs.telcobridges.com/w/images/5/52/CreateIsupNap_4.png)

**The following information is displayed:**

![CreateIsupNap 5](https://docs.telcobridges.com/w/images/2/2b/CreateIsupNap_5.png)

* Select a value for [**Channel Usage**](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/channel-usage/README.md), to avoid call collision
* Click **Save**

6- Verify that the **"NAP was successfully updated"** message appears

![CreateIsupNap 6](https://docs.telcobridges.com/w/images/5/5c/CreateIsupNap_6.png)

**Path**

```
/configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg
```

**Parameters (text)**

```
/configurations/@[configuration_name]/naps/@[nap_name]/tdm_cfg
append_f_to_outgoing_calls                     = false
append_pound_to_outgoing_calls                 = false
channel_usage                                  = "Per-trunk lowest timeslot"
remove_trailing_f_or_pound_from_incoming_calls = true
```

**Parameters (json)**

```
{
  "tdm_cfg" : {
    "append_f_to_outgoing_calls" : false,
    "append_pound_to_outgoing_calls" : false,
    "channel_usage" : "Per-trunk lowest timeslot",
    "overlap_parameters" : {
      "enable_overlap_receiving" : false,
      "enable_overlap_sending" : false,
      "overlap_receiving_expected_digits" : 0,
      "overlap_receiving_inter_digit_timeout" : "20 seconds",
      "overlap_receiving_timeout" : "0 millisecond"
    },
    "remove_trailing_f_or_pound_from_incoming_calls" : true
    }
  }
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Default Profile](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/default-profile/README.md)
* [Channel Usage](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/channel-usage/README.md)

**Advanced Parameters-Call rate limiting**

* [Maximum calls per second](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-calls-per-second/README.md)
* [Maximum call burst](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-call-burst/README.md)
* [Maximum simultaneous incoming calls](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-simultaneous-incoming-calls/README.md)
* [Maximum simultaneous outgoing calls](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-simultaneous-outgoing-calls/README.md)
* [Maximum simultaneous total calls](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/maximum-simultaneous-total-calls/README.md)
* [Processing delay low threshold](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/processing-delay-low-threshold/README.md)
* [Processing delay high threshold](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/processing-delay-high-threshold/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/tmedia-documentation/configuration/creating-a-nap-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.
