Every voicebox can have "redirected voicebox" set in its attributes. Redirection can be active or inactive in dependency
on working hours defined by calendar in VoiceChange configuration (there can be more redirection types available in the future).
If it is inactive, nothing occurs. If active, then when call is transferred from called line to VX, caller is redirected to the redirected
voicebox instead of original voicebox. It means that greeting from redirected voicebox is played (not from original), voice message
will be stored to the redirected voicebox (so it can be heard from redirected voicebox, not from original) and email is sent to the owner
of redirected voicebox.
Item |
Description |
Possible values |
Default value |
Example |
$MBX.RedirectWhenFreeTime |
Says if voiceboxes will be redirected during out-of-working hours. |
logical (0, 1, F, T, False, True) |
False |
True |
$MBX.WorkTime.<WeekDayNumber>.Begin |
Beginning of working hours at <WeekDayNumber> day. Day numbers are from 1 (Monday)
to 7 (Sunday). If no time is set, there is no working hours in specified day. |
time |
empty |
8:00 |
$MBX.WorkTime.<WeekDayNumber>.End |
End of working hours at <WeekDayNumber> day. Day numbers are from 1 (Monday)
to 7 (Sunday). If no time is set, there is no working hours in specified day. |
time |
empty |
16:30 |