How to restart Asterisk in FreePBX

This tutorial will show how to restart the Asterisk service in FreePBX.

First, you need to install the Asterisk CLI module. In order to do that, login to your FreePBX admin panel and click at the Admin -> Module Admin menu entry.

After the module is installed, open Admin -> Asterisk CLI

Now enter one of the following commands

example.txt
core restart now

This is typically used while setting up the PBX

example.txt
core restart gracefully

Asterisk will restart when all ongoing calls have been finished

example.txt
core restart when convenient

Asterisk will restart at the first opportunity when no calls are in progress


Check out similar posts by category: FreePBX