fwconsole
Tutorials
Help
fwconsole help
# lists all commands
php /usr/sbin/fwconsole list
Service Start/Stop
# Start Asterisk and run other needed FreePBX commands
fwconsole start
# Stop Asterisk and run other needed FreePBX commands
fwconsole stop
Module Admin
# Check Online Repository
fwconsole ma listonline
# Install a module
fwconsole ma download ivr
fwconsole ma install ivr
# Installing specific module versions with multiple modules
fwconsole ma install foomodule:15.1.3 barmodule:15.0.9
# Upgrade all modules
fwconsole ma listonline | grep "upgrade"
fwconsole ma upgradeall
# Apply the settings changed
fwconsole reload
Database
連線資料庫 asterisk (自動從 /etc/freepbx.conf 取得連線資訊)
fwconsole m
No Comments