> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/english/faq/incoming-routing/allow-additional-dialing-of-the-internal-number-in-the-queue.md).

# Allow additional dialing of the internal number in the queue

Such a need may arise in many cases, For example, when a client is tired of waiting on the line, you can offer him to leave a voice message, connect with an internal number known to the client.

1. Go to **System** → **System file custmization**.

<figure><img src="/files/tYsBgqXvD9DV5euOc4N0" alt=""><figcaption><p>System file customization section</p></figcaption></figure>

2. Open the file "**queues.conf**" for editing

<figure><img src="/files/5UBR3eusj5PlwcPWZ11J" alt=""><figcaption><p>queues.conf</p></figcaption></figure>

3. In the black window, find the queue section that you need to configure

<figure><img src="/files/98iDOLMAyyR6WZIExpFE" alt=""><figcaption><p>Queue section</p></figcaption></figure>

4. Select the "Add to End of File" mode. Add a similar section with the prefix (+) :

```
[QUEUE-16C8964EE3372C20812A4286183C2BC7](+)
context=internal
```

<figure><img src="/files/WaKjeNMQVQpamvjyiapI" alt=""><figcaption><p>Code for queues</p></figcaption></figure>

{% hint style="success" %}
In this example, we have described the internal context, the dialing of all internal numbers is allowed. You can specify the context of the IVR menu, in the format ivr\<InternalNumberIVR>
{% endhint %}


---

# 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://docs.mikopbx.com/mikopbx/english/faq/incoming-routing/allow-additional-dialing-of-the-internal-number-in-the-queue.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.
