> 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-service-access-point-sap.md).

# Creating a Service Access Point (SAP)

#### ***Applies to version(s): v2.7.***

Now that you have created a [SIP](https://telcobridges.com/learning/sip-trunking/what-is-sip/) stack and a transport server, you must must create a new service access point ([SAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/sap/README.md)) for your configuration. The Service Access Point is used to bind the SIP stack with a transport server. Depending on the system configuration, multiple SAPs can be configured.

To create a new SIP SAP:

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

![Sip A 0](https://docs.telcobridges.com/w/images/c/ca/Sip_A_0.png)

2- Click **Edit** next to the SIP stack for which you wish to create a SAP

![Toolpack v2.5 Edit SIP](https://docs.telcobridges.com/w/images/d/d6/Toolpack_v2.5_Edit_SIP.png)

3- Click **Create New Sap** under the **Service Access Points** menu

![Toolpack v2.5 Create SAP](https://docs.telcobridges.com/w/images/2/2a/Toolpack_v2.5_Create_SAP.png)

4- Create the new service access point:

* Enter a **name** for the SAP
* Click **Create**

![Toolpack v2.5 Creating SAP](https://docs.telcobridges.com/w/images/6/6e/Toolpack_v2.5_Creating_SAP.png)

5- Verify that the **"SipSap was successfully created"** message appears

![Toolpack v2.5 SAP Created](https://docs.telcobridges.com/w/images/2/20/Toolpack_v2.5_SAP_Created.png)

6- Associate the previously created SIP transport server with your new configuration:

* Select a transport server from the list of available servers
* Associate this configuration by clicking the **"<<"** button
* The transport server will now appear in the list to the left

![Toolpack v2.5 Associate Server](https://docs.telcobridges.com/w/images/4/46/Toolpack_v2.5_Associate_Server.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/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-service-access-point-sap.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.
