> 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/use-case-configuring-tmedia-m3ua-asp-for-shared-point-code.md).

# Use Case: Configuring Tmedia M3UA ASP for Shared Point Code

#### ***Applies to version(s): v3.0 and above***

This configuration is a standard M3UA Application Server Process (ASP)

| ![M3UA ASP](https://docs.telcobridges.com/w/images/5/52/M3UA_ASP.png) |
| --------------------------------------------------------------------- |

| Configure IP Interface                                                                                                                                                                                                                                                 | Configure SCTP                                                                                                                                | Configure MTP3 Point Codes                                                                                                                                                                                                                                                                      | Configure M3UA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Configure ISUP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Configure NAP                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| \*[Configure IP Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-voip-interfaces/README.md) \* In this use case, configured as: \*\*IP Address: 192.168.0.99 \*\*Netmask: 255.255.255.0 \*\*Gateway: 192.168.0.1 | \*[Configure SCTP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-the-sctp-configuration/README.md) | \*[Configure MTP3 Point Codes](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-ss7-point-codes/README.md) \*\*In this use case, the following point code names are assigned: \*\*\*destination point code: dpc333 \*\*\*origination point code: opc111 | \*[Configure M3UA](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-configuration/README.md) \*\* M3UA Mode: ASP \*\*[Create an M3UA SAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-sap/README.md) \*\*[Create an M3UA Network](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-network/README.md) \*\*[Create an M3UA User Part](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-user-part/README.md) \*\*[Create an M3UA Peer Signaling Process](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-peer-signalling-process/README.md) \*\* Remote type: SGP \*\*\*Remote IP/Port for M3UA of SGP \*\*[Create an M3UA Peer Server](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-peer-server/README.md) \*\* In this use case, Two peer servers are needed: one local and one remote \*\*[Create an M3UA Route](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-m3ua-route/README.md) \*\* In this use case, two M3UA routes are needed: \*\*\*Local Route: Psrv, opc111, Local peer server, M3UA Userpart, subservice=NONE \*\*\*Route towards SGP: Psrv, Remote peer server, dpc333, M3UA Userpart=NONE, subservice=NONE | \*[Configure an ISUP Stack](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-isup-stack/README.md) \*[Create an ISUP Network](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-isup-network/README.md) \*[Create an ISUP User Part](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-isup-user-part/README.md) \*[Create an ISUP Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-isup-interface/README.md) \*[Create ISUP CIC Groups](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-isup-cic-groups/README.md) | \*[Configure NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-nap-isup/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/use-cases/use-case-configuring-tmedia-m3ua-asp-for-shared-point-code.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.
