Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.18 KB

disabling-off-hours-for-vip-rooms.md

File metadata and controls

27 lines (19 loc) · 1.18 KB

Disabling "off-hours" for VIP numbers

  1. Connect providers registered on the same host as described in the instructions.
  2. Go to SystemSystem file customization

System file customization section

  1. Open the extensions.conf configuration file for editing.

"extensions.conf" file

  1. Set the "Add to end of file" mode. In the black window, add the following code snippet:
[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

Code for extensions.conf

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