> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/phone/phone-number-settings-explained.md).

# Phone Number Settings Explained

Are you unsure what all the phone number settings are within **our software**? Don't worry - mastering these different settings isn't as difficult as it may seem.

To view the phone number settings Navigate to Settings > Phone Numbers and click on the pencil icon.

{% embed url="<https://lh6.googleusercontent.com/bQZ6V0xbOND5LXySQLMZCTPviJI58pH7Tt3DIOA2OX791jvlyG84Koc_whvQfMa6OUzZapQTO06FpVfj0wxe_Zwb319nGuYCLjpouewq0vdeCjLWpfu9u01oMNAxgOI1MITdSq6odQruFzN4HZb6zqM>" %}

### **Number Name**

The internal name for the phone number (maybe it’s ‘main marketing number,’ or maybe you’ll name it after an employee who will get assigned this number)

### **Forwarding Number**

The phone number to which inbound calls are made to this new number should route (when someone calls the new number we just purchased, the call will be redirected to whatever number we save here).

### **Pass Called Number As Caller ID**

By default, meaning if we leave this box unchecked, the phone number of whoever is calling gets passed along to show in Caller Id. If we check this box, however, the system will pass the number we just purchased as the Caller ID number, which can be helpful as you’ll always know you’re about to answer a call from this account.

### **Enable Call Connect**

If this box is not checked, incoming calls will function as normal so that the call immediately connects when you answer. If we check this box, however, you’ll hear a whisper message prompting you to push a button on your phone to accept the incoming call.

**Why you would want to activate this feature:**

Throughout **our software**, you can automate off-call statuses such as connected vs. not connected, which enables you to do powerful things like automatically sending a text message back to any inbound calls that go unanswered. We call that the Missed-Call Text-Back, which we’ll learn to set up next.

To execute automation like that, the system needs to know if a call is connected, and often it can get confused by thinking that a voicemail recording is actually a person. When that happens, the call is categorized as connected even though it really didn’t connect to a human.

We can eliminate the possibility of confusion by checking the checkbox. By checking the box, the receiver of the inbound call must press a key to connect. That way, the system always knows whether or not a call was actually answered by a human, which is why we recommend turning this on.

### **Whisper Message**

The Whisper Message controls the message played to the person who answers the call when the Call-Connect features are enabled. So we would put something like “**our software** call” or “Call from your account name, press a key” so that you know you’re about to hop on a call from the system and that you need to press a key to connect.

### **Call Recording**

The ability to turn on call recording is incredibly powerful as we will not only record the calls, but we will also publish the recording right into the conversation stream of each contact, along with all the emails, text messages, Facebook messages, Instagram DMs, and more! If you turn this on, please be aware that most states require that you enter a whisper message here, like “this call will be recorded for quality purposes,” so that the caller is aware.

### **Call Timeouts**

### **Inbound timeout:**

### **The amount of time (in seconds) the system lets the inbound call ring before being dropped or forwarded to a voicemail (personal voicemail or pre-recorded voicemail within the CRM).**

**Scenario 1:** If you want the lead to reach your cellphone voicemail, you can leave this field blank or add 60 secs.**Scenario 2:** If you want the line to ring and the lead to reach a pre-recorded voicemail set within **our software**, add the inbound call timeout to around 20+/- seconds. Setting a short timeout will ensure the line doesn't ring long enough to reach your personal voicemail recording. **Scenario 3:** If you want inbound calls to go straight to the pre-recorded voicemail within **our software**, set the inbound call timeout to 1-4 seconds. This will ensure that the voicemail set within the system is used. If that is the case, you will want to ensure that you have uploaded a voicemail (MP3/WAV file) within the Business Info tab or the assigned users' profile settings.

### **Outbound timeout:**

### **The amount of time (in seconds) the system lets the outbound call ring before dropping the call. Setting a shorter outbound timeout to 30 +/- seconds will reduce your chances of reaching the customer's/leads voicemail. This is ideal if you run voicemail drop campaigns or your agents have large lists and only want to speak too readily available leads.**


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/phone/phone-number-settings-explained.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.
