> For the complete documentation index, see [llms.txt](https://docs.voipnumber.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voipnumber.net/how-to/calling-to-voicemail-and-listening-managing-your-messages.md).

# Calling to voicemail and listening/managing your messages

## Overview

`Voicemail Retrieval` allows users to access their voicemail messages by calling a designated voicemail number. This feature enables users to listen to and manage their voicemail messages conveniently, ensuring they stay informed and connected even when unable to answer calls

## Use Case

Users can retrieve their voicemail messages by dialing the designated voicemail number from their phone. Once connected, they can `listen` to their messages, `delete` or `save` them, and take any necessary actions based on the content of the messages.

## Example Action Sequence:

1. **Dial Voicemail Number**: Users dial the designated `voicemail number` from their phone.
2. **Connection**
   * **Dialed connection**: This is a voicemail box for the dialed connection. Voicemail recordings for the dialed connection will be played.
   * **Selected connection**: This is a voicemail box for the selected connection. Voicemail recordings for the selected connection will be played.
3. **PIN Verification**
   * **Disabled**: PIN verification is disabled. Voicemail recordings are played straight away.
   * **Enabled**: PIN verification is required. Users need to enter their PIN for verification.
     * **PIN**: Users need to assign a PIN for verification (e.g., 1234).
     * **Limit the number of allowed failed attempts**:
       * **Enabled**: Users are limited to a maximum number of allowed failed attempts before the call is disconnected.
       * **Select a number**: Users can select the maximum number of allowed failed attempts (e.g., 3).
       * **Disabled**: Users are allowed any number of failed attempts.
4. **Listen to Messages**: Users listen to their voicemail messages one by one.
5. **Manage Messages**: Users have options to delete or save messages, replay messages, skip to the next message, or take other actions based on their preferences.

<figure><img src="/files/KIuFzo3E4L51ya5357MP" alt="" width="545"><figcaption><p>Use Case demo</p></figcaption></figure>

<figure><img src="/files/n9kq0N7M2ZzT60gU1z8j" alt=""><figcaption><p>Connection Configuration</p></figcaption></figure>

`Voicemail Retrieval` provides users with a convenient way to access and manage their voicemail messages remotely. By dialing the designated voicemail number, users can stay informed and connected even when unable to answer calls, ensuring effective communication and follow-up


---

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

```
GET https://docs.voipnumber.net/how-to/calling-to-voicemail-and-listening-managing-your-messages.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.
