# Disabling "off-hours" for VIP numbers

1. Connect providers registered on the same host as described in the <mark style="color:red;">instructions</mark>.
2. Go to **System** → **System file customization**

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

3. Open the **extensions.conf** configuration file for editing.

<figure><img src="/files/R61HVwQh4xX75UmmNNdE" alt=""><figcaption><p>"extensions.conf" file</p></figcaption></figure>

4. Set the "**Add to end of file**" mode. In the black window, add the following code snippet:

```php
[add-trim-prefix-clid-custom]
; Ignoring non-working hours for VIP numbers for a double work rate:
exten => _.X!/_X9522140000,1,Set(IGNORE_TIME=1)
    same => n,return
exten => _.X!/_X9629771111,1,Set(IGNORE_TIME=1)
    same => n,return
```

<figure><img src="/files/4iqYG4PIJxqOj9t0K05N" alt=""><figcaption><p>Code for extensions.conf</p></figcaption></figure>

{% hint style="danger" %}
Instead of the numbers X9522140000 and X9629771111, specify the customer phone numbers as they appear in the call history.
{% endhint %}


---

# 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.mikopbx.com/mikopbx/english/faq/cases/disabling-off-hours-for-vip-rooms.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.
