Disabling "off-hours" for VIP numbers

  1. Connect providers registered on the same host as described in the instructions.

  2. Go to System System file customization

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

  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

Instead of the numbers X9522140000 and X9629771111, specify the customer phone numbers as they appear in the call history.

Last updated