# Inbound calls from PSTN/mobile

## Overview

With a [Number](/components/number.md) you can receive calls from PSTN and mobile network to your SIP via a [Connection](/components/connection.md) or through a [Trunk](/components/trunk.md). Same [Number](/components/number.md) can be used for inbound calls by a single [Connection](/components/connection.md) or [Trunk](/components/trunk.md) at the same time (for outbound calls number can be shared [Outbound calls to PSTN/mobile](/how-to/outbound-calls-to-pstn-mobile.md)).

Let's see how to configure this on your account.

## PSTN/mobile to your SIP via Connection

1. Go to your Connections tab at [app.voipnumber.net/connections](https://app.voipnumber.net/connections) and open selected [Connection](/components/connection.md).
2. Open `Number` settings and select your [Number](/components/number.md) from a drop down.

<figure><img src="/files/9TRD0mDtSLHtuOpXbE4e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5SGwv6Uc4jeoGFsJqvi9" alt=""><figcaption></figcaption></figure>

✅  You now have enabled your [Connection](/components/connection.md) to answer calls from PSTN and mobile through selected [Number](/components/number.md).

## PSTN/mobile to your SIP via Trunk

1. Go to your Trunks tab at [app.voipnumber.net/trunks](https://app.voipnumber.net/trunks) and select or add a [Trunk](/components/trunk.md).
2. Under inbound settings `TRUNK IN` on your trunk enable `PSTN` and select [Number](/components/number.md) from a drop down.

<figure><img src="/files/hvZ7jPLP6Puo7tSgEUTi" alt=""><figcaption></figcaption></figure>

3. Enable SIP destination under `TRUNK OUT` settings and configure your SIP address.

<figure><img src="/files/PS5yisgbGu0Pb8i1SeJB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/RK1xIwBqGrYbt8wuKpuS" alt=""><figcaption></figcaption></figure>

✅  You now have enabled your SIP to pick up calls from PSTN and mobile through selected [Number](/components/number.md) and [Trunk](/components/trunk.md).


---

# Agent Instructions: 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:

```
GET https://docs.voipnumber.net/how-to/inbound-calls-from-pstn-mobile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
