Restart server within FreePBX 12?

Is there a module for FreePBX12 and Asterisk 12/13 to restart the server? Haven’t had much luck finding anything.

System Admin -> Power -> Reboot

Ah, found out its a commercial module, $225 to purchase as its part of a bundle.

No. Please do more through research next time: http://www.schmoozecom.com/sys-admin-pro.php

The module itself is $25 (A stark difference between $225) and can be purchased solo. As can all of the modules.

Apparently I can’t install Zend Guard Loader, it doesn’t work with PHP5.5. Great…

PHP 5.5.9-1ubuntu4.4 (cli) (built: Sep  4 2014 06:56:34)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
    with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies

In a very simple way, to rebootsystem add

[from-internal-custom]
exten => 732668797836,1,System(/sbin/reboot)

to /etc/asterisk/extensions_custom.conf and add /sbin/reboot for asterisk in your sudoers file if necessary.