Disabling "off-hours" for VIP numbers
Connect providers registered on the same host as described in the instructions.
Go to System → System file customization

Open the extensions.conf configuration file for editing.

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

Instead of the numbers X9522140000 and X9629771111, specify the customer phone numbers as they appear in the call history.
Last updated
Was this helpful?