> For the complete documentation index, see [llms.txt](https://help.uchat.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.uchat.com.au/faqs/how-to-show-the-true-caller-phone-number.md).

# How to show the true caller phone number?

**Question**

*I set up an IVR with Uchat and Signalwire and it works great. However, when it forwards to a team member's phone, the original caller's phone number isn't visible. It's only our Signalwire phone that appears because that's where the call is being forwarded from. Is there a way to see the caller's logging into Signalwire? Can anyone share their set-up with voice bots forwarding to a phone number?*

\----------------------------------------------------------------------------------------------------------------

In this document, you will learn how to properly set up to show the caller number when you transfer phone calls.

Please note this is **only available for the Voice channel**<br>

* 2 Options to show the caller ID

By default, when you are transferring phone calls to your agent, the caller ID will show your twilio or SignalWire phone number.

This is for privacy reasons.&#x20;

However, in some cases, the customer wants to see the real caller ID, then you need to set up as per the below instructions;

* Step 1: Select question node in the flow builder
* Step 2: Select transfer, and then click up the "Advanced settings", and you will see the caller ID option.

Select "Caller Phone Number" then when you are transferring a phone call to your agent, your agent will see the real phone number that called.

{% embed url="<https://p24.p4.n0.cdn.getcloudapp.com/items/OAuGyGeG/6d913fbb-d924-493d-91ae-d9c5ef9797c3.jpg?v=4ed5d6bc221d1334ee7ea32b454c6dd2>" %}
How to show caller phone number for forwarded calls
{% endembed %}


---

# 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://help.uchat.com.au/faqs/how-to-show-the-true-caller-phone-number.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.
