Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-18 00:18:35 +00:00
parent 9cdd033c95
commit a9720510d1
43 changed files with 362 additions and 132 deletions

View File

@@ -8,11 +8,11 @@ source: https://github.com/tldr-pages/tldr.git
> Run and manage telephone and exchange (phone) server instances.
> More information: <https://docs.asterisk.org>.
- [R]econnect to a running server, and turn on logging 3 levels of [v]erbosity:
- [r]econnect to a running server, and turn on logging 3 levels of [v]erbosity:
`asterisk -r -vvv`
- [R]econnect to a running server, run a single command, and return:
- [r]econnect to a running server, run a single command, and return:
`asterisk -r -x "{{command}}"`