Skip to content
forked from FreePBX/restart

Module of FreePBX (Bulk Phone Restart) :: This module allows the restart of registered phones via the FreePBX web interface, CLI, or on a schedule.

License

Notifications You must be signed in to change notification settings

radiusone/restart

 
 

Repository files navigation

Usage

This module can be used to perform immediate or scheduled restarts of registered phones on the PBX. As a front end for a cron job, scheduling is a bit awkward but very flexible. Some examples:

Time Month Weekday Day Recurring Result
3:00am * * * Reboot every day at 3:00 am
8:00am * Sunday * Reboot every Sunday at 8:00 am
3:00am * * 3 Reboot on the third of every month at 3:00 am
6:30pm March * 8 Reboot every year on March 8 at 6:30 pm
4:15pm March * * Reboot every day in March at 4:15pm
3:00am * * * Reboot tomorrow at 3:00 am
8:00am * Sunday * Reboot next Sunday at 8:00 am
3:00am * * 3 Reboot on the third of next month at 3:00 am
6:30pm March * 8 Reboot on March 8 at 6:30 pm
4:15pm March * * Reboot on the first of March at 4:15pm

Custom cron expressions can be entered as well.

About

This is a module for FreePBX©. FreePBX is an open source GUI (graphical user interface) that controls and manages Asterisk© (PBX). FreePBX is licensed under GPL. FreePBX is a completely modular GUI for Asterisk written in PHP and Javascript. Meaning you can easily write any module you can think of and distribute it free of cost to your clients so that they can take advantage of beneficial features in Asterisk

License

This module's code is licensed as GPLv3+

About

Module of FreePBX (Bulk Phone Restart) :: This module allows the restart of registered phones via the FreePBX web interface, CLI, or on a schedule.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.0%
  • JavaScript 4.9%
  • CSS 0.1%