- Joined
- Jul 24, 2012
- Messages
- 15
- Reaction score
- 6
it would be nice if in the IP Phone section of an extension we can enable auto reboot. it can be done via a custom provisioning template by adding the following but it would be nice if i could set it via the 3cx webui and not have to use custom templates.
#######################################################################################
## Auto Reboot ##
#######################################################################################
features.auto_task.1.enable = 1
features.auto_task.1.type = reboot
features.auto_task.1.time = 02:00
features.auto_task.1.weekday = 1,2,3,4,5,6,7
#######################################################################################
## Auto Reboot ##
#######################################################################################
features.auto_task.1.enable = 1
features.auto_task.1.type = reboot
features.auto_task.1.time = 02:00
features.auto_task.1.weekday = 1,2,3,4,5,6,7
Upvote
1