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

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

Last updated

Was this helpful?