> 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-an-m3ua-peer-application-server-process-asp.md).

# Creating an M3UA Peer Application Server Process (ASP)

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

Now that you have created an M3UA user part, you must create a new M3UA peer signaling process (PSP). A PSP is used to describe a remote SGP that is accessible through the M3UA system.

To create an M3UA Peer Signaling Process (PSP) on an ASP system:

1- Click **Create New M3ua Peer Signaling Process** in the M3UA network configuration window:

![Toolpack v2.5 Create M3UA PSP](https://docs.telcobridges.com/w/images/8/86/Toolpack_v2.5_Create_M3UA_PSP.png)

2- Configure the new M3UA PSP:

* Enter a **name** for the PSP
* Select **Signaling Gateway Process (SGP)** as the PSP type
* Enter a **destination port**
* Click **Create**

![Toolpack v2.5 Creating M3UA PSP SGP](https://docs.telcobridges.com/w/images/0/03/Toolpack_v2.5_Creating_M3UA_PSP_SGP.png)

3- Verify that the **"M3ua PSP was successfully created"** message appears

![Toolpack v2.5 M3UA PSP Created](https://docs.telcobridges.com/w/images/d/d5/Toolpack_v2.5_M3UA_PSP_Created.png)

4- Associate a SAP with the new PSP:

* Select a **SAP** from the list of available SAPs
* Click the **"<<"** button to associate it with the PSP

![Toolpack v2.5 M3UA PSP SAP](https://docs.telcobridges.com/w/images/e/ea/Toolpack_v2.5_M3UA_PSP_SAP.png)

5- Enter a destination address for the PSP:

* Enter a **destination address**
* Click the **"<<"** button to add the destination address to the PSP
* Verify that the **"*****(your address)*****&#x20;was successfully added"** message appears

![Toolpack v2.5 M3UA PSP Address](https://docs.telcobridges.com/w/images/2/2d/Toolpack_v2.5_M3UA_PSP_Address.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [PSP Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/psp-type/README.md)
* [Destination Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/destination-port/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-an-m3ua-peer-application-server-process-asp.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.
