Cheatography
https://cheatography.com
The most common and essential commands for working with Asterisk
This is a draft cheat sheet. It is a work in progress and is not finished yet.
OPTIONS
-r |
Attempt to connect to a running process. |
-d |
Enable extra debugging statements. |
-f |
Do not fork or detach from controlling terminal. |
DIRECTORIES
astetcdir |
/etc/asterisk |
astmoddir |
/usr/lib/asterisk/modules |
astdbdir |
/var/lib/asterisk |
astdatadir |
/var/lib/asterisk |
astspooldir |
/var/spool/asterisk |
astlogdir |
/var/log/asterisk |
|
|
CORE
core show sysinfo |
Show System Information |
core show settings |
Show some core settings |
core show calls |
Display information on calls |
core show uptime |
Show uptime information |
core show channels |
Display information on channels |
core show threads |
Show running threads |
core show taskprocessors |
List instantiated task processors |
core reload |
Global reload |
core restart gracefully |
Restart Asterisk gracefully |
|
|
|