Forrest logo
back to context overview

asterisk

List of commands for asterisk:

  • asterisk:tldr:074bd asterisk: Show chan_SIP clients (phones).
    $ asterisk -r -x "sip show peers"
    try on your machine
    explain this command
  • asterisk:tldr:6335a asterisk: Show voicemail mailboxes.
    $ asterisk -r -x "voicemail show users"
    try on your machine
    explain this command
  • asterisk:tldr:6cf6c asterisk: [R]econnect to a running server, and turn on logging 3 levels of [v]erbosity.
    $ asterisk -r -vvv
    try on your machine
    explain this command
  • asterisk:tldr:a80d5 asterisk: Terminate a channel.
    $ asterisk -r -x "hangup request ${channel_ID}"
    try on your machine
    explain this command
  • asterisk:tldr:b132d asterisk: Reload chan_SIP configuration.
    $ asterisk -r -x "sip reload"
    try on your machine
    explain this command
  • asterisk:tldr:f905d asterisk: [R]econnect to a running server, run a single command, and return.
    $ asterisk -r -x "${command}"
    try on your machine
    explain this command
  • asterisk:tldr:fe96b asterisk: Show active calls and channels.
    $ asterisk -r -x "core show channels"
    try on your machine
    explain this command
back to context overview