> 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-signalling-process.md).

# Creating an M3UA Peer Signalling Process

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

After you create an M3UA user part, you must create a new M3UA peer signaling process (PSP). The PSP is used to describe a remote IPSP that is accessed through the M3UA system.

To create an M3UA Peer Signalling Process (PSP) on IPSP:

1- Click **M3UA** in the navigation panel.

![CreateM3ua 0](https://docs.telcobridges.com/w/images/7/7b/CreateM3ua_0.png)

2- Select an M3ua Network.

![SelectM3uaNetwork A 0](https://docs.telcobridges.com/w/images/3/3f/SelectM3uaNetwork_A_0.png)

3- Click **Create New M3ua Peer Signaling Process** in the M3UA network configuration window.

![Create M3UA PSP 0](https://docs.telcobridges.com/w/images/a/af/Create_M3UA_PSP_0.png)

4- Configure the new M3UA PSP:

* Enter a **name** for the PSP.
* Select **IP Server Process (IPSP)** as the PSP type.
* Enter a **destination port** (as configured in the destination element).
* Click **Create**.

![Create M3UA PSP 1](https://docs.telcobridges.com/w/images/3/39/Create_M3UA_PSP_1.png)

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

![Create M3UA PSP 2](https://docs.telcobridges.com/w/images/1/1a/Create_M3UA_PSP_2.png)

6- 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.

![Create M3UA PSP 3](https://docs.telcobridges.com/w/images/e/ea/Create_M3UA_PSP_3.png)

7- Enter a destination address for the PSP:

* Enter a **destination address**.
* Click **"<<"** to add the destination address to the PSP.

![Create M3UA PSP 4](https://docs.telcobridges.com/w/images/4/45/Create_M3UA_PSP_4.png)

8- Verify that the **"*****(your address)*****&#x20;was successfully added"** message appears.

![Create M3UA PSP 5](https://docs.telcobridges.com/w/images/2/20/Create_M3UA_PSP_5.png)

**Path**

```
configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_psps/@[m3ua_psp]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_psps/@[m3ua_psp]
dst_port            = 2905
ip_dsts             = [  ]
name                = "@[m3ua_psp]"
nb_of_sctp_streams  = 5
saps                = [ "@[m3ua_sap]" ]
type                = "'''IP Server Process (IPSP)"

configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_psps/@[m3ua_psp]/advanced_parameters
allow_re_register               = false
asp_id_mode                     = "None"
configure_for_all_local_ips     = false
include_routing_ctx             = true
initiate_sctp_association       = true
ip_header_tos                   = 0
ipsp_double_ended               = false
load_sharing_mode               = "SLS"
network_appearance              = false
network_appearance_value        = 0
rk_dynamic_registration_allowed = false
rk_registration_request_send    = false
routing_ctx_mandatory           = false
self_asp_id                     = 0
sg_id                           = 0

configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/m3ua_networks/@[m3ua_network]/m3ua_psps/@[m3ua_psp]/state
inhibited    = false
target_state = "Default"
```

**Parameters (json)**

```
{
  "advanced_parameters" : {
    "allow_re_register" : false,
    "asp_id_mode" : "None",
    "configure_for_all_local_ips" : false,
    "include_routing_ctx" : true,
    "initiate_sctp_association" : true,
    "ip_header_tos" : 0,
    "ipsp_double_ended" : false,
    "load_sharing_mode" : "SLS",
    "network_appearance" : false,
    "network_appearance_value" : 0,
    "rk_dynamic_registration_allowed" : false,
    "rk_registration_request_send" : false,
    "routing_ctx_mandatory" : false,
    "self_asp_id" : 0,
    "sg_id" : 0
  },
  "dst_port" : 2905,
  "ip_dsts" : [
  ],
  "name" : "@[m3ua_psp]",
  "nb_of_sctp_streams" : 5,
  "saps" : [
    "@[m3ua_sap]"
  ],
  "state" : {
    "inhibited" : false,
    "target_state" : "Default"
  },
  "type" : "'''IP Server Process (IPSP)"
}
```

### 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)
* [Number of SCTP Streams](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/number-of-sctp-streams/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-signalling-process.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.
