> 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/use-cases/tmg-performing-m3ua-signaling-gateway.md).

# TMG Performing M3UA Signaling Gateway

#### ***Applies to version(s): v2.9 and above***

In this scenario, all messages from TDM network are relayed to the TDM network via Sigtran: M3UA.

![M3UA SG ASP](https://docs.telcobridges.com/w/images/0/0e/M3UA_SG_ASP.jpg)

| Configure TMG: M3UA SG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Configure TMG: M3UA ASP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[M3UA SGP Configuration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-9-protocol-stacks/README.md#m3ua-isup) \*\*Create a M3UA module -> Note Type: SGP \*\*Create a M3UA SAP -> Select IP Interfaces \*\*Create a M3UA Network \*\*Create a M3UA userpart -> connect this entity to a MTP3 userpart \*\*Create a M3UA PSP \*\*Create a M3UA Peer Server \*\*Create a M3UA Route -> This route is used to reach the DPC used in MTP3 configuration \*\*Create a M3UA Route -> This route is used for local point code and to reach the IPSP/ASP/SG \*\*Need to configure MTP3 part | \*[M3UA ASP Configuration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-9-protocol-stacks/README.md#m3ua-isup) \*\*Create a M3UA module -> Note Type: ASP \*\*Create a M3UA SAP -> Select IP Interfaces \*\*Create a M3UA Network \*\*Create a M3UA userpart \*\*Create a M3UA PSP \*\*Create a M3UA Local Peer Server \*\*Create a M3UA Remote Peer Server \*\*Create a M3UA Route -> This is our local route \*\*Create a M3UA Route -> This is the remote route \*\*No need to configure MTP3 part |


---

# 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/use-cases/tmg-performing-m3ua-signaling-gateway.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.
